How to install acme.sh?
$ curl https://get.acme.sh | sh -s email=devops@rajeshkumar.xyz
$ cd
$ ls -la
$ cd .acme.sh
How to Generate Certificates?
export GD_Key="sdfsdfsdfljlbjkljlkjsdfoiwje"
export GD_Secret="asdfsdafdsfdsfdsfdsfdsafd"
./acme.sh --issue --dns dns_gd -d xopsschool.com -d www.xopsschool.com
# The GD_Key and GD_Secret will be saved in ~/.acme.sh/account.conf and will be reused when needed.
REFERENCE
- https://github.com/acmesh-official/acme.sh/wiki/dnsapi
Latest posts by Rajesh Kumar (see all)
- Best AI tools for Software Engineers - November 4, 2024
- Installing Jupyter: Get up and running on your computer - November 2, 2024
- An Introduction of SymOps by SymOps.com - October 30, 2024