tengattack / certbot-dns-dnspod

A certbot dns plugin to obtain certificates using dnspod.
Other
65 stars 18 forks source link

--dry-run 似乎没有删除解析记录 #19

Open InoryS opened 1 month ago

InoryS commented 1 month ago

不太确定是不是真的是 --dry-run 的原因。

# snap list
Name                Version   Rev    Tracking       Publisher     Notes
certbot             2.11.0    3834   latest/stable  certbot-eff✓  classic
certbot-dns-dnspod  0.24.2    10     latest/stable  ericzhang456  -
core20              20240416  2318   latest/stable  canonical✓    base
snapd               2.63      21759  latest/stable  canonical✓    snapd

image

dns-01 challenge for 略
dns-01 challenge for 略
Starting new HTTPS connection (1): dnsapi.cn:443
https://dnsapi.cn:443 "POST /Domain.Info HTTP/1.1" 200 None
Starting new HTTPS connection (1): dnsapi.cn:443
https://dnsapi.cn:443 "POST /Record.Create HTTP/1.1" 200 None
create_record: True
Starting new HTTPS connection (1): dnsapi.cn:443
https://dnsapi.cn:443 "POST /Domain.Info HTTP/1.1" 200 None
Starting new HTTPS connection (1): dnsapi.cn:443
https://dnsapi.cn:443 "POST /Record.Create HTTP/1.1" 200 None
create_record: True
Notifying user: Waiting 30 seconds for DNS changes to propagate
Waiting 30 seconds for DNS changes to propagate
JWS payload:
b'{}'
Sending POST request to https://acme-staging-v02.api.letsencrypt.org/acme/chall-v3/13210890333/Ia-bbg:
略
Storing nonce: 
Calling registered functions
Cleaning up challenges
Starting new HTTPS connection (1): dnsapi.cn:443
https://dnsapi.cn:443 "POST /Domain.Info HTTP/1.1" 200 None
Starting new HTTPS connection (1): dnsapi.cn:443
https://dnsapi.cn:443 "POST /Record.List HTTP/1.1" 200 None
payload: {'status': {'code': '1', 'message': '操作已经成功完成', 略}]}
list_records: []
delete_records: []
delete_record: True
Starting new HTTPS connection (1): dnsapi.cn:443
https://dnsapi.cn:443 "POST /Domain.Info HTTP/1.1" 200 None
Starting new HTTPS connection (1): dnsapi.cn:443
https://dnsapi.cn:443 "POST /Record.List HTTP/1.1" 200 None
payload: {'status': {'code': '1', 'message': '操作已经成功完成', 略}]}
list_records: []
delete_records: []
delete_record: True
CSR: CSR(
略

list_records: [] delete_records: [] 都为空?