To configure the HTTPS certificates used by BlueCat Gateway when accessed over HTTPS, you must store TLS/SSL certificates for Gateway in your workspace. You can use custom certificates with both custom and built-in workspaces.
To upload certificates using the Gateway UI:
-
Log in to BlueCat Gateway.
- Select .
- Click Certificates.
Under Gateway, in the SSL Certificate field, click Browse and add the custom SSL certificate file (*.crt file) that you want Gateway to use.
In the SSL Certificate Key field, click Browse and add the corresponding key file (*.key) for that SSL certificate.
To install certificate files manually:
Install the files in the following locations, relative to the workspace root:
- Store the certificate's crt file as certificates/server/gateway.crt, in PEM (Privacy-Enhanced Mail) format. This may include intermediate CA certificates. For more details, see Apache's SSLCertificateFile directive.
- Store the certificate's key file for the certificate as certificates/server/gateway.key
After copying certificate files to the workspace, restart the container.