Common Oracle Key Vault Tasks
Review these tasks for resolving common issues encountered when working with Oracle Key Vault.
- How to Re-Enroll an Endpoint on an Endpoint Database
You can re-enroll an endpoint again on an endpoint database using these steps. - How To Download Diagnostics From Oracle Key Vault Server
Downloading the Oracle Key Vault diagnostics log for 21.5 or previous versions provides troubleshooting information for Oracle Key Vault issues. - How to Recover the root User Password
You can reset the Oracle Key Vault's root user password when the current root password is forgotten using Oracle Key Vault server's terminal console. - How to Reset the support User Password
You can reset the Oracle Key Vault support user password when the current password is forgotten using Oracle Key Vault server's console terminal. - How to Add SAN Details to the Console Certificate
You can add SAN details in console certificate using these steps. - How to Check for the Patch Updates
Check if additional patches are applicable to your environment. Oracle recommends that you check for patches after installing or upgrading to the Oracle Key Vault release.
Parent topic: Troubleshooting Oracle Key Vault
How to Re-Enroll an Endpoint on an Endpoint Database
You can re-enroll an endpoint again on an endpoint database using these steps.
Parent topic: Common Oracle Key Vault Tasks
How To Download Diagnostics From Oracle Key Vault Server
Downloading the Oracle Key Vault diagnostics log for 21.5 or previous versions provides troubleshooting information for Oracle Key Vault issues.
Parent topic: Common Oracle Key Vault Tasks
How to Recover the root User Password
You can reset the Oracle Key Vault's root user password when the current root password is forgotten using Oracle Key Vault server's terminal console.
Parent topic: Common Oracle Key Vault Tasks
How to Reset the support User Password
You can reset the Oracle Key Vault support user password when the current password is forgotten using Oracle Key Vault server's console terminal.
Parent topic: Common Oracle Key Vault Tasks
How to Add SAN Details to the Console Certificate
You can add SAN details in console certificate using these steps.
In Oracle Key Vault, after uploading the console certificate, the browser displays Invalid Certificate due to no SAN details.
Probable Cause
- Currently, you cannot add the SAN details while generating console certificate from the Oracle Key Vault Management web console.
- SAN details cannot be added into console certificate in Oracle Key Vault 21.7 or previous versions.
- Login with support user to the Oracle Key Vault server through ssh and switch to root user.
- Create a temporary directory under
/tmp
directory like,mkdir /tmp/console_cert
.chmod 755 /tmp/console_cert cp/etc/pki/tls/private/user_uploaded_ui.key public.key
- Copy the configuration
code.
consolecrt.conf: [req] distinguished_name = req_distinguished_name req_extensions = v3_req [req_distinguished_name] countryName = Country Name (2 letter code) countryName_default = US localityName = Locality Name (eg, city) organizationalUnitName = Organizational Unit Name (eg, section) commonName = Common Name (eg, YOUR name) commonName_max = 64 emailAddress = Email Address emailAddress_max = 70 [v3_req] basicConstraints = CA:FALSE keyUsage = nonRepudiation, digitalSignature, keyEncipherment extendedKeyUsage = serverAuth subjectAltName = @alt_names [alt_names] DNS.1 = [eg. oracle.com] IP.1 = [ip address]
- Create
consolecrt.conf
in/tmp/console_cert
. - Edit the
consolecrt.conf
file and add thealt_names
underalt_name
record. - Generate the csr using the given
command.
openssl req -new -key public.key -out console_cert_okvname.csr –config consolecrt.conf
- Sign the generated
csr
,
- Sign the generated
- Go to the console certificate page in the Oracle Key Vault management console.
- Click Upload Certificate to upload the signed certificate.
Parent topic: Common Oracle Key Vault Tasks
How to Check for the Patch Updates
Check if additional patches are applicable to your environment. Oracle recommends that you check for patches after installing or upgrading to the Oracle Key Vault release.
Parent topic: Common Oracle Key Vault Tasks