1.1.1.1.1 Local Wallet
This topic provides information on local wallet.
A Local Wallet Profile is a secure profile stored within a GoldenGate deployment’s local wallet.
It defines how GoldenGate authenticates and encrypts internal and external communication.
If the customer has not subscribed to the BYOK SKU, the system automatically assigns the Local Wallet type as the default encryption profile for that customer. User can paste Public Key and the preferred schema list for export, then click Next to proceed.
Steps to generate an SSH key pair and convert them to PEM format
- Create a new SSH key pair using the
ssh-keygencommand:ssh-keygen -t rsa -b 4096 -f my_ssh_key - Convert the SSH Public Key to PEM
Format
ssh-keygen -e -m PEM -f my_ssh_key.pub > my_ssh_key_public.pem - Convert the SSH Private Key to PEM
Format
ssh-keygen -p -m PEM -f my_ssh_key
Note:
Encryption Profile Type Local Wallet comes with OCI GoldenGate deployment and Customer will not be able to create multiple KMS Profile with Encryption Profile Type Local Wallet.Parent topic: Key Management System(KMS) Profile
