mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Continued cleanup cert/ra plugins
This commit is contained in:
committed by
Rob Crittenden
parent
d7a1e61da3
commit
97c04c491b
@@ -33,7 +33,7 @@ class cert_request(Command):
|
||||
takes_args = ('csr',)
|
||||
|
||||
takes_options = (
|
||||
Str('request_type?', default=u'pkcs10', autofill=True),
|
||||
Str('request_type', default=u'pkcs10', autofill=True),
|
||||
)
|
||||
|
||||
def execute(self, csr, **options):
|
||||
|
||||
Reference in New Issue
Block a user