We are getting an SSL error on admin console when setting up https
Release : 9.2.0 or later
It looks like the common name should have be the FQDN of the webserver or could be a browser related issue
1. Clear browser cache, restart browser, also you may import the certificate to the browser
2. Make sure the common name should have be the FQDN
3. Put the key parameters on keytool, for ending security warnings on admin console.
keytool -genkeypair -alias wasp -keyalg RSA -keysize 4096 -ext san=dns:<myuimserver>.example.<mydomain>.com,ip:##.##.##.## -keystore wasp.keystore -validity 730
keytool -certreq -alias wasp -validity 730 -keystore wasp.keystore –ext san=dns:<myuimserver>.example.<mydomain>.com,ip:##.##.##.## -file dev.mydomain.com.csr
You may restart wasp probe to refresh, now Admin console is https error free, after adding settings for SAN on the certificate creation