Closed rifel123 closed 2 years ago
Currently, we have the gpg key-spec as:
key_spec = f""" Key-Type: RSA Key-Length: 3072 Name-Real: {name} Name-Email: {email} Name-Comment:{description} Expire-Date: 6m Passphrase: {getpass("New key passphrase: ")} """
Making the email and description truly optional means removing the Name-Email: {email} and Name-Comment: {description} lines respectively when those values are None
Name-Email: {email}
Name-Comment: {description}
None
closed with #46
Currently, we have the gpg key-spec as:
Making the email and description truly optional means removing the
Name-Email: {email}
andName-Comment: {description}
lines respectively when those values areNone