Differences between revisions 2 and 3
Revision 2 as of 2022-11-25 23:47:06
Size: 528
Comment:
Revision 3 as of 2023-07-07 02:21:25
Size: 540
Comment:
Deletions are marked like this. Additions are marked like this.
Line 8: Line 8:
== whois == = WildCardCertificate =

1. WildCardCertificate

certbot certonly --manual --preferred-challenges dns-01 -d *.qmail.jp

$ cat txt.sh
DATA_DIR=/home/tmaeno/dnsdata
TXT_RR="'txt.${CERTBOT_DOMAIN}:${CERTBOT_VALIDATION}:300"

(cd ${DATA_DIR} && (echo ${TXT_RR} > txt) && make)
sleep 10
exit 0

1.1. history

C_acme-challenge.qmail.jp:txt.qmail.jp:3600


CategoryDns CategoryWatch CategoryTemplate

MoinQ: Letsencrypt/WildCardCertificate/*.qmail.jp (last edited 2023-07-07 02:21:25 by ToshinoriMaeno)