How to implement your own keystore with DevTest IAM and VS Catalog
DevTest 10.5.0 and later.
N/A
Configuring using a Certificate Authority (CA) keystore with IAM:
1. Copy your keystore to the /IdentityAccessManager/certs folder
2. Update /IdentityAccessManager/iam.properties file with your keystore information.
Configuring using a Certificate Authority (CA) keystore with VS Catalog:
1. Will use the same keystore as used with IAM
2. Edit /bin/vscatalog.vmoptions
3. Add these lines:
-Dserver.ssl.key-store=<fully qualified path to keystore>
-Dserver.ssl.key-password=<keystore password>
-Dserver.ssl.key-store-type=JKS
-Dserver.ssl.key-alias=<alias of the certificate>
Restart both IAM and VS Catalog.
Bring up Browser and enter URL https://<hostname>:51111 for IAM.
Bring up Browser and enter URL https://<hostname>:51110 for VS Catalog.
Not Secure will be resolved because it is finding the certificate issued by a valid CA.