First commit.

This commit is contained in:
Mehdi (OSX) 2023-11-22 15:24:30 +05:00
parent 26e2197a66
commit 2af8a78186

View File

@ -9,8 +9,8 @@ ## Info:
1. This script will **create** SSL certificates based on `${new_ssl_command}`.
2. If the `${live_certs_dir}` and `${live_certs_dir}/cert.pem` exist then certificate is **renewed** based on `${renew_command}`
3. Post hook is only executed:
1. If a new ssl certificate is created.
2. If certificate is renewed (test is done by comparing ${live_certs_dir}/cert.pem modified time to last one).
1. If a new ssl certificate is created.
2. If certificate is renewed (test is done by comparing ${live_certs_dir}/cert.pem modified time to last one).
---