Skip to content

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:

  1. ssh into root@c0d3.com

  2. run the command tmux a -t admin

  3. Change directories until you are inside the myProxy/acme.sh directory, the path should be /root/myProxy/acme.sh

  4. 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.

  5. Restart myProxy by running the command pm2 restart myProxy-prod

Done!

Clone this wiki locally