Function sign_manifest
pub fn sign_manifest(
manifest_toml: &str,
pkcs8_der: &[u8],
) -> Result<String, PluginError>Expand description
Sign manifest bytes with an Ed25519 private key (PKCS#8 DER). Returns the base64url-encoded signature.