1SOFTHSM2-MIGRATE(1) General Commands Manual SOFTHSM2-MIGRATE(1)
2
3
4
6 softhsm2-migrate - SoftHSM v1 migration tool
7
9 softhsm2-migrate --db path --slot number [--pin PIN --no-public-key]
10
12 softhsm2-migrate is a tool that can migrate SoftHSM v1 databases to
13 PKCS#11. The default HSM is SoftHSM v2, but can be used with other
14 PKCS#11 libraries by using the option --module
15
17 --db path
18 The SoftHSM v1 database that is going to be migrated. The loca‐
19 tion of the token database can be found in the configuration
20 file for SoftHSM v1.
21
22 --help, -h
23 Show the help information.
24
25 --module path
26 Use another PKCS#11 library than SoftHSM.
27
28 --no-public-key
29 Do not migrate the public key.
30
31 --pin PIN
32 The PIN for the normal user.
33
34 --slot number
35 The database will be migrated to this slot.
36
37 --version, -v
38 Show the version info.
39
41 A token database can be migrated with the following command:
42
43 softhsm2-migrate --db /home/user/token.db --slot 1
44
46 Written by Rickard Bellgrim, Francis Dupont, René Post, and Roland van
47 Rijswijk.
48
50 softhsm2-keyconv(1), softhsm2-util(1), softhsm2.conf(5)
51
52
53
54SoftHSM 20 March 2014 SOFTHSM2-MIGRATE(1)