[GH-ISSUE #141] Add support for CAA record #90

Closed
opened 2026-02-28 01:20:56 +03:00 by kerem · 4 comments
Owner

Originally created by @wiza on GitHub (Mar 23, 2017).
Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/141

Please add support for CAA record per RFC 6844, supported in powerdns 4.0.0.

https://doc.powerdns.com/md/types/

Originally created by @wiza on GitHub (Mar 23, 2017). Original GitHub issue: https://github.com/tuxis-ie/nsedit/issues/141 Please add support for CAA record per RFC 6844, supported in powerdns 4.0.0. https://doc.powerdns.com/md/types/
kerem 2026-02-28 01:20:56 +03:00
Author
Owner

@righter83 commented on GitHub (Mar 31, 2017):

DIFF index.php

136a137
> 			<option value="CAA">CAA</option>
625a627
> 										'CAA': 'CAA',
1200d1201
< 
<!-- gh-comment-id:290720002 --> @righter83 commented on GitHub (Mar 31, 2017): DIFF index.php ``` 136a137 > <option value="CAA">CAA</option> 625a627 > 'CAA': 'CAA', 1200d1201 < ```
Author
Owner

@tuxis-ie commented on GitHub (Mar 31, 2017):

@righter83 That is too fast. What kind of value is in CAA ? Should it be quoted, treated like a TXT record?

<!-- gh-comment-id:290720777 --> @tuxis-ie commented on GitHub (Mar 31, 2017): @righter83 That is too fast. What kind of value is in CAA ? Should it be quoted, treated like a TXT record?
Author
Owner

@righter83 commented on GitHub (Mar 31, 2017):

@tuxis-ie
Now it's a new special record:
https://sslmate.com/labs/caa/

It's not quoted, but it has quotes inside the record.value

example.com.	IN	CAA	0 issue "letsencrypt.org"
<!-- gh-comment-id:290721247 --> @righter83 commented on GitHub (Mar 31, 2017): @tuxis-ie Now it's a new special record: https://sslmate.com/labs/caa/ It's not quoted, but it has quotes inside the record.value ``` example.com. IN CAA 0 issue "letsencrypt.org" ```
Author
Owner

@HLFH commented on GitHub (Apr 2, 2017):

Following this discussion, for Let's Encrypt, it is recommended to use CAA with Critical Flag enabled: https://community.letsencrypt.org/t/caa-setup-for-lets-encrypt/9893

example.com. CAA 128 issue "letsencrypt.org"

Since the WebUI NSEdit is the best PowerDNS API based editor, it would be great to support CAA RRs.

<!-- gh-comment-id:291013437 --> @HLFH commented on GitHub (Apr 2, 2017): Following this discussion, for Let's Encrypt, it is recommended to use CAA with Critical Flag enabled: https://community.letsencrypt.org/t/caa-setup-for-lets-encrypt/9893 > example.com. CAA 128 issue "letsencrypt.org" Since the WebUI NSEdit is the best PowerDNS API based editor, it would be great to support CAA RRs.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/nsedit#90
No description provided.