Mailing List
Home
Forum Home
Linux - General Red Hat Linux discussion list
Enterprise Linux 3 - Discussion of Red Hat Enterprise Linux 3 (Taroon)
Installation - Getting started with Red Hat Linux
Red Hat Linux 9 - Discussion of Red Hat Linux 9 (Shrike)
Red Hat Linux 7.3 - Discussion of Red Hat Linux 7.3 (Valhalla)
Red Hat Linux 7.2 - Discussion of Red Hat Linux 7.2 (Enigma)
Apache Web Server
Oracle database, Microsoft SQL server ...
Subjects
application/x mplayer2 plugin
RPM error: db4 error(16) from dbenv >remove: Device or resource
   busy
Command stream end of file while reading
X Windows problem (xauth)
Upgrading openoffice 1 1 rpm
FTP: connection refused
FTP: connection refused
mount: /dev/cdrom: is not a valid block device
Dell Precision 650, RedHat 9, no sound
how to trace the cause resulting in the crash of bind server
Virus on the list
UNINSTALL RPM MYSQL
usb pen drives: mounting as a user
broadcom network interface
make mrproper
sendmail configuration on redhat
Couldn 't open PID file /var/run/named/named pid Permission denied
Promise 378 controller
kernel 2 6 and /dev/sound/mixer not found
Problem using up2date
mrtg step by step howto/configuration for a newbie?
Compiling and Installing Kernel 2 6
Can 't locate module ppp0, can 't locate module ppp compress 21
HOW I CAN MAKE BOOTABLE FLOPPY DISKET
Lotus Notes under Wine
/etc/security/limits conf question
Intel E/1000 driver
Command stream end of file while reading
rpm database corrupt
qla2300 modules
 
Search:  
Power your search with and, or, +, -, or "some phrase" operators.
How to import a PFX file from IIS to Apache?

How to import a PFX file from IIS to Apache?

2005-07-26       - By A.Fadyushin@(protected)

 Back
Reply:     1     2     3  



> -- --Original Message-- --
> From: redhat-list-bounces@(protected) [mailto:redhat-list-
> bounces@(protected)] On Behalf Of Chris W. Parker
> Sent: Monday, July 25, 2005 11:26 PM
> To: redhat-list@(protected)
> Subject: How to import a PFX file from IIS to Apache?
>
> Hello,
>
> I'm trying to move one of my certificates from Windows to Linux. I've
> already created the pem file on the Linux machine with:
>
> openssl pkcs12 -in site.pfx -out site.pem
>
> What do I do next to get it installed?
>
> I've searched OpenSSL's mailing list archives, this mailing list,
> google, as well as Verisign's website without any luck.
>
> I'm sure this is going to be a simple answer I just haven't been able
to
> find it yet.
>
>
> Thanks,
> Chris.
>
> --
> redhat-list mailing list
> unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
> https://www.redhat.com/mailman/listinfo/redhat-list

The PEM file you created contains the server certificate (and
intermediate certificates, if any, in certificate chain between your
certificate and root certificate) and private key (which may be
encrypted, unless you remove the encryption specifying '-nodes' option
to 'openssl pkcs12') corresponding to your certificate.
The certificates are delimited by the lines 'BEGIN CERTIFICATE' and 'END
CERTIFICATE', the private key is between lines 'BEGIN RSA PRIVATE KEY'
and 'END RSA PRIVATE KEY' (there may be shown other algorithm name
instead of RSA if your certificate and key is not the RSA ones). Before
the certificates in that file are included strings in which the issuer
and subject names are shown, so you can find specific certificates in
the chain.

You can split the PEM file converted from .pfx into the files needed for
Apache using any text editor. Put the parts of the file containing
intermediate certificates (including the BEGIN and END lines) into
separate file pointed to by Apache configuration file directive
SSLCertificateChainFile.
Put the part containing your server's certificate (including the BEGIN
and END lines) into separate file pointed to by directive
SSLCertificateFile.
Put the private key part of the PEM file (including the BEGIN and END
lines)
into separate file pointed to by SSLCertificateKeyFile. Alternatively,
you can add it in the file with yor server's certificate, in this case
the directive SSLCertificateKeyFile should not be used. However, the
practice of having certificate and key in the sane file is strongly
discouraged.

Alexey Fadyushin
Brainbench MVP for Linux
http://www.brainbench.com





--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@(protected)?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

Earn $52 per hosting referral at Lunarpages.