fix wrong typo and indent issue
Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
parent
ca3790d653
commit
2f3f968033
2 changed files with 12 additions and 15 deletions
|
@ -67,7 +67,7 @@ def main():
|
|||
return generate(**vars(args))
|
||||
|
||||
def generate(**kwargs):
|
||||
"""Generate different slt length certificate file."""
|
||||
"""Generate different salt length certificate file."""
|
||||
ca_password = kwargs.get('ca_password', '')
|
||||
if ca_password:
|
||||
kwargs['ca_password'] = r'-passin "pass:{ca_password}"'.format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue