For example, you have a website / git repository, etc. And you don’t want to use Let’s Encrypt to get certificates, or it is a purely internal service, so we are quite satisfied with a self-signed certificate. In any case, we need to add a self-signed certificate to the Mac OS certificate store. Otherwise, youContinue Reading
Tag: HTTPS
How to use Let’s Encrypt for NGINX on Ubuntu
Let’s Encrypt is an SSL certificate authority managed by the Internet Security Research Group. Web server NGINX is a free, open-source, high-performance HTTP server. You can use HTTPS (an extension of HTTP with SSL / TLS encryption) on your website to secure connection. Install packages: apt updateapt install -y \ python-software-properties software-properties-common add-apt-repository ppa:certbot/certbot apt update aptContinue Reading