> My company currently has a wildcard SSL certificate purchased from > Go Daddy. It's installed on a Linux Apache web server we are going > to deploy a Windows web server to support a different application. > Go Daddy has told me that we can use the certificate on more than > one server concurrently. To do this we need to export the private > key from the server that generated the CSR.
> Can someone tell me what the commands are for exporting the private > key off of the linux machine? > Thanks > Bart Wahlgren Apache stores the key and certificate in files. You can find the file paths in the config file. Depending on what version of Apache you have, the formats differ, but there may be an 'ssl.conf' file that has entries like: SSLCertificateFile /some/path/to/a/cert.crt SSLCertificateKeyFile /some/path/to/a/file.key SSLCertificateChainFile /some/path/to/a/cert_chain.crt The file in the SSLCertificateKeyFile field contains the private key. DS ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List openssl-users@openssl.org Automated List Manager [EMAIL PROTECTED]