fix wrong typo and indent issue

Signed-off-by: Jerry Yu <jerry.h.yu@arm.com>
This commit is contained in:
Jerry Yu 2023-10-18 15:06:54 +08:00
parent ca3790d653
commit 2f3f968033
2 changed files with 12 additions and 15 deletions

View file

@ -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(