vestacp control panel ssl certificate
checkout /usr/local/vesta/ssl/ directory. Replace files accordingly and restart vesta
service vesta restart
vi /usr/local/vesta/nginx/conf/nginx.conf
# Vhost
server {
listen 8083;
server_name _;
root /usr/local/vesta/web;
charset utf-8;
./certbot-auto certonly --webroot -w /usr/local/vesta/web -d server.cloudserverfree.com
service vesta restart
vi /usr/local/vesta/nginx/conf/nginx.conf
# Vhost
server {
listen 8083;
server_name _;
root /usr/local/vesta/web;
charset utf-8;
./certbot-auto certonly --webroot -w /usr/local/vesta/web -d server.cloudserverfree.com
Comments
Post a Comment