logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

softhsm2-keyconv - converting from BIND to PKCS#8 key file format

Authors

       Written by Rickard Bellgrim, Francis Dupont, René Post, and Roland van Rijswijk.

Description

softhsm2-keyconv  can convert BIND .private-key files to the PKCS#8 file format.  This is so that you can
       import the PKCS#8 file into libsofthsm using the command softhsm2-util.  If you have another file format,
       then openssl probably can help you to convert it into the PKCS#8 file format.

Examples

       The following command can be used to convert a BIND .private-key file to a PKCS#8 file:

              softhsm2-keyconv --in Kexample.com.+007+05474.private \
                     --out rsa.pem

Name

       softhsm2-keyconv - converting from BIND to PKCS#8 key file format

Options

--help, -h Shows the help screen.

       --inpath
              The path to the input file.

       --outpath
              The path to the output file.

       --pinPIN
              The PIN will be used to encrypt the PKCS#8 file.  If not  given  then  the  PKCS#8  file  will  be
              unencrypted.

       --version, -v
              Show the version info.

See Also

softhsm2-migrate(1),  softhsm2-util(1), softhsm2.conf(5), openssl(1), named(1), dnssec-keygen(1), dnssec-signzone(1)

SoftHSM                                           20 March 2014                              SOFTHSM2-KEYCONV(1)

Synopsis

softhsm2-keyconv--inpath--outpath [--pinPIN]

See Also