...
You must also download the Okta Certificate (from within the Okta Edit SAML Settings).
Download he the SHA-2 certificate.
...
You can use the same keystore which was created as part of the HTTPS configuration, or create one using a command like this
...
Code Block |
---|
/u01/java/jdk1.8.0_281/bin/keytool -import -alias okta -file /var/tmp/okta.cert -keystore /home/oracle/flexdeploy.keystore |
If you didn’t already create a private key for the purpose of https, perhaps due to using a load balancer, you will need to generate a private key with a password.
Code Block |
---|
keytool -genkey -keyalg RSA -alias tomcatserver -keystore /home/oracle/flexdeploy.keystore -validity 3650 -keysize 2048 |
You will need to define an application in your Okta console.
...