mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Add help info about certificate revocation reasons
Inform the user where to find additional information about certificate revocation reasons. https://fedorahosted.org/freeipa/ticket/6327 Reviewed-By: Abhijeet Kasurde <akasurde@redhat.com> Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
This commit is contained in:
parent
d6f6a291da
commit
75f77e0f2a
@ -826,7 +826,8 @@ class cert(BaseCertObject):
|
||||
Int(
|
||||
'revocation_reason',
|
||||
label=_('Revocation reason'),
|
||||
doc=_('Reason for revoking the certificate (0-10)'),
|
||||
doc=_('Reason for revoking the certificate (0-10). Type '
|
||||
'"ipa help cert" for revocation reason details. '),
|
||||
minvalue=0,
|
||||
maxvalue=10,
|
||||
flags={'no_create', 'no_update'},
|
||||
|
Loading…
Reference in New Issue
Block a user