SMIME Messaging
Use the S/MIME (Secure Multipurpose Internet Mail Extensions) integration to send and receive secure MIME data.
- Category
- Utilities
- Pack
- SMIME_Messaging
Configuration parameters
- public_key — Public Key (required)
- private_key — Private Key (required)
Commands (5)
- smime-decrypt-email-body — Decrypts the message body.
- smime-encrypt-email-body — Deprecated. Use smime-sign-and-encrypt instead. Encrypts an email message with S/MIME protocol by using a public RSA certificate.
- smime-sign-and-encrypt — Encrypts and signs an email message with S/MIME protocol by using a public RSA certificate.
- smime-sign-email — Deprecated. Use smime-sign-and-encrypt instead. Retrieves items from the service.
- smime-verify-sign — Verifies the signature. Warning: This function does not check the CA chain. Ensure the certificate chain is validated separately to avoid security risks.