Configuring keystore
Once you import a valid keystore certificate, you must configure the keystore.
Procedure
- Open the dpo_wrapper.conf file from the following location IntallDir/DeveloperPortal/configuration.
- Provide values for the following entries:
- wrapper.java.additional.2009=-Dserver.ssl.key-store. Location of the keystore file.
- wrapper.java.additional.2010=-Dserver.ssl.key-alias. Alias of the keystore file.
- wrapper.java.additional.2011=-Dserver.ssl.key-password. Key password of the keystore file.
- wrapper.java.additional.2012=-Dserver.ssl.key-store-password. Password of the keystore file.
- wrapper.java.additional.2013=-Dserver.ssl.key-store-type. Type of the keystore. Accepted values are JKS and PKCS12. The default value is JKS.
-
Note: The values 2009 to 2012 in the variables need not be the same. You can increment these values if a value is already seen in the custom_wrapper.conf file.Sample values
wrapper.java.additional.2009=-Dserver.ssl.key-store=<keystore file path> wrapper.java.additional.2010=-Dserver.ssl.key-alias=<alias of the keystore> wrapper.java.additional.2011=-Dserver.ssl.key-password=<key password> wrapper.java.additional.2012=-Dserver.ssl.key-store-password=<key store password>
- Save and close the configuration file.
- Restart the server for the configuration changes to take effect.