Recently, I wanted to put my new web project online. I need to change it from http server to https server. And I totally forgot how I obtained the certification from let’s encrypt before.
I’m sure that I would forget it again after a few months, so let’s take note of it.
Installation
We need to use certbot to obtain and manage the certification. The detailed instruction is at https://certbot.eff.org/instructions. You can choose the software for web deployment and the OS you used on this web page to see the instruction.
Since I use Nginx on my mac mini as the server for web deployment, I would only talk about it in this article.