After enabling Virtual Service Catalog (VSC) with SSL password not encrypted
search cancel

After enabling Virtual Service Catalog (VSC) with SSL password not encrypted

book

Article ID: 232375

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

Configured below properties in vscatalog.vmoptions file. But password is not encrypted

 

-Dserver.ssl.key-store
-Dserver.ssl.key-password
-Dserver.ssl.key-store-type 
-Dserver.ssl.key-alias

Environment

Release : 10.6

Component : DevTest Virtual Service Catalog

Cause

N/A

Resolution

Open a support case and request a copy of the 'bespin-service-1.7.2.jar' patch. Please reference DE525585. This patch is for DevTest 10.6 VSC only.

 

Additional Information

Steps to apply the patch:

1. Stop vscatalog server or service

2. Go to VSC_HOME/lib/ and take a backup of bespin-service-1.7.2.jar and paste the new jar in the same location

3. Open application.yml present in VS_CATALOG_HOME and paste the below the property 

 

For Mac

server:

ssl:

key-alias: lisa

key-store: file:/Applications/CA/DevTest10.7.1.67/webreckeys.ks

key-password: passphrase

 

For Windows

server:

ssl:

key-alias: lisa

key-store: file:\\C:/Users/Administrator/Documents/webreckeys.ks

key-password: passphrase

 

Enter your Keystore details instead of the above hardcoded one.

 

4. Start the vscatalog server