Skip to main content

initialize_signed

Function initialize_signed 

Source
pub fn initialize_signed(
    name: &str,
    registry: &Path,
    identity: &Path,
    root_key: &[u8],
    policy: &str,
    signature: &str,
) -> Result<InitializedTap, String>
Expand description

Writes an already signed initial policy. This is public for embedders that use a signer API rather than the HARA_SIGNER command protocol.