certbot/domain
This commit is contained in:
parent
901ba04eb9
commit
409154483a
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@ DNS certificate
|
|||
.. code:: shell
|
||||
|
||||
mkdir tmp
|
||||
DOMAIN=domain.tld certbot \
|
||||
DOMAIN='domain.tld'
|
||||
certbot \
|
||||
--config-dir tmp \
|
||||
--logs-dir tmp \
|
||||
--work-dir tmp \
|
||||
|
|
Loading…
Reference in a new issue