Generating a Pair of Key Based Authentication
About this task
Key-based authentication involves generating a pair of cryptographic key files. These files consist of a private key and a public key, which uniquely identifies the user. Key pair authentication provides an enhanced level of security for authentication when compared to basic methods such as using a username and password. This authentication method requires a minimum 2048-bit RSA key pair. The private-public key pair for Privacy Enhanced Mail (PEM) can be generated using OpenSSL.
Note: Key pair authentication is currently supported in Adapter for JDBC for
Snowflake database only.
Follow the steps given below to setup the key pair authentication between the Adapter for JDBC and the Snowflake database. To set up key pair authentication: