- Print
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback!
Installing Certificate
To install a certificate into Comflow, you can do the following:
1. Put the certificate in your Studio project, the Configuration folder. This can be the site project or a specific certificate project.
2. Do the following set up in sitedef under ServerInfo where the cert as example is called "jssecacerts" and it has "changeit" as password:
<JVMProperties>
<Property name="javax.net.ssl.trustStore" value="${approot}/WEB-INF/conf/jssecacerts"/>
<Property name="javax.net.ssl.trustStorePassword" value="changeit"/>
</JVMProperties>
3. Deploy the project and the sitedef
4. Start the Comflow server.
Was this article helpful?