Add comments on how to install the script. #695
This commit is contained in:
parent
cea8df1a2c
commit
4d07f350bb
1 changed files with 4 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
|
# copy this script into /etc/letsencrypt/renewal-hooks/post
|
||||||
|
# to test: sudo certbot renew --dry-run
|
||||||
|
|
||||||
# copy the certificates into /etc/vernemq
|
# copy the certificates into /etc/vernemq
|
||||||
cp -Lp /etc/letsencrypt/live/resqapi.jankstudio.com/*.pem /etc/vernemq
|
cp -Lp /etc/letsencrypt/live/resqapi.jankstudio.com/*.pem /etc/vernemq
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue