rtfd/docs/public/certbot/index.rst
Marc Beninca 3d94293a13 certbot
2020-08-12 13:09:15 +02:00

22 lines
345 B
ReStructuredText

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