nginx-kit/templates/cert/example.com.conf
2026-06-09 14:41:15 +08:00

4 lines
253 B
Text

# Copy this file into snippets/cert/<your-domain>.conf and replace the paths
# with the certificate material issued for that exact hostname set.
ssl_certificate /etc/ssl/certimate/example.com.crt;
ssl_certificate_key /etc/ssl/certimate/example.com.key;