I am getting this error in my ticket system:
However I DO have a CAA set. This is dig output from an other host not related to my VPS
When I manually renew the certificate it seem to work fine:
Any ideas? This is the 2nd time, a few months ago (I guess during the previous renewal) I simply run it manually but I don't want to do that every time
Code:
Error during automated certificate renewal for mattie-systems.nl
2020-7-27 00:10
CAA record prevents issuing the certificate: "letsencrypt.org"
However I DO have a CAA set. This is dig output from an other host not related to my VPS
Code:
[x@x ~]$ dig CAA mattie-systems.nl
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.68.rc1.el6_10.7 <<>> CAA mattie-systems.nl
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 44996
;; flags: qr rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;mattie-systems.nl. IN CAA
;; ANSWER SECTION:
mattie-systems.nl. 300 IN CAA 0 issue "letsencrypt.org"
mattie-systems.nl. 300 IN CAA 0 iodef "mailto:<masked for spam bots>"
;; Query time: 45 msec
;; SERVER: 213.189.29.187#53(213.189.29.187)
;; WHEN: Mon Jul 27 19:32:58 2020
;; MSG SIZE rcvd: 116
[x@x ~]$ dig CAA vps.mattie-systems.nl
; <<>> DiG 9.8.2rc1-RedHat-9.8.2-0.68.rc1.el6_10.7 <<>> CAA vps.mattie-systems.nl
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 610
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; QUESTION SECTION:
;vps.mattie-systems.nl. IN CAA
;; ANSWER SECTION:
vps.mattie-systems.nl. 14400 IN CAA 0 issue "letsencrypt.org"
;; Query time: 167 msec
;; SERVER: 89.104.166.219#53(89.104.166.219)
;; WHEN: Mon Jul 27 19:33:03 2020
;; MSG SIZE rcvd: 73
When I manually renew the certificate it seem to work fine:
Code:
root@vps:~# /usr/local/directadmin/scripts/letsencrypt.sh renew mattie-systems.nl 4096
Requesting new certificate order...
[..]
Processing https://acme-v02.api.letsencrypt.org/acme/authz-v3/12345...
Processing authorization for mattie-systems.nl...
Challenge is valid.
[..]
Processing https://acme-v02.api.letsencrypt.org/acme/authz-v3/12345...
Processing authorization for vps.mattie-systems.nl...
Challenge is valid.
[..]
Generating 4096 bit RSA key for mattie-systems.nl...
openssl genrsa 4096 > "/usr/local/directadmin/data/users/admin/domains/mattie-systems.nl.key.new"
Generating RSA private key, 4096 bit long modulus
[..]
Checking Certificate Private key match... Match!
Certificate for mattie-systems.nl has been created successfully!
Any ideas? This is the 2nd time, a few months ago (I guess during the previous renewal) I simply run it manually but I don't want to do that every time
