If '-inform DER' doesn't work as an option to openssl ca, then use the command:
openssl x509 -inform der -outform pem -in YOURCERTFILEHERE.der -out YOUROUTPUTFILEHERE.pem This will convert it to PEM encoding so that you can perform your revocation process on it. -Kyle H On Thu, Jan 29, 2009 at 8:05 AM, Gerald Iakobinyi-Pich <[email protected]> wrote: > Hello, > > could somebody tell me if it is possible to revoke a certificate which is in > DER format, with the openssl ca command ? Or do I have to convert it to PEM > format first ? I only succeeded to revoke PEM certificates, and I see no > parameter for specifying the format of the certificate file. > > Gerald > > ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [email protected] Automated List Manager [email protected]
