Wednesday, April 28, 2021

Lets encrypt - Add multiple domains to one certificate

 It's very simple, just use the following command to generate the certificate with as many domains as needed (two in the below example):

certbot certonly --webroot -w /var/www/html/easybiny/price -d price.easybiny.com -d www.price.easybiny.com

No comments:

Post a Comment