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
This is not a bug report but a question to @Neilpang.
I'm trying to follow up on the initial work by @buchdag to use acme.sh instead of simp_le for letsencrypt-nginx-proxy-companion.
As I undertand it:
An acme.sh configuration directory is tied to one and only one email address
An acme.sh configuration directory can hold several accounts for different ACME service providers. These accounts are configured under <acme.sh_conf_dir>/ca/<service_provider_fqdn>.
Then, say I want to update the email address for a given acme.sh configuration directory, I'd need to issue an acme.sh --update-account command for each configured ACME service provider. This command would look like:
Is that correct? In this case it would be convenient to have the service provider directory url stored somewhere into the account configuration,to be able to script the above command. Would you mind me submitting a PR to this end?
In case my understanding stated above is not correct, please tell me.
Thanks in advance,
_g.
The text was updated successfully, but these errors were encountered:
If this is a bug report, please upgrade to the latest code and try again:
如果有 bug, 请先更新到最新版试试: acme.sh --upgrade
please also provide the log with --debug 2.
同时请提供调试输出 --debug 2
see: https://github.com/acmesh-official/acme.sh/wiki/How-to-debug-acme.sh
Without --debug 2 log, your issue will NEVER get replied.
没有调试输出, 你的 issue 不会得到任何解答.
Hi,
This is not a bug report but a question to @Neilpang.
I'm trying to follow up on the initial work by @buchdag to use
acme.sh
instead ofsimp_le
forletsencrypt-nginx-proxy-companion
.As I undertand it:
acme.sh
configuration directory is tied to one and only one email addressacme.sh
configuration directory can hold several accounts for different ACME service providers. These accounts are configured under<acme.sh_conf_dir>/ca/<service_provider_fqdn>
.Then, say I want to update the email address for a given
acme.sh
configuration directory, I'd need to issue anacme.sh --update-account
command for each configured ACME service provider. This command would look like:Is that correct? In this case it would be convenient to have the service provider directory url stored somewhere into the account configuration,to be able to script the above command. Would you mind me submitting a PR to this end?
In case my understanding stated above is not correct, please tell me.
Thanks in advance,
_g.
The text was updated successfully, but these errors were encountered: