File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change
1
+ untrusted comment: dk 2.3: signify -G -p etc/signify/dk-2.3.pub -s build/dk-2.3.sec
2
+ RWQtC7n3cgPcTB8fJ4KBcRazbo51mAfTCer2QPVG/iEDCyqx1DlDMVcr
Original file line number Diff line number Diff line change
1
+ untrusted comment: dk 2.4: signify -G -p etc/signify/dk-2.4.pub -s build/dk-2.4.sec
2
+ RWRpIF6htUJNYoe6KJppB4sFVCKcUMCTSXMYbf2KSpZW2bkoF1wUZUKj
You can’t perform that action at this time.
0 commit comments