Deploy Vaultless Tokenization on HTTPS Server
To support HTTPS for transport layer, perform the following steps:
Create a KeyStore attested with Certificate Authority (CA) or self-signed.
For self-signed KeyStore using Java, use the following command:
Edit the server.xml file under the
CATALINA_HOME/conf
folder. Add/uncomment the following changes in the connector port.Here, keystoreFile is the path of keystore file generate in step 1 and keystorePass is the password used during the keystore generation.
Restart the Tomcat server.
Check through browser for HTTPS: https://localhost:8443.