diff --git a/README.rst b/README.rst index b2996256..9f7c4780 100644 --- a/README.rst +++ b/README.rst @@ -90,6 +90,8 @@ Import RSA Keys # Import an existing private key. If your private key is encrypted, # which it should be, you either have to pass a 'password' or enter one # on the prompt. + >>> private_rsa_key1 = import_rsa_privatekey_from_file("rsa_key1", password='some passphrase") + OR: >>> private_rsa_key1 = import_rsa_privatekey_from_file("rsa_key1", prompt=True) Enter a password for the encrypted RSA key: