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

Does it now support the use of acme.sh's dnsapi or DNS alias mode? #776

Closed
wuball opened this issue Apr 3, 2021 · 4 comments
Closed

Does it now support the use of acme.sh's dnsapi or DNS alias mode? #776

wuball opened this issue Apr 3, 2021 · 4 comments

Comments

@wuball
Copy link

wuball commented Apr 3, 2021

When a domain name resolves to multiple hosts at the same time, the SSL certificate cannot be created.

https://github.com/acmesh-official/acme.sh/wiki/dnsapi

https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode

Example

My domain
domain.com

My servers
Server1 111.111.111.111
Server2 222.222.222.222

Resolves
api.domain.com A 111.111.111.111
api.domain.com A 222.222.222.222

Result
Both Server1 and Server2 create certificates

@buchdag
Copy link
Member

buchdag commented Apr 4, 2021

Hi. Please see the related issue #319

@buchdag buchdag closed this as completed Apr 4, 2021
@allen-wong
Copy link

我魔改了一下搞定:

app/letsencrypt_service中找到params_issue_arr+=(--webroot /usr/share/nginx/html)并替换成params_issue_arr+=(--dns dns_dp)(--dns取值范围参考acme.sh的dnsapi列表)。暂时帮助我实现了dnsapi模式认证。

find app/letsencrypt_service in params_issue_arr+=(--webroot /usr/share/nginx/html) and replace it with params_issue_arr+=(--dns dns_dp) (--dns value range reference dnsapi list of acme.sh). helped me to realize dnsapi mode authentication temporarily.

@buchdag
Copy link
Member

buchdag commented Jul 29, 2024

DNS-01 challenge support has been added to acme-companion, see #1137

@allen-wong
Copy link

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

No branches or pull requests

3 participants