Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
axtloss committed Jan 3, 2024
1 parent 8105441 commit 0d00ab2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ if `GenerateKey` is set to false, `KeyPath` has to be specified, pointing to a l
type: apt
sources:
packages:
- "minisign" ``` note that the keys must be named `minisign.pub`
(public) and `minisign.key` (private) in this example the minisign keys would be in `includes.container/etc/minisign/`, which translates to `/etc/minisign** in the build environment
- "minisign"
```
note that the keys must be named `minisign.pub` (public) and `minisign.key` (private) in this example the minisign keys would be in `includes.container/etc/minisign/`, which translates to `/etc/minisign** in the build environment

keep in mind that the minisign key **cannot** be password protected, as there is no way for the user to type in the password during building (which is why always generting a random key through GenerateKey is recommended)

0 comments on commit 0d00ab2

Please sign in to comment.