Skip to content

Commit 1c9d311

Browse files
Fix private key passphrase env var
1 parent 7568524 commit 1c9d311

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ To connect with Snowflake, the CLI uses environment variables. The following are
181181

182182
If using [key-pair auth](https://docs.snowflake.com/en/user-guide/key-pair-auth) instead of password, use the following environment variables in place of `SNOWFLAKE_PASSWORD`:
183183
* `SNOWFLAKE_PRIVATE_KEY_PATH`
184-
* `SNOWFLAKE_PRIVATE_KEY_FILE_PWD`
184+
* `PRIVATE_KEY_PASSPHRASE` (if using encrypted key)
185185

186186
Note: the value for `SNOWFLAKE_AUTHENTICATOR` should be set to `SNOWFLAKE_JWT` when using key-pair auth.
187187

0 commit comments

Comments
 (0)