Sonar scanner dotnet passing certificate/keystore in a secured server

Found it on the source code
Just pass this parameters
sonar.clientcert.path
sonar.clientcert.password

... /d:sonar.clientcert.path="CERTPATH" /d:sonar.clientcert.password="CERTPASS"
2 Likes