Configuring https and logging information in the VS Catalog application.yml on Windows
search cancel

Configuring https and logging information in the VS Catalog application.yml on Windows

book

Article ID: 246831

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

This KB will show an example of how to configure the VS Catalog to use https with your own keystore and logging.

Environment

DevTest 10.7.2 and later.

Cause

N/A

Resolution

In the VSCAT_HOME\application.yml file configure as follows with your information:

svcatalog: 
  auth: 
    host: 
      url: https://abc.broadcom.net:51111/auth
logging:
  level:
    com:
      ca:
        ad:
          sv: DEBUG
  file: \\C:/DevTest10.7.2_vsCatalog/logs/vscatalog.log
server:
  ssl:
    key-alias: abc.broadcom.net
    key-store: file:\\C:/DevTest10.7.2_vsCatalog/certs/abc.jks
    key-password: password_goes_here

The key-password will be encrypted once the VS Catalog is started.

For this example the /logs and /certs folders were created manually.

Important: The keystore being used must have an alias and it must match what is in the keystore.