[CREATE FILE]

- Crt File
cat www_example_com.crt COMODORSADomainValidationSecureServerCA.crt COMODORSAAddTrustCA.crt AddTrustExternalCARoot.crt > ssl-bundle.crt

- key File
received from COMODO by E-Mail


[Nginx Configuration]
server {
listen 443;
server_name www.re-book.kr;
client_max_body_size 120M;

ssl on;

ssl_certificate /etc/nginx/SSL/www.re-book.kr/my_ssl.crt;
ssl_certificate_key /etc/nginx/SSL/www.re-book.kr/my_ssl_enc.key;


.
.
.
.
.

Leave a Reply

Your email address will not be published. Required fields are marked *