diff options
author | Thomas Lange <code@nerdmind.de> | 2021-05-10 16:52:57 +0200 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2021-05-10 16:52:57 +0200 |
commit | 33b1237a3cf668828dc2842d0c9cadddb8cfb299 (patch) | |
tree | 24d4e9ac3bc6f0a3bdf928c90ba5cc274fc38b44 | |
parent | 223425b984447d81d68fcf34928f69bdb9de51d8 (diff) | |
download | certdeploy-33b1237a3cf668828dc2842d0c9cadddb8cfb299.tar.gz certdeploy-33b1237a3cf668828dc2842d0c9cadddb8cfb299.tar.xz certdeploy-33b1237a3cf668828dc2842d0c9cadddb8cfb299.zip |
Optimize readme.md
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -113,7 +113,7 @@ IMPORTANT NOTES: "certbot renew" ~~~ -Since your new certificate has been successfully issued, you will find a new file called `mumble_voip.example.org.conf` residing in `/etc/letsencrypt/renewal`. This is Certbot's directory in which the information for the automated renewal process is kept. If you `cat` the file, you will see your deploy hook command which will be executed again if Certbot automatically renews your expiring certificate(s) after (usually) 60 days: +Since your new certificate has been successfully issued, you will find a new file called `mumble_voip.example.org.conf` residing in `/etc/letsencrypt/renewal`. This is Certbot's directory in which the information for the automated renewal process is kept. If you `cat` this file, you will see your deploy hook command which will be re-executed when Certbot automatically renews your expiring certificate(s) after (usually) 60 days: ~~~ # renew_before_expiry = 30 days |