Created
July 19, 2021 15:11
-
-
Save jassriver/959f0204d8a55e3c99a79169f3978ab0 to your computer and use it in GitHub Desktop.
Revisions
-
jassriver created this gist
Jul 19, 2021 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,7 @@ ``` 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 ```