Data Integration Connectors
- Data Integration Connectors
- All Products
$ openssl genrsa 2048 | openssl pkcs8 -topk8 -inform PEM -out rsa_key.p8 -nocrypt
$ openssl genrsa 2048 | openssl pkcs8 -topk8 -inform PEM -out rsa_key.p8
openssl rsa -in rsa_key.p8 -pubout -out rsa_key.pub
For example,alter user <user> set rsa_public_key='<content of the public key after removing the header and footer lines>';