I want to import my self-signed CA cert into NS/IE. I have created the CA
cert by doing:
./openssl req -new -x509 -keyout CAkey.pem -out CAcert.pem
I tried the following to go from the PEM format to DER but this did not
work. Also, how to you convert from DER to BER, or does that later version
of browser accept DER?
./openssl crl2pkcs7 -inform PEM -outform DER -in CAcert.pem -out CAcert.der
-nocrl
Thanks
______________________________________________________________________
OpenSSL Project http://www.openssl.org
User Support Mailing List [EMAIL PROTECTED]
Automated List Manager [EMAIL PROTECTED]