rtfd/docs/public/certbot/index.rst

23 lines
345 B
ReStructuredText
Raw Normal View History

2020-08-12 11:09:15 +00:00
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 \
2020-11-07 20:33:20 +00:00
--csr file.csr \
2020-08-12 11:09:15 +00:00
--email acme@domain.tld \
2020-11-07 20:33:20 +00:00
--domains domain.tld,*.domain.tld