File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
content/en/docs/Installation Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ admin
113113generate
114114# Follow the instructions to generate the key, you can use the default values
115115# After the key is generated, you can run the following command to list the keys:
116- $ pkcs11-tool --module opensc-pkcs11.so -L
116+ $ pkcs11-tool --module opensc-pkcs11.so -L
117117Available slots:
118118Slot 0 (0x0): Nitrokey Nitrokey Start (FSIJ-1.2.19-C5B562D9) 00 00
119119 token label : OpenPGP card (User PIN)
@@ -178,6 +178,7 @@ Sign the CSR with the private key in the hardware key:
178178``` bash
179179$ OPENSSL_CONF=openssl-pkcs11.conf openssl x509 -req -days 3650 -in nitrokey.csr.pem \
180180 -signkey " pkcs11:slot-id=1;id=%01" -out nitrokey.crt.pem
181+ ```
181182
182183Now you can use the hardware key and certificate to sign the UKI files.
183184
You can’t perform that action at this time.
0 commit comments