INSTALL.md: use fullchain.pem instead of cert.pem

This commit is contained in:
nervuri 2022-06-04 00:00:00 +00:00
parent ed080df734
commit 9743f24eab
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ After=network.target
[Service]
Type=simple
Restart=always
ExecStart=client-hello-mirror -u www-data -c /etc/letsencrypt/live/example.org/cert.pem -k /etc/letsencrypt/live/example.org/privkey.pem :443 2>/var/log/client-hello-mirror-error.log
ExecStart=client-hello-mirror -u www-data -c /etc/letsencrypt/live/example.org/fullchain.pem -k /etc/letsencrypt/live/example.org/privkey.pem :443 2>/var/log/client-hello-mirror-error.log
[Install]
WantedBy=multi-user.target