Implement Your Own Keystore with DevTest IAM and VS Catalog
search cancel

Implement Your Own Keystore with DevTest IAM and VS Catalog

book

Article ID: 112483

calendar_today

Updated On:

Products

CA Application Test CA Continuous Application Insight (PathFinder)

Issue/Introduction

How to implement your own keystore with DevTest IAM and VS Catalog

Environment

DevTest 10.5.0 and later.

Cause

 

N/A

Resolution

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.

Additional Information

NOTE:

Have noticed with Firefox, that the certificate chain is not automatically pulled into the browser, so the root and intermediate certificates had to be manually imported into the Firefox. Chrome and IE work without having to do this.