File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1111
1212Your ` domain.com.ssl.key ` and ` domain.com.ssl.crt ` will in ` cert/live ` directory
1313
14- Just update your nginx config with ` ssl_certificate ‘path/to/‘domain.com.ssl.crt; # `
15- ` ssl_certificate_key ‘path/to/‘live/domain.com.ssl.key; `
14+ Just update your nginx config with
15+ ` ssl_certificate ‘path/to/‘domain.com.ssl.crt; # `
16+ ` ssl_certificate_key ‘path/to’/domain.com.ssl.key; `
Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ server {
2525
2626 # for EasyCert Sertificates.
2727
28- ssl_certificate /home/madeny/EasyCert/easycert/live/ domain.com.ssl.crt; # managed by EasyCert
29- ssl_certificate_key /home/madeny/EasyCert/easycert/live/ domain.com.ssl.key; # managed by EasyCert
28+ ssl_certificate snippets/ domain.com.ssl.crt; #
29+ ssl_certificate_key snippets/ domain.com.ssl.key; #
3030
3131
3232
You can’t perform that action at this time.
0 commit comments