6.2

Table Of Contents
Certificate and Trust Store Files 9
The vRealize Operations for Published Applications components use a certificate trust store to store trusted
certificates and root certificates for certificate authorities. Certificates and trust stores are stored in Java key
store format.
This chapter includes the following topics:
n
“vRealize Operations for Published Applications Adapter Certificate and Trust Store Files,” on
page 45
n
“Broker Agent Certificate and Trust Store Files,” on page 46
vRealize Operations for Published Applications Adapter Certificate
and Trust Store Files
The certificate and trust store files for the vRealize Operations for Published Applications adapter are in the
adapter's work directory. These files are in Java key store format.
The work directory is on the node where the vRealize Operations for Published Applications adapter is
installed. On Linux, the path to the work directory
is /usr/lib/vmwarevcops/user/plugins/inbound/V4PA_adapter3/. On Windows, the path to the work
directory is C:\vmware\vcenteroperations\user\plugins\inbound\V4PA_adapter3\.
You can use the Java keytool utility to view and control the certificate store and trust store files.
Table 91. Java Key Stores in the work Directory
Java Key Store Description
v4pa-adapter.jks
Contains the certificate that the adapter uses to
authenticate itself to agents.
v4pa-truststore.jks
Contains the trust store that the adapter uses to
authenticate the broker agent certificate.
The names of the key store files and their credentials are defined in the msgserver.properties file, which is
also in the work directory.
Table 92. Adapter Key Store Configuration Properties in the msgserver.properties File
Property Default Value Description
keyfile
v4pa-adapter.jks
Name of the key store file that
contains the adapter certificate.
keypass Password to the key store file
that contains the adapter
certificate. The password is
dynamically generated.
VMware, Inc. 45