Posts tagged: ssl

An ACME Shell script: acme.sh

· Conkay

1. How to install 1.1. Install online Check this project: https://github.com/acmesh-official/get.acme.sh curl https://get.acme.sh | sh -s email=my@example.com Or: wget -O - https://get.acme.sh | sh -s email=my@example.com 1.2. Or, Install…