Add to this file:
{
"controller": {
"host": "controller.host.name",
"port": 443,
"ssl": true,
"enable_tls12" : true,
"account": "account.name",
"password": "account.password",
"ssl_mutual_auth":{
"enabled": true,
"certificate" : "certificate.thumbprint"
}
}
CODE
Add to this file:
{
"controller": {
"host": "controller.host.name",
"port": 443,
"ssl": true,
"enable_tls12" : true,
"account": "account.name",
"password": "account.password",
"ssl_mutual_auth":{
"enabled": true,
"certificate" : "certificate.thumbprint"
}
}
CODE
For Azure App Services, you can import the client certificate to Azure by using the Azure portal:

For the imported certificate to be available for client authentication, you must set the thumbprint of the client certificate in the WEBSITE_LOAD_CERTIFICATES
environment variable:
