Skip to content

Instantly share code, notes, and snippets.

@jassriver
Created July 19, 2021 15:11
Show Gist options
  • Save jassriver/959f0204d8a55e3c99a79169f3978ab0 to your computer and use it in GitHub Desktop.
Save jassriver/959f0204d8a55e3c99a79169f3978ab0 to your computer and use it in GitHub Desktop.
Fix VestaCP Admin Panel SSL
cd /usr/local/vesta/ssl
mv certificate.crt certificate.crt_old
mv certificate.key certificate.key_old
cp /home/admin/conf/web/ssl.[Domain].crt /usr/local/vesta/ssl/certificate.crt
cp /home/admin/conf/web/ssl.[Domain].key /usr/local/vesta/ssl/certificate.key
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment