Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add NS1 DNS Scripts #817

Merged
merged 1 commit into from
Feb 22, 2024
Merged

Add NS1 DNS Scripts #817

merged 1 commit into from
Feb 22, 2024

Conversation

Ayesh
Copy link
Contributor

@Ayesh Ayesh commented Nov 2, 2023

Adds NS1 DNS scripts. I'm not affiliated with NS1, merely a free plan user.

API Doc: https://ns1.com/api?docId=2185

NS1 treats multiple records in the same RR type + subdomain + domain as a single API record, so when we add or delete a record, the API rejects further requests unless it is deleted. The way dns_add_ns1 works is that it deletes existing TXT records in _acme-challenge.example.com, and only then adds the new record.

Ideally, the integration would merge existing record set and append the ACME challenge record. I just don't have enough jq know-how to do it. I think this is an OK compromise because it is unlikely that another ACME client deals with the same domain while getssl does its thing.

@timkimber timkimber merged commit 94874a9 into srvrco:master Feb 22, 2024
@Ayesh Ayesh deleted the dns/ns1 branch February 23, 2024 05:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants