Certificates and Private Keys Storage Location
Is Decisions able to store private keys and certificates in Windows Keystore?
Comments
-
That is correct. Decisions is able to work with Windows Manage Computer Certificates to store certificates. navigate to C:\Program Files\Decisions\Decisions Server and open the Settings.xml file as an administrator. Here you will find the following tags:
- <CertificateThumbPrint> - Thumbprint of the certificate in use.
- <HttpsCertificateLocation> - Set this to CertificateStore.
- <HttpsCertificatePassword> - Password of the certificate.
Please see the Decisions Documentation here: https://documentation.decisions.com/docs/configuring-the-server-for-ssl-https#settingsxml
