commit 7cc12c563f7492ca083a4e0d18dd985215e15480 (patch)
parent bbc47d5fd50f24f5e5556df4dfb3122c52ee3d01
Author: alex <alex@garbash.com>
Date: Thu, 28 Apr 2022 21:57:30 -0400
notes: Fix command line for acme.sh command
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/notes/013-wildcard-cert.md b/notes/013-wildcard-cert.md
@@ -88,6 +88,6 @@ passwordless by adding the following to doas.conf:
Adding the following to the crontab will cause it to run on success:
- -reloadcmd '/usr/sbin/rcctl restart httpd'
+ --reloadcmd '/usr/sbin/rcctl restart httpd'
Hopefully I won't need to think about this for a while!