Skip to content

Commit ef3dc70

Browse files
committed
Public dk distribution keys
1 parent d27210c commit ef3dc70

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

etc/signify/README.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# signify
2+
3+
## Generating a new key
4+
5+
Please read <https://www.openbsd.org/papers/bsdcan-signify.html> for how to do key rotations.
6+
The MlFront_Signify library has a detailed guide as well.
7+
8+
Get the `mlfront-signify` executables from <https://gitlab.com/dkml/build-tools/MlFront/-/releases>.
9+
10+
```sh
11+
VER=2.4 # change the version number during a key rotation
12+
SIGNIFY=mlfront-signify # you should be able to use OpenBSD signify as well (untested)
13+
"$SIGNIFY" -G -c "dk $VER: signify -G -p etc/signify/dk-$VER.pub -s build/dk-$VER.sec" -p etc/signify/dk-$VER.pub -s build/dk-$VER.sec
14+
```

etc/signify/dk-2.3.pub

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
untrusted comment: dk 2.3: signify -G -p etc/signify/dk-2.3.pub -s build/dk-2.3.sec
2+
RWQtC7n3cgPcTB8fJ4KBcRazbo51mAfTCer2QPVG/iEDCyqx1DlDMVcr

etc/signify/dk-2.4.pub

+2
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
untrusted comment: dk 2.4: signify -G -p etc/signify/dk-2.4.pub -s build/dk-2.4.sec
2+
RWRpIF6htUJNYoe6KJppB4sFVCKcUMCTSXMYbf2KSpZW2bkoF1wUZUKj

0 commit comments

Comments
 (0)