summaryrefslogtreecommitdiff
path: root/letsencrypt-helpers/README
diff options
context:
space:
mode:
Diffstat (limited to 'letsencrypt-helpers/README')
-rw-r--r--letsencrypt-helpers/README2
1 files changed, 0 insertions, 2 deletions
diff --git a/letsencrypt-helpers/README b/letsencrypt-helpers/README
index e5f65fa..6909fcf 100644
--- a/letsencrypt-helpers/README
+++ b/letsencrypt-helpers/README
@@ -6,8 +6,6 @@ o Furthermore, that there is a ~/acme-challenge and that is aliased in apache:
| Alias "/.well-known/acme-challenge" "/srv/letsencrypt/acme-challenge"
o Also, we want an account key in ~:
(umask 277 && ! [ -e account.key ] && openssl genrsa 4096 > account.key)
-o And you want the letsencrypt chain file lets-encrypt-x1-cross-signed.pem
- in ~/certs/extra
o Optionally, a dh file in ~/certs/extra/dh-4096.pem
openssl dhparam -out ~/certs/extra/dh-4096.pem 4096
o And you want this bin directory in PATH for your letsencrypt role user.