The next input file type is auto-detected (default).
-cert
The next input file is a certificate.
-crmf
The next input file is a CRMF certification request.
-req
The next input file is a PKCS #10 certification request.
-crl
The next input file is a CRL.
-prv
The next input file is a private key.
-ssh2
The next input file is an SSH2 public key.
-spkac
The next input file is a Netscape-generated SPKAC request.
-noverify
Does not check the validity of the signature on the input certificate.
-autoenc
Determines PEM/DER automatically (default).
-pem
Assumes that the input file is in PEM (ASCII base-64) format.
This option allows both actual PEM (with headers and footers),
and plain base-64 (without headers and footers).
An example of PEM header and footer is shown below:
-----BEGIN CERTIFICATE-----
encoded data
-----END CERTIFICATE-----
-der
Assumes that the input file is in DER format.
-hexl
Assumes that the input file is in Hexl format. (Hexl is a
common Unix tool for outputting binary files in a certain hexadecimal
representation.)
-skip n
Skips n bytes from the beginning of input before trying to
decode. This is useful if the file contains some garbage before the
actual contents.