Request for a certificate to enable HTTPS calls from a client application to a Devtest Virtual Service
search cancel

Request for a certificate to enable HTTPS calls from a client application to a Devtest Virtual Service

book

Article ID: 134550

calendar_today

Updated On:

Products

CA Application Test Service Virtualization

Issue/Introduction

The request is for a certificate to enable HTTPS calls from a client application to a DevTest Virtual Service.

The Devtest HTTPS Virtual Service endpoints need to have SSL enabled.

Environment

All supported DevTest releases.

Cause

N/A

Resolution

A keystore with a certificate can be configured in the listen step of the Virtual Service. 

There are some keystore files available in DevTest (webreckeys.ks, webserver.ks and vse.ks) that you could use.

The password of the webreckeys.ks keystore is passphrase

The password of the webserver.ks keystore is changeit

 

You can export the certificate using keytool or Portecle.

 

Alternatively, it is possible to create your own self-signed certificate:  Refer to section "Use Your Own Self-Signed Certificate" in the documentation of the DevTest release you are running.

 

Additional Information

For background on SSL and DevTest see:

SSL, Java and DevTest

 

To export a .cer from a keystore you can use the command listed here: 

https://docs.oracle.com/javase/tutorial/security/toolsign/step5.html

 

For a list of common keytool commands see:

https://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html