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

  1. Create a new SSH key pair using the ssh-keygen command:
    ssh-keygen -t rsa -b 4096 -f my_ssh_key 
  2. Convert the SSH Public Key to PEM Format
    ssh-keygen -e -m PEM -f my_ssh_key.pub > my_ssh_key_public.pem
  3. 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.

Figure 1-2 Local Wallet Operation