create_cert_self_signed(subject, key, age = ONE_YEAR, extensions = EXTENSIONS, serial = 1)
Class Public methods
Creates a self-signed certificate with an issuer and subject of
subject
and the given extensions
for the
key
.
Creates a self-signed certificate with an issuer and subject of
subject
and the given extensions
for the
key
.
Please login to continue.