docs→rtfd
This commit is contained in:
parent
7bc781ed11
commit
c7ec1dc5d1
131 changed files with 1 additions and 1 deletions
|
@ -1,22 +0,0 @@
|
|||
certbot
|
||||
=======
|
||||
|
||||
DNS certificate
|
||||
---------------
|
||||
|
||||
.. code:: shell
|
||||
|
||||
mkdir tmp
|
||||
DOMAIN='domain.tld'
|
||||
certbot \
|
||||
--config-dir tmp \
|
||||
--logs-dir tmp \
|
||||
--work-dir tmp \
|
||||
certonly \
|
||||
--agree-tos \
|
||||
--manual \
|
||||
--no-eff-email \
|
||||
--preferred-challenges dns \
|
||||
--csr tls.csr \
|
||||
--email acme@${DOMAIN} \
|
||||
--domains ${DOMAIN},*.${DOMAIN}
|
Loading…
Add table
Add a link
Reference in a new issue