On Tue, Mar 30, 2004, Johann Normann wrote:

> Hi.
> 
> Does anyone know the commands to export the root certificate to a
> DER-encoded binary file with the .crt ending?
> I run openssl on a Windows 2000 server.
> 

The root certificate of what? Do you mean one in Win2k internal stores or
something from OpenSSL?

>From OpenSSL:

openssl x509 -in cert.pem -outform DER -out cert.crt

will work. For the internal stores you need the export wizard and select "DER
encoded binary X.509 (.CER)". Then you'll need to rename the file.

Steve.
--
Dr Stephen N. Henson. Email, S/MIME and PGP keys: see homepage
OpenSSL project core developer and freelance consultant.
Funding needed! Details on homepage.
Homepage: http://www.drh-consultancy.demon.co.uk
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to