aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPřemysl Eric Janouch <p@janouch.name>2020-10-25 10:08:46 +0100
committerPřemysl Eric Janouch <p@janouch.name>2020-10-25 10:08:46 +0100
commit8f74c3acf0deedf879768c80ed89a1954c264876 (patch)
tree1ea904dba1ed68a6abee26f1f29433d968ee33cc
parente4d159853e05c3f011086d4a65155ebc378efe2a (diff)
downloadacme-tinier-master.tar.gz
acme-tinier-master.tar.xz
acme-tinier-master.zip
README.adoc: fix libasciidoc compatibilityHEADorigin/mastermaster
-rw-r--r--README.adoc1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.adoc b/README.adoc
index ee69e6f..e177580 100644
--- a/README.adoc
+++ b/README.adoc
@@ -17,6 +17,7 @@ The following is a minimal script to generate a key and a corresponding
certificate using Let's Encrypt, assuming that a web server is properly set up
to serve the `ACME_DIR` and the user running this, which should in no way be
the root user, can place files in there:
+
....
#!/bin/sh -ex
[ -f account.key ] || openssl genrsa 4096 > account.key