Technical data

A Using the WebLogic Java Utilities
A-18 Administration Guide
pem2der
The pem2der utility converts an X509 certificate from PEM format to DER format.
The
.der file is written in the same directory as the source .pem file.
Syntax
$ java utils.pem2der pemFile
Example
$ java utils.pem2der graceland_org.pem
Decoding
................................................................
................................................................
................................................................
................................................................
................................................................
Argument Description
pemFile
The name of the file to be converted. The filename must end with a
.pem extension, and it must contain a valid certificate in .pem
format.