nnmcertmerge.ovpl — Automation of trust and key store merges into NNMi certificate stores
nnmcertmerge.ovpl
[-?|-h|-help] [-keystore <file
> -truststore <file
>]|[-directory <directory
>]
Use the nnmcertmerge.ovpl
script to automate certificate store merges into the
nnm.keystore
and nnm.truststore
files.
The nnmcertmerge.ovpl
script simplifies the task of merging all certificates when NNMi is using
the Global Network Management, High Availability, or application failover features.
You must be logged in as administrator
on Windows
systems or root
on UNIX systems or as to run this script.
nnmcertmerge.ovpl
supports the following options:
-keystore
<file
>
If you provide this option, the target file is merged into the nnm.keystore
file.
This option can be provide at the same time as the -truststore
option.
-truststore
<file
>
If you provide this option, the target file is merged into the nnm.truststore
file.
This option can be provide at the same time as the -keystore
option.
-directory
<directory
>
You must use the -directory
option by itself. If you provide this option,
the script handles all files in the target directory as follows:
The script merges all files ending in .keystore
into the
nnm.keystore
file.
The script merges all files ending in .truststore
into the
nnm.truststore
file.
-?|-h|-help
Displays the command usage.
Merge a keystore with NNMi:
nnmcertmerge.ovpl -keystore /tmp/hostA.keystore
Merge a truststore with NNMi:
nnmcertmerge.ovpl -truststore /tmp/hostA.truststore
Merge a keystore and truststore with NNMi:
nnmcertmerge.ovpl -keystore /tmp/hostA.keystore -truststore /tmp/hostA.truststore
Merge a set of keystores and truststores with NNMi:
nnmcertmerge.ovpl -directory /tmp/AppFailoverHosts/
The nnmcertmerge.ovpl
script resides in the %NNM_BIN%
directory (Windows) or the $NNM_BIN
directory (UNIX).