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 ACME-DNS certbot plugin #946

Merged
merged 1 commit into from
Mar 16, 2021
Merged

Conversation

ijaron
Copy link
Contributor

@ijaron ijaron commented Mar 12, 2021

uses https://github.com/pan-net-security/certbot-dns-acmedns to implement ACME-DNS support.
Requires file in /data with the following layout and permissions 600

# cat /data/acme-registration.json
{
  "something.acme.com": {
    "username": "6e14735c-2c6a-447e-b63d-a23ac4438bd7",
    "password": "dd6gnYS-IxrQfDLbdPRX3hrFhS_SLrwbS0kSl_i8",
    "fulldomain": "3b750a0e-c627-423f-9966-4799c6a9533b.auth.example.org",
    "subdomain": "3b750a0e-c627-423f-9966-4799c6a9533b",
    "allowfrom": []
  }
}

Follow setup at https://github.com/joohoi/acme-dns

uses https://github.com/pan-net-security/certbot-dns-acmedns in to implement ACME-DNS support.
Requires file in /data with following layout
# cat /data/acme-registration.json
{
  "something.acme.com": {
    "username": "6e14735c-2c6a-447e-b63d-a23ac4438bd7",
    "password": "dd6gnYS-IxrQfDLbdPRX3hrFhS_SLrwbS0kSl_i8",
    "fulldomain": "3b750a0e-c627-423f-9966-4799c6a9533b.auth.example.org",
    "subdomain": "3b750a0e-c627-423f-9966-4799c6a9533b",
    "allowfrom": []
  }
}
@ijaron
Copy link
Contributor Author

ijaron commented Mar 12, 2021

Implements #884

@jc21
Copy link
Member

jc21 commented Mar 15, 2021

Docker Image for build 2 is available on DockerHub as jc21/nginx-proxy-manager:github-pr-946

@jc21 jc21 changed the base branch from master to develop March 16, 2021 03:59
@jc21
Copy link
Member

jc21 commented Mar 16, 2021

Docker Image for build 3 is available on DockerHub as jc21/nginx-proxy-manager:github-pr-946

@jc21 jc21 merged commit 9951446 into NginxProxyManager:develop Mar 16, 2021
@jonasled
Copy link
Contributor

I tested the plugin and it works fine, thanks for creating the PR.

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.

3 participants