acme.sh
acme.sh copied to clipboard
setting CERT_HOME
I am not sure if this is a bug per say but during the install process I set cert-home location and when I execute/issue certificate it is stored in /root/acme.sh. How do I fix that?
Possible duplicate of #3153
Hi, i encured the same issue. I solved it editing the file acme.sh.env and adding --cert-home to alias:
alias acme.sh="/etc/acme/acme.sh --config-home '/etc/acme/conf' --home '/etc/acme' --cert-home '/etc/acme'"
Make sure you have this line:
. "/acme_install_path/acme.sh.env" in .bashrc
and finally you can do:
source acme.sh.env
source .bashrc