ckms 5.20.1

Command Line Interface used to manage the Cosmian KMS server. If any assistance is needed, please either visit the Cosmian technical documentation at https://docs.cosmian.com or contact the Cosmian support team on Discord https://discord.com/invite/7kPMNtHpnz
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod actions;
pub mod commands;
pub mod config;
pub mod error;
pub mod headers_config;
pub mod proxy_config;

pub use commands::{Cli, CliCommands, ckms_main};

pub mod reexport {
    pub use cosmian_kms_cli_actions;
}

#[cfg(all(test, feature = "non-fips"))]
mod tests;