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