diff options
author | vg <vgm+dev@devys.org> | 2020-04-04 18:50:02 +0200 |
---|---|---|
committer | vg <vgm+dev@devys.org> | 2020-04-04 18:50:02 +0200 |
commit | 706cffaac7aba2a4e623b4d1971d7c93d666d599 (patch) | |
tree | d119af42838fb7260960001bb7f64c93fcaaf704 | |
parent | cf2f1f2d3429650444685e07ee4e11bcd596bba8 (diff) | |
download | acme-dns-tiny-706cffaac7aba2a4e623b4d1971d7c93d666d599.tar.gz acme-dns-tiny-706cffaac7aba2a4e623b4d1971d7c93d666d599.tar.bz2 acme-dns-tiny-706cffaac7aba2a4e623b4d1971d7c93d666d599.zip |
add contact information example
-rw-r--r-- | acme_dns_tiny.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/acme_dns_tiny.py b/acme_dns_tiny.py index 6784eb8..39e0be3 100644 --- a/acme_dns_tiny.py +++ b/acme_dns_tiny.py @@ -21,7 +21,7 @@ Options: --quiet suppress output except for errors --verbose show all debug information on stderr --acme-directory=URL where to make acme request, default is Let's Encrypt - --contact=MAIL create/update mail contact information + --contact=MAIL create/update contact info (ex "mailto:x@example.com") --ttl=SECONDS time before (re)try self check --script=PATH script to run to update the DNS server record |