Sunday, July 23, 2017

How To Create an SSL Certificate on Nginx for CentOS

How To Create an SSL Certificate on Nginx for CentOS



Prerequisites
# yum update
# yum install nginx

Create the SSL Certificate

Create a folder for ssl
sudo mkdir /etc/nginx/ssl

No comments:

Post a Comment

Oracle Database 19c Installation on Oracle Linux 7

Pre-installation settings before installing Oracle Database 19c SELinux If the OS is to be used for an Oracle installation, it is ...