Skip to content

Commit 666b695

Browse files
committed
Fix missing closing code-block
Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
1 parent a521b1e commit 666b695

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/en/docs/Installation/trustedboot.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ admin
113113
generate
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
117117
Available slots:
118118
Slot 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

182183
Now you can use the hardware key and certificate to sign the UKI files.
183184

0 commit comments

Comments
 (0)