feat(dgn-backups): Add encrypted master keys

This commit is contained in:
Tom Hubrecht 2024-02-22 09:57:19 +01:00
parent 396cb86c4d
commit ba30b3034b
4 changed files with 9 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1,9 @@
let
lib = import ../../../lib { };
in
lib.setDefault { publicKeys = lib.rootKeys; } [
"compute01.key"
"storage01.key"
"web01.key"
]

Binary file not shown.

Binary file not shown.