8 lines
No EOL
282 B
Text
8 lines
No EOL
282 B
Text
|
|
# WebinolySSLstart
|
|
ssl_certificate /etc/letsencrypt/live/domain.com/fullchain.pem;
|
|
ssl_certificate_key /etc/letsencrypt/live/domain.com/privkey.pem;
|
|
ssl_stapling on;
|
|
ssl_stapling_verify on;
|
|
ssl_trusted_certificate /etc/letsencrypt/live/domain.com/chain.pem;
|
|
# WebinolySSLend |