💾 Archived View for warpengineer.space › entries › acme-sh.gmi captured on 2023-01-29 at 02:30:52. Gemini links have been rewritten to link to archived content
-=-=-=-=-=-=-
Just so I don't forget, here are some notes on using the acme.sh script for SSL/TLS certs.
curl https://get.acme.sh | sh
./acme.sh --install \ --home ~/myacme \ --config-home ~/myacme/data \ --cert-home ~/mycerts \ --accountemail "[email protected]" \ --accountkey ~/myaccount.key \ --accountconf ~/myaccount.conf \ --useragent "this is my client."
Just set the ones you care about.
https://www.howtoforge.com/getting-started-with-acmesh-lets-encrypt-client/
.acme.sh/acme.sh --issue --standalone -d DOMAIN
acme.sh --upgrade [--auto-upgrade]