Configuring the Oracle Server Cryptographic Library on the Second Node

This section explains how to configure the cryptographic library on Oracle Server.

  1. Navigate to the Cryptographic Security Platform Vault database connector (configured here Configuring Cryptographic Security Platform Vault for Oracle TDE on the Second Node).

  2. Select the database connector and from the Action menu, select Generate Access Token.

  3. Copy the access token to the Oracle Server and create the Cryptographic Config file.

  4. Create a config file using the copied Access Token (Identity and Secret) in your Oracle Server that will be used by the database administrators.

    Important: You must use the same path for the config file as you used for the first node.

    The file should be in json format similar to the following:

    # cat /opt/oracle/entrust/orcl.conf
    {
        "identity" : "tde_connect1",
        "secret" : "S3XsZJe/EPNVf2D/YufOUS2HuOsLfKJBKjp3Zx/JIrODqWYRQaYiFWnqet4lPsW0VcvGSvH7yB9BUZI
    		xGi7CaM68cZFtw6yY5IvaClwD3344MFy28U9zjc0ayFRoHQi/Dv25xTZ8a2JLlxJRyavO2VNGaCPUZfF
    		sPN4lZg3EZwJ3fNKa7Owfpk0AuHmWmcqcYsxNnUxPuc+VYqXZk17omHzYP/sA86RCv6+825t0EvuQhDH
    		F7PxSiHjn+VShCYKNb+RxAvLglIP/eVx0k/HWWI6/bZPpxwjFtw3tqnJ/8toqPD+f+ZUlYT0mFRuE7BE
    		xGFf5LBCaVwf5FXKcOeXdaAg8zvaq0ynUjSB9JVw5FP6ZtFrY22hUcFcYDPITpjMzUzsX9d5BM8BhyTL
    		moPkj4lMyrSh3/nwGlJqPLj92EylmKsSOtOP6irpN22A2omvTsXUP/pajuGrtUsKqzDdhAj+qmR2IDkS
    		dOQMoSSvAgWylAuS6q8WdMvm8SVCVUZpQrLvm226NvfvGCHKKNZaQCdxvL4XIgKI/tCt+F+Xx0Pk/bkP
    		gLby90IM5NtktRkroxakhGkgSnoyDj2KovGvIwrHLpFpvDJkCwxbBce+OpcOjxR2tZ3nDM2zoZraSviT
    		0P+V2hh7Z0jAWd4YrRdooxtQc3VPjTOrdOBldCExetFk="
    }