Replies: 1 comment 1 reply
-
you can use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Quick question: where am I supposed to place the custom dns api script in case of docker, and how am I supposed to call it?
It's complaining: "Can not find dns api hook for: : dns_solidserver",
Calling acme.sh like this:
podman run --rm -it -v "$(pwd)/out":/acme.sh --net=host neilpang/acme.sh --issue --dns dns_solidserver -ak 4096 -k 4096 -d test.*********.com
Script is in ~/out/dns_solidserver.sh, exactly the same script we're using on other (non-docker) acme.sh systems, where it's in /usr/share/acme.sh/dnsapi/dns_solidserver.sh.
Beta Was this translation helpful? Give feedback.
All reactions