Obtain SSL Certificate from Let’s Encrypt Manually
1. Install Certbot I’ve tried to install the certbot docker container. It lacks the manual plugin. I’ve also tried WSL which gives the following error. This can’t be fixed. Therefore...
Generate Certificate by Private CA
1. Deploy Private CA Using OpenSSL OpenSSL is selected for private CA for its simplicity. It’s deployed in the local Ubuntu server to generate the certificate for Intranet web app...