README.adoc: fix libasciidoc compatibility
This commit is contained in:
parent
e4d159853e
commit
8f74c3acf0
@ -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
|
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
|
to serve the `ACME_DIR` and the user running this, which should in no way be
|
||||||
the root user, can place files in there:
|
the root user, can place files in there:
|
||||||
|
|
||||||
....
|
....
|
||||||
#!/bin/sh -ex
|
#!/bin/sh -ex
|
||||||
[ -f account.key ] || openssl genrsa 4096 > account.key
|
[ -f account.key ] || openssl genrsa 4096 > account.key
|
||||||
|
Reference in New Issue
Block a user