Skip to content

Configuring SSL

Seth Wiggin edited this page Jan 29, 2026 · 4 revisions

Running On-Site WebCSD under SSL

SSL is required for your On-Site server, if it is not configured the server will use a built-in self-signed certificate which is insecure. Normally, SSL will be configured as part of the installation process. To reconfigure it manually, you will need to do the following:

  1. Obtain a .pfx certificate.

  2. Update the SSL_CERT_LOC variable in your .env file to point at this file then restart the stack e.g.

SSL_CERT_LOC=/ccdc/on-site-webcsd/ssl_cert.pfx

Clone this wiki locally