4 lines
253 B
Text
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;
|