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-migrate - SoftHSM v1 migration tool

Authors

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

Description

softhsm2-migrate  is a tool that can migrate SoftHSM v1 databases to PKCS#11.  The default HSM is SoftHSM
       v2, but can be used with other PKCS#11 libraries by using the option --module

Example

       A token database can be migrated with the following command:

              softhsm2-migrate --db /home/user/token.db --token mytoken

Name

       softhsm2-migrate - SoftHSM v1 migration tool

Options

--dbpath
              The SoftHSM v1 database that is going to be migrated.  The location of the token database  can  be
              found in the configuration file for SoftHSM v1.

       --help, -h
              Show the help information.

       --modulepath
              Use another PKCS#11 library than SoftHSM.

       --no-public-key
              Do not migrate the public key.

       --pinPIN
              The PIN for the normal user.

       --serialnumber
              Will use the token with a matching serial number.

       --slotnumber
              The database will be migrated to this slot.

       --tokenlabel
              Will use the token with a matching token label.

       --version, -v
              Show the version info.

See Also

softhsm2-keyconv(1), softhsm2-util(1), softhsm2.conf(5)

SoftHSM                                           20 April 2016                              SOFTHSM2-MIGRATE(1)

Synopsis

softhsm2-migrate--dbpath--tokenlabel [--pinPIN--no-public-key]

See Also