pki.auto_gen_pki¶
Manages the auto-generated local PKI.
Attributes¶
Classes¶
Handles enabling and disabling of auto-generated PKI. |
Module Contents¶
- class pki.auto_gen_pki.AutoGenPki[source]¶
Bases:
trustpoint.logger.LoggerMixinHandles enabling and disabling of auto-generated PKI.
- classmethod get_auto_gen_pki(key_alg=None)[source]¶
Retrieves the auto-generated PKI Issuing CA, if it exists.
- Parameters:
key_alg (pki.util.keys.AutoGenPkiKeyAlgorithm | None)
- Return type:
pki.models.CaModel | None
- classmethod enable_auto_gen_pki(key_alg)[source]¶
Enables the auto-generated PKI.
- Parameters:
key_alg (pki.util.keys.AutoGenPkiKeyAlgorithm)
- Return type:
None