You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: