RE: [users@httpd] Certificate Import into Apache 2.2.0

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



I believe Apache expects PEM encoded X509 certificates. Certificates can be all grouped into one file, or separated into individual files based on whether you use the CertificatePath or CertificateFile directives. Refer to the Apache manual pages for the details.

The PKCS#7 encoded certificate can be converted into a X509 certificate as follows

$ openssl pkcs7 -in mycert.p7b -inform DER -text -print_certs > mycert.pem 
$ openssl x509 -in adp.pem -text

The first command does the actual conversion, while the second verifies the result of the first.

-ascs

-----Original Message-----
From: Wulf Kaiser [mailto:Wulf.Kaiser@xxxxxxxxxxxxxxxxxxxxxxx] 
Sent: Monday, December 19, 2005 7:54 AM
To: users@xxxxxxxxxxxxxxxx
Subject: [users@httpd] Certificate Import into Apache 2.2.0

Dear All,

I have a perhaps simple but nonetheless serious problem. I have build, installed and configured an Apache 2.2.0 under Solaris 9, and i have a valid certificate file in .p7b format from the DFN CA.

But: How can i import this into Apache?

T.i.A, yours

Wulf Kaiser
IT Services
Web Development | Database Administration Webmaster www.mpimf-heidelberg.mpg.de Zentrale Hard- und Softwarebeschaffung 

Max-Planck-Institut für medizinische Forschung Jahnstrasse 29 69120 Heidelberg Fon +49 6221 486560 Fax +49 6221 486561 Mobil +49 172 6235901 

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
   "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx



[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux