Chrome browser give following security warning when access FMS console via SSL.
Chrome 58 removed "Common Name” support. please see this link for more information.
https://chromium.googlesource.com/chromium/src/+/b88c4386cdc3ea8c18d1bfd9cbaf5017141e83f4
Create a certificate that includes the SAN (Subject Alternative Name) field.
When using the keytool
command this can be achieved by using the -ext
command option to include the SAN
extension; for example:
keytool -keystore [keystore] -storepass nitrogen -genkeypair -alias tomcat -validity 730 -keyalg RSA -keysize 2048 -dname "CN=foglight.yourdomain.com, OU=Support, O=Quest, L=Toronto, ST=Ontario, C=CA" -ext SAN=dns:foglight.yourdomain.com
For more information on generating the certificate refer to What are the steps required to use an external signed certificate in the Foglight Management Server? (4254114).
© ALL RIGHTS RESERVED. Conditions d’utilisation Confidentialité Cookie Preference Center