/
How to add self-signed certificate to Java trust store on Windows
How to add self-signed certificate to Java trust store on Windows
If Ubisecure SSO has been installed in an test environment using a self-signed certificate, it must be imported in to cacerts, the trusted issuer store:
Step-by-step guide
- Check %JRE_HOME% is defined
- Execute the following commands
cd C:\Program Files\Ubisecure\ubilogin-sso\ubilogin\custom\tomcat "%JRE_HOME%/bin/keytool" -exportcert -keystore keystore.pfx -storetype PKCS12 -alias tomcat -file cert.crt "%JRE_HOME%/bin/keytool" -import -alias tomcat -file cert.crt -keystore "%JRE_HOME%\lib\security\cacerts"
Related articles
, multiple selections available,
Related content
Update SAML metadata that include multiple SAML entities
Update SAML metadata that include multiple SAML entities
Read with this
SQL Server Integration: Issue during SSO startup in SSO 9.x and above
SQL Server Integration: Issue during SSO startup in SSO 9.x and above
More like this
Change SSO metadata certificate
Change SSO metadata certificate
Read with this
Update the SSO signing and encryption key
Update the SSO signing and encryption key
Read with this