create_cert(subject, key, age = ONE_YEAR, extensions = EXTENSIONS, serial = 1)
Class Public methods
Creates an unsigned certificate for subject and
key. The lifetime of the key is from the current time to
age which defaults to one year.
The extensions restrict the key to the indicated uses.