ocdp v1
This commit is contained in:
6
infra/nginx/certs/README.md
Normal file
6
infra/nginx/certs/README.md
Normal file
@ -0,0 +1,6 @@
|
||||
# TLS Certificates
|
||||
|
||||
The docker-compose stack mounts this directory into `/etc/nginx/certs` inside the `nginx` container.
|
||||
By default, it contains a self-signed certificate (`tls.crt` / `tls.key`) generated for `localhost` so the HTTPS listener works out of the box.
|
||||
|
||||
For production use, replace `tls.crt` and `tls.key` with certificates issued by a trusted CA (keep the filenames the same or update the Nginx config accordingly).
|
||||
Reference in New Issue
Block a user