mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
committed by
Martin Basti
parent
8e3b7b24c1
commit
dd6645afa9
@@ -614,7 +614,7 @@ class cert_show(VirtualCommand):
|
||||
cli_name='ca',
|
||||
query=True,
|
||||
label=_('Issuing CA'),
|
||||
doc=_('Name of issing CA'),
|
||||
doc=_('Name of issuing CA'),
|
||||
autofill=False,
|
||||
),
|
||||
Str('out?',
|
||||
@@ -761,7 +761,7 @@ class cert_find(Command):
|
||||
cli_name='ca',
|
||||
query=True,
|
||||
label=_('Issuing CA'),
|
||||
doc=_('Name of issing CA'),
|
||||
doc=_('Name of issuing CA'),
|
||||
autofill=False,
|
||||
),
|
||||
Str('issuer?',
|
||||
|
||||
@@ -13,7 +13,7 @@ from ipalib import _, ngettext
|
||||
__doc__ = _("""
|
||||
IPA server roles
|
||||
""") + _("""
|
||||
Get status of roles (DNS server, CA, etc. )provided by IPA masters.
|
||||
Get status of roles (DNS server, CA, etc.) provided by IPA masters.
|
||||
""") + _("""
|
||||
EXAMPLES:
|
||||
""") + _("""
|
||||
|
||||
Reference in New Issue
Block a user