-
Notifications
You must be signed in to change notification settings - Fork 69
Expired ssl certificates
Guilherme Gwadera edited this page May 21, 2021
·
3 revisions
When ssl certificates expire on a subdomain of c0d3.com, they must be replaced with a new ssl certificate! To do so, follow these steps:
-
ssh into
[email protected]
-
run the command
tmux a -t admin
-
Change directories until you are inside the
myProxy/acme.sh
directory, the path should be/root/myProxy/acme.sh
-
To renew the ssl certificate run the command
./acme.sh --renew -d *.c0d3.com --force
, where*.c0d3.com
is the domain that you want to renew the cert for. -
Restart myProxy by running the command
pm2 restart myProxy-prod
Done!