management.securityΒΆ
SubmodulesΒΆ
AttributesΒΆ
ClassesΒΆ
Security Configuration model. |
|
Manages the auto-generated local CAs (PKI). |
Package ContentsΒΆ
- class management.security.SecurityConfig(*args, **kwargs)[source]ΒΆ
Bases:
django.db.models.ModelSecurity Configuration model.
- class SecurityModeChoices(*args, **kwds)ΒΆ
Bases:
django.db.models.TextChoicesTypes of security modes.
- DEVΒΆ
- LOWΒΆ
- MEDIUMΒΆ
- HIGHΒΆ
- HIGHESTΒΆ
- security_modeΒΆ
- auto_gen_pkiΒΆ
- auto_gen_pki_key_algorithmΒΆ
- NOTIFICATION_CONFIGURATIONS: ClassVar[dict]ΒΆ
- notification_configΒΆ
- class management.security.AutoGenPkiFeature[source]ΒΆ
Bases:
SecurityFeatureManages the auto-generated local CAs (PKI).
- verbose_name = 'Local Auto-Generated PKI'ΒΆ
- db_field_name = 'auto_gen_pki'ΒΆ
- static enable(key_alg)[source]ΒΆ
Starts a thread that enables the auto-generated PKI.Pass thread arguments as a tuple to avoid any issues.
- Parameters:
key_alg (pki.util.keys.AutoGenPkiKeyAlgorithm)
- Return type:
None