Setup SSL of NoIP Domain Name (DDNS.NET) on NGINX
Thursday, January 4, 2024
1. Generate SSL
- Access to: https://www.digicert.com/easy-csr/openssl.htm
- Fill the information and click Generate. It will auto-general the command line.
- Copy and paste into Command Line Prompt.
- Open and copy content of .csr
- Login NOIP > My Services > SSL Certificate > Create > Add CRS > Copy belove and Save. Waiting to validate from Digicert.
- Choose CRT Zipped to local PC and unzip.
Windows:
$ copy /b your_domain_name.crt + DigiCertCA.crt bundle.crt
Linux:
$ cat your_domain_name.crt DigiCertCA.crt >> bundle.crt
3. Upload SSL to servers
4. Config NGINX (nginx.cfg)
Bài liên quan
Comments[ 0 ]
Post a Comment