Module massa_sdk::cert_manager
source · Expand description
This module provides functions for generating certificates for a Certificate Authority (CA) and signing certificates using the CA certificate in mutual TLS (mTLS) scenarios.
The gen_cert_for_ca function generates a certificate for the CA, while the gen_signed_cert
function generates a certificate signed by the CA. These functions utilize the rcgen crate for
generating and managing certificates.
Functions§
- Generate a certificate for a certificate authority (CA).
- Generate a certificate signed by a certificate authority (CA).