Skip to content

Commit

Permalink
Merge pull request #560 from AlmaLinux/jonathanspw-patch-5
Browse files Browse the repository at this point in the history
Add Yubikey PIV certificate (public) programming instructions
  • Loading branch information
jonathanspw authored Jan 14, 2025
2 parents 1cf1c98 + afa181e commit bd0a40b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/development/private-keys/secure-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,11 @@ Import keys to Yubikey PIV slots (pay attention to slot number, 82 in this examp
ykman piv keys import --pin-policy always --touch-policy never --pin $PIVPIN 82 almalinux-secureboot-signing.p12
```

Import certificate to Yubikey PIV slots (pay attention to slot number, 82 in this example, if not a new yubikey)
```bash
ykman piv certificates import --pin $PIVPIN --verify 82 almalinux-secureboot.cer
```

### Copy Keys and Certificates

DO NOT DO NOT DO NOT connect to the internet to copy the files.
Expand Down Expand Up @@ -169,6 +174,9 @@ Secure boot keys generated on 2024-03-13 using policy dated 2024-03-13. These k


## Changelog
### 2025-01-13
Add Yubikey PIV certificate (public) programming instructions

### 2024-07-03
Add Yubikey PIV programming instructions

Expand Down

0 comments on commit bd0a40b

Please sign in to comment.