Filesystem path to the X.509 certificate file in PEM format .
Delete the private key and certificate files.
Provides the KeyCertOptions RSA private key file in PEM format corresponding to the {@link SelfSignedCertificate#privateKeyPath}
Filesystem path to the RSA private key file in PEM format
Provides the TrustOptions X.509 certificate file in PEM format corresponding to the {@link SelfSignedCertificate#certificatePath}
Create a new SelfSignedCertificate
instance.
Create a new SelfSignedCertificate
instance with a fully-qualified domain name,
Generated using TypeDoc
A self-signed certificate helper for testing and development purposes.
While it helps for testing and development, it should never ever be used in production settings.