This commit is contained in:
Marc Beninca 2020-08-12 13:09:15 +02:00
parent f72d8a4686
commit 3d94293a13
2 changed files with 23 additions and 0 deletions

View file

@ -0,0 +1,22 @@
certbot
=======
DNS certificate
---------------
.. code:: shell
mkdir tmp
certbot \
--config-dir tmp \
--logs-dir tmp \
--work-dir tmp \
certonly \
--agree-tos \
--manual \
--manual-public-ip-logging-ok \
--no-eff-email \
--preferred-challenges dns \
--email acme@domain.tld \
--domains domain.tld,*.domain.tld \
--csr file.csr