Hi, May be you can try to edit the "httpd.conf" and add the following line: SSLOptions +ExportCertData Then read the header information "SSL_SERVER_CERT" or "SSL_CLIENT_CERT"?
Regards, Alex Hong. -------------------------------------------------- Alex Hong Software Engineer, New Paradigm e-Technology Ltd. Email : [EMAIL PROTECTED] Website: http://www.newparadigmgp.com -------------------------------------------------- ----- Original Message ----- From: "M.Hanizan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, April 10, 2002 7:57 PM Subject: how to get back the original certificate from SSL structure ? > Dear all :) > > Is there anybody know how to convert SSL structure (or what so ever structure > inside modssl and openssl source i.e X509 structure, BIO structure) back to > its original certificate form. Or at least get the string (char array) format > which content the encrypted data of the certificate. > > So then I can put the string back to a file with certificate format as > > -----BEGIN CERTIFICATE----- > $$$ the encrypted data $$$ > -----END CERTIFICATE----- > > This certificate I had installed it inside mybrowser, so it's not a file > anymore! > > Is there anybody know how to do it? > > Thank you :) > > > > > > > > > > ______________________________________________________________________ > Apache Interface to OpenSSL (mod_ssl) www.modssl.org > User Support Mailing List [EMAIL PROTECTED] > Automated List Manager [EMAIL PROTECTED] > ______________________________________________________________________ Apache Interface to OpenSSL (mod_ssl) www.modssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]
