Securing the Commerce Manager Client
Securing the Commerce Manager Client
Secure connections should be used for all production envionments.
To configure a secure connection:
- Obtain an X.509 certificate from a recognized certificate authority.
- Configure the Transport Layer Security (TLS) on Commerce Manager application server. If you are using Tomcat, follow these instructions.
- Configure the Commerce Manager Client server to use HTTPS
communications:
- Create an ep.properties file on the server's local file system as described in Configuring Environment Specific Settings.
- Add the following property to ep.properties:
ep.cm.secure.channel=https
- Restart the application server.