bin/make-cert, bin/fix-cert-chain: Hack certificate chains for compatiblity.
[distorted-letsencrypt] / config.sh
index ab184af..d574050 100644 (file)
--- a/config.sh
+++ b/config.sh
@@ -1,3 +1,4 @@
 ### -*-sh-*-
 user=letsencrypt
 home=$(getent passwd $user | cut -d: -f6)
+certlife=$(( 28*86400 ))