Hitachi

JP1 Version 12 JP1/IT Desktop Management 2 - Smart Device Manager


G.5 Converting the certificate format (openssl.bat x509 command)

This section explains how to convert the certificate format. Use this functionality as necessary.

Format

openssl.bat x509 -inform input-format -outform output-format -in input-file -out output-file

Operand

-inform input-format

Specify the input format of the certificate file before conversion. The following input formats can be specified:

  • DER

  • PEM

-outform output-format

Specify the input format of the certificate file after conversion. The following input formats can be specified:

  • DER

  • PEM

-in input-file

Specify the certificate file before conversion.

-out output-file

Specify the certificate file after conversion.