Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!
DNSSEC cPanel Plugin Released !
0 Members and 1 Guest are viewing this topic.
[root@www ~]# cd /etc/pki/tls/certs
[root@www certs]# make server.key
[root@www certs]# openssl rsa -in server.key -out server.key
[root@www certs]# make server.csr
[root@www certs]# openssl x509 -in server.csr -out server.crt -req -signkey server.key -days 3650
[root@www ~]# yum -y install mod_ssl[root@www ~]# vi /etc/httpd/conf.d/ssl.conf
[root@www ~]# systemctl restart httpd
[root@www ~]# firewall-cmd --add-service=https --permanentsuccess[root@www ~]# firewall-cmd --reloadsuccess