Search found 5 matches
- Tue Feb 07, 2017 3:45 am
- Forum: 3rd Party Software
- Topic: Let's Encrypt for VestaCP System (8083) and exim4
- Replies: 54
- Views: 1390854
Re: Let's Encrypt for VestaCP System (8083) and exim4
ln - s /etc/letsencrypt/live/[mydomain.com]/cert.pem /usr/local/vesta/ssl/certificate.crt ln -s /etc/letsencrypt/live/[mydomain.com]/privkey.pem /usr/local/vesta/ssl/certificate.key service vesta restart Congratz, you can register on the board and copy&paste your 3 line shell "solution" without any...
- Tue Feb 07, 2017 3:44 am
- Forum: General Discussion
- Topic: how to install letsencrypts ssl for the vestacp admin panel
- Replies: 20
- Views: 84528
Re: how to install letsencrypts ssl for the vestacp admin panel
ln - s /etc/letsencrypt/live/[mydomain.com]/cert.pem /usr/local/vesta/ssl/certificate.crt ln -s /etc/letsencrypt/live/[mydomain.com]/privkey.pem /usr/local/vesta/ssl/certificate.key service vesta restart Thanks for the tip billmedina, I sim linked from /home/[user]/conf/web/ssl.[mydomain.com].crt /...
- Tue Feb 07, 2017 3:37 am
- Forum: General Discussion
- Topic: how to install letsencrypts ssl for the vestacp admin panel
- Replies: 20
- Views: 84528
Re: how to install letsencrypts ssl for the vestacp admin panel
Sorry you're so edgy. Maybe people can just restart vesta as shown in what I posted lol. So mad that I didn't need to copy/paste with a shell script. Pretty obvious that when the cert changes the web server for vesta needs to be restarted.
- Tue Jan 31, 2017 10:33 pm
- Forum: General Discussion
- Topic: how to install letsencrypts ssl for the vestacp admin panel
- Replies: 20
- Views: 84528
Re: how to install letsencrypts ssl for the vestacp admin panel
ln - s /etc/letsencrypt/live/[mydomain.com]/cert.pem /usr/local/vesta/ssl/certificate.crt
ln -s /etc/letsencrypt/live/[mydomain.com]/privkey.pem /usr/local/vesta/ssl/certificate.key
service vesta restart
ln -s /etc/letsencrypt/live/[mydomain.com]/privkey.pem /usr/local/vesta/ssl/certificate.key
service vesta restart
- Tue Jan 31, 2017 10:32 pm
- Forum: 3rd Party Software
- Topic: Let's Encrypt for VestaCP System (8083) and exim4
- Replies: 54
- Views: 1390854
Re: Let's Encrypt for VestaCP System (8083) and exim4
ln - s /etc/letsencrypt/live/[mydomain.com]/cert.pem /usr/local/vesta/ssl/certificate.crt
ln -s /etc/letsencrypt/live/[mydomain.com]/privkey.pem /usr/local/vesta/ssl/certificate.key
service vesta restart
ln -s /etc/letsencrypt/live/[mydomain.com]/privkey.pem /usr/local/vesta/ssl/certificate.key
service vesta restart