Name Description Size
__init__.py 454
base.py 352
openssl.py Context manager for interacting with OpenSSL. Creates a config file for the duration of the context. :param logger: stdlib logger or python structured logger :param binary: path to openssl binary :param base_path: path to directory for storing certificates :param conf_path: path for configuration file storing configuration data :param hosts: list of hosts to include in configuration (or None if not generating host certificates) :param duration: Certificate duration in days 14104
pregenerated.py SSL environment to use with existing key/certificate files e.g. when running on a server with a public domain name 904