How to renew your Let’s encrypt

Step 1. Suspend your web server (nginx for example) sudo service nginx stop

Step 2. Renew your certificate sudo letsencrypt certonly --standalone --email {email address} -d elfsong.cn -d {web address}

Step 3. Restart your web server sudo service nginx start

Step 4. Check the status sudo service nginx status




Enjoy Reading This Article?

Here are some more articles you might like to read next:

  • Resillience
  • Multi-Head Attention
  • Preference Alignment 101
  • Challenges in Code Generation
  • PREDICTING AND OPTIMIZING LLVM COMPILER PASS ORDER