This does not work:
nor:
These two works:
check_command check_win_proc!"SQL Server \\(Sunbelt\\)"
check_command check_win_proc!"SQL Server \\\(Sunbelt\\\)"
--
SSLCertificateFile /path/to/this/public.crt SSLCertificateKeyFile /path/to/this/private.key SSLCertificateChainFile /path/to/intermediate.crt
openssl x509 -req -days 60 -in server.csr -signkey server.key -out server.crt)
openssl x509 -noout -text -in server.crt openssl rsa -noout -text -in server.keyThe `modulus' and the `public exponent' portions in the key and the Certificate must match. Or
openssl x509 -noout -modulus -in public.crt | openssl md5 openssl rsa -noout -modulus -in private.key | openssl md5 openssl req -noout -modulus -in server.csr | openssl md5