Skip to content

Expired ssl certificates

anthonykhoa edited this page Nov 23, 2020 · 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 [email protected]

  2. run the command tmux a -t admin

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

  4. run the command git pull origin master

  5. run the command npm run server

Done!

Clone this wiki locally