Server Configuration > Post Install Server Security > Secure Sockets Layer > Enabling SSL
  
Enabling SSL
Before you can secure SSL connections, you must get a server certificate for the machine running the Windchill RV&S server.
* 
You must have the signed certificate available when enabling SSL connections or the server cannot start.
SSL connections are enabled when you configure the appropriate property keys in:
installdir/config/properties/is.properties
where installdir is the Windchill RV&S server installation directory.
To enable SSL, you need to set the following property key:
mksis.secure.port=<SSL port number>
A value of 0 disables the SSL connection.
You must also set a password for the following property key:
mksis.privatekey.password=<keystore password>
where <keystore password> is the password used during certificate creation.
To enable REST, you need to set the following property key:
mksis.hostname=<hostname>
where <hostname> is the dname used during certificate creation.