fix sk init, use future_sk

This commit is contained in:
swrup 2026-02-17 09:30:20 +01:00
parent 77d5327745
commit d27da65b0b
13 changed files with 467 additions and 548 deletions

View file

@ -2,6 +2,7 @@ open Parse_config
let config_filename = "mte.conf"
let secrets_dir = Fpath.v "secrets"
let secmod_dir = Fpath.(secrets_dir / "secmod")
let config_data =
match Assets_crunch.read config_filename with