I currently have my server's LetsEncrypt certificate maintained through security/py-certbot but because of all the Python dependencies would like to migrate to security/acme.sh.
Since my current certificate is on an account set up in certbot I would like some advice on setting acme.sh up to use that account. I presume as they both use the same protocol to contact the issuing server that should be possible. I have tried
Since my current certificate is on an account set up in certbot I would like some advice on setting acme.sh up to use that account. I presume as they both use the same protocol to contact the issuing server that should be possible. I have tried
acme.sh --help
and looking through the four-line conf file, but can't really see what to do