💾 Archived View for warpengineer.space › entries › acme-sh.gmi captured on 2024-08-31 at 11:24:09. Gemini links have been rewritten to link to archived content
⬅️ Previous capture (2023-01-29)
-=-=-=-=-=-=-
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]