Downloading and Installing the Windows Client Installer
Complete the tasks in this topic to download and install the Windows client installer for Dedicated KMS.
Downloading the Dedicated KMS Windows CLI Client
Oracle provides a download of the Dedicated KMS Windows client file at Oracle Cloud Infrastructure (OCI) Dedicated Key Management Service Downloads.
After you download the installer, open the file and follow the instructions in the Client Setup Wizard to install the client on your local machine.
For release information on current and older DKMS Windows clients, see Windows Clients in the Dedicated KMS Client Changelog topic.
Installing the Windows Client Service
Complete the following steps to install Windows client server:
Configuring the Windows Client Service
Complete the following steps to configure the client service config. Ensure you have copied
pkey-c
, cert-c
, and partitionOwnerCert.pem
to the data
directory of the Windows client installation. By default, the directory is at C:\Program Files\Oracle\DedicatedKms\data
. - Open the
client.cfg
file in a text editor to validate the installation location, DNS name of the HSM and theclient.cfg
file. - Optional: Update the hostname field with DNS value available on the OCI Console. For more information, see Getting HSM Cluster DNS Name.
- Optional: Update port field with the client Port value available on the OCI
Console. For more information, see Getting HSM Cluster Port Details. Output
{ "ssl":{ "certificate":"C:\Program Files\Oracle\DedicatedKms\data\cert-c", "pkey":"C:\Program Files\Oracle\DedicatedKms\data\pkey-c", "owner_cert_path":"C:\Program Files\Oracle\DedicatedKms\data\partitionOwnerCert.pem", "CApath":"C:\Program Files\Oracle\DedicatedKms\data\certs" }, "mutual_auth":{ "e2e_mutual_auth_cert_path":"", "e2e_mutual_auth_pkey":"" }, "client": { "daemon_id": 1, "reconnect_attempts": -1, "reconnect_interval": 10, "command_retry_attempt_count" : 3, "command_retry_attempt_time": 10 }, "server": { "hostname": "<DNS of HSM Cluster>", "port": <port> } , "logging":{ "log_level":"INFO", "logfiles_location":"C:\Program Files\Oracle\DedicatedKms\logs" } }