The Security Validation Director and Linux Actors include self-signed certificate. For many organizations, self-signed certificates are not approved. In some instances, a self-signed certificate could cause issues, such as when your Actor is hosted on AWS. The following steps provide instructions on adding the custom certificate to the Director without using the web interface.
- Create your certificate.
- Sign into the Director as root.
Add your certificate to the following path:
/etc/httpd/ssl/apache.dh.crt
Add your key to the following path:
/etc/httpd/ssl/apache.key
Restart the web server to load the new SSL keys
$ sudo systemctl restart httpd