SSLMate / caa_helper

Generate a CAA policy
https://sslmate.com/caa/
Mozilla Public License 2.0
152 stars 35 forks source link

Add Nucleus NV as a provider of CAA records on their nameservers #65

Closed mattiasgeniar closed 7 years ago

mattiasgeniar commented 7 years ago

Hi all,

First of all: great work on the CAA tool!

I'd like to add Nucleus NV to the list of providers that support CAA records. Here's a demo domain, managed through the Nucleus controlpanel.

$ dig mojah.be NS | sort
mojah.be.       86392   IN  NS  ns1.nucleus.be.
mojah.be.       86392   IN  NS  ns2.nucleus.be.
mojah.be.       86392   IN  NS  ns3.nucleus.be.
mojah.be.       86392   IN  NS  ns4.nucleus.be.

And the CAA record;

$ dig mojah.be CAA
mojah.be.       3600    IN  CAA 0 issue "letsencrypt.org"
mojah.be.       3600    IN  CAA 0 iodef "mailto:m@ttias.be"

Take care,

Mattias

Ayesh commented 7 years ago

Great work with dnsspy tool too, by the way :) I'm just a watcher of this repo.

AGWA commented 7 years ago

@mattiasgeniar Thanks for the PR!