sign

Function sign 

Source
pub fn sign(
    _input: PathBuf,
    _output: PathBuf,
    _key: PathBuf,
    _cert: PathBuf,
) -> Result<()>
Expand description

Sign a 3MF file using an RSA key.

Status: Not yet implemented. lib3mf-rs currently supports verifying existing signatures but not creating new ones.

§Arguments

  • _input - Input 3MF file path
  • _output - Output 3MF file path
  • _key - Path to PEM-encoded private key
  • _cert - Path to PEM-encoded certificate

§Errors

Always returns an error indicating the feature is not implemented.