How to setting firefox profile if browserType=Remote

Hi All,
I have an automation setup as below:
On Hub:
java -jar selenium-server-standalone-3.7.1.jar -role hub
On Node PC:
ava -Dwebdriver.gecko.driver=“C:\geckodriver.exe” -jar selenium-server-standalone-3.7.1.jar -role webdriver -hub http://10.1.100.1:4444/grid/register
and I have create the firefox profile to struct SSL Certificate
So, How to setting firefox profile if BrowserType = Remote,
I configured as below, but it doesn’t work