aboutsummaryrefslogtreecommitdiff
path: root/src/property
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-12-07 12:35:05 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-12-07 12:35:05 -0700
commit32f790acbae4417070d67a53cfe3518447bc32e4 (patch)
treeb31abe5a5cd4e80eb34a7e6bfdbd3b752e7a65bc /src/property
parent563af80e95563c6a1215a633b4f3c96ae01f45b6 (diff)
downloadconsfigurator-32f790acbae4417070d67a53cfe3518447bc32e4.tar.gz
APACHE:HTTPS-VHOST: note that doesn't currently install renewal hook
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property')
-rw-r--r--src/property/apache.lisp5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/property/apache.lisp b/src/property/apache.lisp
index 375d65f..bced26c 100644
--- a/src/property/apache.lisp
+++ b/src/property/apache.lisp
@@ -95,7 +95,10 @@ additional lines to add to the Apache configuration for both the HTTP and
HTTPS virtual hosts; ADDITIONAL-CONFIG-HTTPS are additional lines to be added
only to the HTTPS virtual host.
-Unapplying removes the Apache site config but leaves the certificate behind."
+Unapplying removes the Apache site config but leaves the certificate behind.
+
+The current implementation does not install a certificate renewal hook to
+restart Apache."
`(with-unapply
(network:aliases ,domain ,@aliases)
(mod-enabled "ssl")