]> git.ipfire.org Git - thirdparty/dehydrated.git/commitdiff
fixed some typos (fixes #725, fixes #741, fixes #740)
authorLukas Schauer <lukas@schauer.so>
Sun, 5 Jul 2020 20:29:57 +0000 (22:29 +0200)
committerLukas Schauer <lukas@schauer.so>
Sun, 5 Jul 2020 20:29:57 +0000 (22:29 +0200)
docs/examples/config
docs/examples/hook.sh

index cdc8337a257cd38f0b75cfc895557c1f8cf58c52..7b04aa0dd49bd7941d1637ac7d8406ef0e7d9a3d 100644 (file)
 # Default values of this config are in comments        #
 ########################################################
 
-# Which user should dehydrated run as? This will be implictly enforced when running as root
+# Which user should dehydrated run as? This will be implicitly enforced when running as root
 #DEHYDRATED_USER=
 
-# Which group should dehydrated run as? This will be implictly enforced when running as root
+# Which group should dehydrated run as? This will be implicitly enforced when running as root
 #DEHYDRATED_GROUP=
 
 # Resolve names to addresses of IP version only. (curl)
index d7dc8c8c71f8bf2850a79d24c3b7646b4d41a428..fb333848b460bed6de6ff42aed787dff8b62ba35 100755 (executable)
@@ -60,7 +60,7 @@ sync_cert() {
     #   The path of the file containing the certificate signing request.
 
     # Simple example: sync the files before symlinking them
-    # sync "${KEYFILE}" "${CERTFILE} "${FULLCHAINFILE}" "${CHAINFILE}" "${REQUESTFILE}"
+    # sync "${KEYFILE}" "${CERTFILE}" "${FULLCHAINFILE}" "${CHAINFILE}" "${REQUESTFILE}"
 }
 
 deploy_cert() {
@@ -177,7 +177,7 @@ generate_csr() {
     # This hook is called before any certificate signing operation takes place.
     # It can be used to generate or fetch a certificate signing request with external
     # tools.
-    # The output should be just the cerificate signing request formatted as PEM.
+    # The output should be just the certificate signing request formatted as PEM.
     #
     # Parameters:
     # - DOMAIN