DataServer Advanced Configuration¶
Enable proxy SSL¶
To enable the Data Access Server proxy with self-signed SSL, set the value of the DATASERVER_PROXY_SSL property to "true" in the file vars.ssl.yml:
YAML | |
---|---|
- Copy the following keys to ~/privacera/privacera-manager/config/ssl:
- Signed PEM Full Chain
- Signed PEM Private Key
- Add the following properties in vars.ssl.yml:
- (Optional) If your CA certificate has been generated with a private key, please copy the Signed Root CA Public Key to the following location: ~/privacera/privacera-manager/config/ssl, and then add the following:
YAML
Disable proxy SSL¶
To disable the Data Access Server proxy SSL, set the value of DATASERVER_PROXY_SSL to "false" in vars.ssl.yml.
YAML | |
---|---|
To remove the previously generated SSL configuration, run the following command:
Bash | |
---|---|
- Prev topic: Prerequisites
- Next topic: Troubleshooting