Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I am trying to establish connectivity to snowflake using a RSA key(.p8 file). However, Talend requires a keystone configuration to establish the connection.
I need help on steps to generate a keystone from a private RSA key(.p8 file). All solutions I've seen on the net require a cert which I do not have access to.
Any help would be appreciated.
Kind Regards,
JW
Hello,
Here is a tSetKeyStore component in talend, which is used to set the authentication data type between PKCS 12 and JKS.
The below link is very helpful in understanding the SSL certificate setup(Steps to create RSA key, self-signed certificates, keystore, and truststore for a server):
Hope it helps for your use case.
Best regards
Sabrina
Hi Sabrina,
I skipped step 1 since I already have a RSA key(.p8 file). Running step 2 is giving the following error
Hello,
I don't see the full error message from your screenshot.
Are your steps to create RSA key, self-signed certificates, keystore, and truststore for a server or client?
Best regards
Sabrina
For snowflake connectivity, I have the RSA key, I have to put that key in a keystore
Hello,
Is it OK with you to convert RSA keystore to jks keystore and then add the Certifying authority certificate and Client certificate to the trust store?
Best regards
Sabrina
Hi Sabrina,
I was able to find the commands to do the same. I just had to generate a pem file and do a key tool insert, but thanks for the help
Hi., Can you provide the step you did., Thanks