Installation of Certificates failing

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat Installation of Certificates failing
# 1  
Old 04-20-2015
Wrench Installation of Certificates failing

Hi All,

I have a few certificates that I need to install on my Apache server.

The files are in /opt/keys/:

Code:
[root@optimus keys]# ls -ltrh
total 36K
-rw-r--r--. 1 root root 1.8K Apr 20 18:29 EntrustG2bridge.cer
-rw-r--r--. 1 root root 1.7K Apr 20 18:29 wildcard.key
-rw-r--r--. 1 root root 1.5K Apr 20 18:29 wildcard.crt
-rw-r--r--. 1 root root 1.6K Apr 20 18:29 EntrustRootG2.cer
-rw-r--r--. 1 root root 3.3K Apr 20 19:18 EntrustL1KSubca.cer

My /etc/httpd/conf/httpd.conf config is :

Code:
<VirtualHost *:80>
#    ServerAdmin webmaster@dummy-host.example.com
#    DocumentRoot /var/www/html/
#    ServerName dummy-host.example.com
#    ErrorLog logs/dummy-host.example.com-error_log
#    CustomLog logs/dummy-host.example.com-access_log common

     SSLEngine on
     SSLCertificateChainFile /opt/keys/EntrustL1KSubca.cer
     SSLCertificateChainFile /opt/keys/EntrustG2bridge.cer
     SSLCertificateChainFile /opt/keys/EntrustRootG2.cer

     SSLCertificateFile /opt/keys/wildcard.crt

     SSLCertificateKeyFile /opt/keys/wildcard.key

</VirtualHost>

I am able to succesffuly start httpd service with this config but in my browser, when I click on the certificates, i do not see anything related to the certificates I am installing.

Can anyone tell me what I am going wrong here ?
# 2  
Old 04-21-2015
That's probably because you configured the SSL-stuff in a VirtualHost listening on port 80. Replace 80 with 443 and see, if this makes a difference.
Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

List all certificates on a server

Dear All, I am planning to find the list of certificates(WEBshpere/MQ) on a servers. My certificates are either stored in (.jks) / (.pem) / (.cer) . But some of the certificates are stored without these file formats. I tried using find command but unless I give the file name its difficult... (6 Replies)
Discussion started by: sidh_arth85
6 Replies

2. Red Hat

Samba installation failing on Linux

We are trying to install samba server on linux environment but it's failing with following errors. Could any of you help me on this. body { margin: 0 0 0 0; padding:0 0 0 0 }td,div { font-family:Segoe UI;font-size:9pt;vertical-align:top }/* Copyright IBM Corp. 2011 All Rights Reserved. ... (4 Replies)
Discussion started by: talk1234
4 Replies

3. Ubuntu

installation of meld failing

Hi, I have Ubuntu 9.10 and I need to install "meld" for file comparison. I did sudo apt-get install meld but the command is failing with this error: 404 Not Found Failed to fetch 404 Not Found E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing? ... (1 Reply)
Discussion started by: sdj
1 Replies

4. AIX

Creation of SSL certificates

Can someone guide me as to how SSL certificates are created for a new AIX box? I am a novice to system administration. Thanks in advance Gayathri (1 Reply)
Discussion started by: ggayathri
1 Replies

5. UNIX for Dummies Questions & Answers

VSFTPD & SSL Certificates

Hello all :b: I need a little advice on securing my VSFTPD server. I currently have it setup and working using a self signed certificate by following instructions on the net and im happy with it to a certain extent. One of my clients is not... He said he cannot connect to the server unless... (1 Reply)
Discussion started by: mokachoka
1 Replies

6. Cybersecurity

expiration of SSL Certificates

Does anyone know how to extract the expiration date of a Solaris 9 certificate? I have searched over the 'net and it seems this command ssl-cert-check comes up often but this does not work on my servers. Not sure how to extraxt the expiration dates of the SSL Certs so if anyone can help that would... (2 Replies)
Discussion started by: bluridge
2 Replies

7. UNIX for Advanced & Expert Users

installation of vbox failing

Hi, I am using compaq t5207tu model with 60gb harddisk and 2.5gb RAM.Its dual boot-Windows XP and Solaris. I tried installing SUN xVM on solaris to make client -server architecture (32 bit processor and 32 bit OS ) -guest OS (solaris 10)on host OS(Solaris 10). But whenever i try to install... (1 Reply)
Discussion started by: shruti_gupta
1 Replies

8. Solaris

FTPS : FTP with certificates

Does anyone know of any products that support FTPS (FTP with SSL). Or does anyone out there run this now? any experiences? This is particularly to support the Cuncur expense system, I don tknow if anyone works with them at all, but they dont support sftp, just ftps. Thanks,!! (1 Reply)
Discussion started by: BG_JrAdmin
1 Replies
Login or Register to Ask a Question