Re: [Pdns-users] DNSKEY key-id in mysql backend

2023-01-20 Thread Jan-Piet Mens via Pdns-users
So my questions are : where does the key-id (returned in DNSKEY records) comes from and how I can get it from DB ? The key tag (or key ID) of a DNSKEY record is not stored in the database; it is a value which is calculated from the binary key; see RFC 4034, appendix B. Using pdnsutil show the D

[Pdns-users] DNSKEY key-id in mysql backend

2023-01-20 Thread Support SimpleRezo via Pdns-users
Hi ! I'm looking for a way to get the key-id of a DNSKEY stored in mysql backend. In "cryptokeys" table, I have all the details of the key, except "key-id". I cannot find it anywhere else in my DB. So my questions are : where does the key-id (returned in DNSKEY records) comes from and how I can g