1
0
mirror of https://github.com/httpie/cli.git synced 2025-08-10 22:42:05 +02:00

Mention about interactive prompt on key passphrases

This commit is contained in:
Batuhan Taskaya
2022-03-07 16:05:13 +03:00
parent 15013fd609
commit 9241a09360

View File

@@ -810,7 +810,7 @@ ssl.add_argument(
help=''' help='''
The passphrase to be used to with the given private key. Only needed if --cert-key The passphrase to be used to with the given private key. Only needed if --cert-key
is given and the key file requires a passphrase. is given and the key file requires a passphrase.
If not provided, you’ll be prompted interactively.
''' '''
) )