Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section General Discussion
  • Search

How to fix LetsEncrypt SSL certificate (Admin Panel)

General questions about VestaCP
Post Reply
  • Print view
Advanced search
2 posts • Page 1 of 1
patoonord
Posts: 4
Joined: Wed Nov 01, 2017 5:49 am

How to fix LetsEncrypt SSL certificate (Admin Panel)
  • Quote

Post by patoonord » Thu Nov 16, 2017 9:57 pm

Solution
This solution consists of creating a symbolic link from the certificate origin location to the destination location. This is the best solution since VestaCP will automatically renew LetsEncrypt certificates – a symbolic link would ensure any updates are reflected in the VestaCP admin panel.

cd /usr/local/vesta/ssl
mv certificate.crt certificate.crt_old
mv certificate.key certificate.key_old
ln -s /home/admin/conf/web/ssl.DOMAIN.TLD.key /usr/local/vesta/ssl/certificate.key
ln -s /home/admin/conf/web/ssl.DOMAIN.TLD.crt /usr/local/vesta/ssl/certificate.crt
sudo service vesta restart

Be sure to change domain.tld with the domain your server is using with VestaCP
Top

ScIT
Support team
Posts: 617
Joined: Mon Feb 23, 2015 4:13 pm

Os: Ubuntu 17x
Web: apache + nginx
Re: How to fix LetsEncrypt SSL certificate (Admin Panel)
  • Quote

Post by ScIT » Fri Nov 17, 2017 9:37 am

not the best way to solve, you will get a permission error within exim4. Written a small script to solve this issue: viewtopic.php?f=19&t=13057
Top


Post Reply
  • Print view

2 posts • Page 1 of 1

Return to “General Discussion”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password