mirror of
https://github.com/NLnetLabs/krill.git
synced 2026-09-26 11:24:51 +02:00
Automate (re)-publication. Closes #33.
This commit is contained in:
@@ -15,7 +15,7 @@ fn embedded_trust_anchor() {
|
||||
let command = Command::TrustAnchor(TrustAnchorCommand::Show);
|
||||
execute_krillc_command(command);
|
||||
|
||||
let command = Command::TrustAnchor(TrustAnchorCommand::Publish);
|
||||
let _res = execute_krillc_command(command);
|
||||
// let command = Command::TrustAnchor(TrustAnchorCommand::Publish);
|
||||
// let _res = execute_krillc_command(command);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user