Hi
I am trying to create an SSL certificate for my server. For generating a key I need to use genkey command for which I had to install crypto-utils. Still I need to install mod_ssl for Apache. However, when I issue
it returns
I have read various tutorials about installing an SSL certificate all of which ask us to install mod_ssl. But it seems there are no such packages available in Centos' repos. What am I supposed to? It seems since I have installed DA, I need to install mod_ssl in a different way.
Any ideas would be appreciated.
Thanks
I am trying to create an SSL certificate for my server. For generating a key I need to use genkey command for which I had to install crypto-utils. Still I need to install mod_ssl for Apache. However, when I issue
Code:
yum install mod_ssl
it returns
Code:
No package mod_ssl available.
I have read various tutorials about installing an SSL certificate all of which ask us to install mod_ssl. But it seems there are no such packages available in Centos' repos. What am I supposed to? It seems since I have installed DA, I need to install mod_ssl in a different way.
Any ideas would be appreciated.
Thanks