pub fn initialize(
name: &str,
registry: &Path,
identity: &Path,
root_key: &str,
) -> Result<InitializedTap, String>Expand description
Creates the two local repositories that make up a new tap.
The caller supplies only public key material. HARA_SIGNER signs the
initial identity policy, so no private key can enter either repository.