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.
All supported DevTest releases.
N/A
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.
For background on SSL and DevTest see:
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