Process of applying for an SSL certificate using acme.sh and installing it on a server with an existing LNMP environment deployed
1. ACME Client Implementations 1.1 Install Online curl https://get.acme.sh | sh -s email=my@example.com 1.2 Or install from Git git clone https://github.com/acmesh-official/acme.sh.git cd ./acme.sh ./...
Read More →