Setup Cloudflare Origin Certificates with Nginx: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by the same user not shown) | |||
| Line 4: | Line 4: | ||
vim /etc/ssl/private/cloudflare_key_your-domain.com.pem | vim /etc/ssl/private/cloudflare_key_your-domain.com.pem | ||
For the certificate file, run this and copy and paste the certificate content into the file and save. | For the '''certificate file''', run this and copy and paste the certificate content into the file and save. | ||
vim /etc/ssl/certs/cloudflare_your-domain.com.pem | vim /etc/ssl/certs/cloudflare_your-domain.com.pem | ||
| Line 21: | Line 21: | ||
==Source== | ==Source== | ||
*[https://websiteforstudents.com/how-to-setup-cloudflare-origin-certificates-with-nginx-on-ubuntu-16-04-18-04/ websiteforstudents.com] | *[https://websiteforstudents.com/how-to-setup-cloudflare-origin-certificates-with-nginx-on-ubuntu-16-04-18-04/ websiteforstudents.com] | ||
[[Category:Server]] | |||
[[Category:Web Server]] | |||
[[Category:Security]] | |||
[[Category:SSL]] | |||
[[Category:Nginx]] | |||