scriptbox/1984DNS/README

17 lines
622 B
Plaintext
Raw Normal View History

2022-01-30 17:45:56 +00:00
Status : succeeded (as far as i know)
2022-01-30 17:36:18 +00:00
This was my attempted to make automatic Certbot renewal script of 1984.is FreeDNS .
But acme.sh officially support 1984.is FreeDNS : https://github.com/acmesh-official/acme.sh/wiki/dnsapi#104-use-1984hosting-domain-api
and i found that after my script was finished .
2022-01-30 17:39:06 +00:00
**This Script doesn't work with TOTP enabled**
2022-01-30 17:38:19 +00:00
2022-01-30 17:36:18 +00:00
so, this script is a Certbot renewal script that's not maintained anymore, unless i returned to certbot .
2022-01-30 17:45:56 +00:00
2022-01-30 17:36:18 +00:00
certbot certonly --manual --manual-auth-hook before.sh --manual-cleanup-hook after.sh -d secure.example.com
2022-01-30 17:45:56 +00:00
Command Above should still working , i guess...