Lets Encrypt Generate SSL Certs

sudo certbot certonly --standalone

OR

certbot certonly --manual \
  --preferred-challenges=dns \
  --email mabna.cloud@gmail.com \
  --agree-tos \
  --manual-public-ip-logging-ok \
  -d "tel.mbcloud.ir"

Last updated