A Certificate which includes both *.example.com and example.com would fail to verify on renewal.
Certbot creates two ACME challenges on the same domain and the kasserver-dns-certbot script overwrites the first record instead of adding a second one.
Because of this the verification for the first domain will always fail.
Command to create the certificate:
certbot certonly -d "example.com" -d "*.example.com" --preferred-challenges dns --manual --manual-auth-hook kasserver-dns-certbot --manual-cleanup-hook kasserver-dns-certbot -m administrator@example.com
The error occurs when executing:
certbot renew --dry-run
A Certificate which includes both *.example.com and example.com would fail to verify on renewal.
Certbot creates two ACME challenges on the same domain and the kasserver-dns-certbot script overwrites the first record instead of adding a second one.
Because of this the verification for the first domain will always fail.
Command to create the certificate:
certbot certonly -d "example.com" -d "*.example.com" --preferred-challenges dns --manual --manual-auth-hook kasserver-dns-certbot --manual-cleanup-hook kasserver-dns-certbot -m administrator@example.com
The error occurs when executing:
certbot renew --dry-run