Ransomware attackers specifically target and attempt to destroy backup systems to increase the probability of payment. Hardening your system is critical. Please ensure you have reviewed your platform security using the Security Hardening Checklist
Cohesity

COHESITY Documentation

Explore our documentation to get started, discover products & new features, access troubleshooting guides, register sources, platforms support.

Products
Data Security Alliance
Visit Cohesity.com
Demos
Support
Blogs
Developers
Partner Portals
Cohesity Community
© 2026 Cohesity, Inc. All Rights Reserved.
Terms of Use|
Privacy Policy|
Legal|
  1. Home
  2. Veritas NetBackup™ Commands Reference Guide
  3. Appendix A. NetBackup Commands
  4. configureCertsForPlugins
Veritas NetBackup™ Commands Reference Guide

Name

configureCertsForPlugins — configure the NetBackup VMware plug-in or Microsoft add-in for an external certificate.

SYNOPSIS

configureCertsForPlugins -registerExternalCert -certPath "path_to_external_certificate_file" -privateKeyPath "path_to_certificate_key_file" -trustStorePath "path_to_ca_certificate_file"

configureCertsForPlugins -registerNBCAcert

 

On UNIX systems, the directory path to this command is /usr/openv/wmc/bin/install/

On Windows systems, the directory path to this command is install_path\NetBackup\wmc\bin\install\

DESCRIPTION

The configureCertsForPlugins command configures the plug-in or add-in to communicate with a NetBackup master server that uses an external certificate. This command can also configure the plug-in to communicate with a NetBackup master server that was reconfigured to use a NetBackup CA-signed certificate.

This command can be used for the following NetBackup plug-ins:

  • NetBackup plug-in for vSphere Web Client

  • NetBackup plug-in for vSphere Client (HTML5)

  • NetBackup add-in for Microsoft SCVMM Console

Note:

Additional steps are needed to complete the certificate configuration for the plug-in or add-in. See the procedure on configuring an external certificate in the appropriate NetBackup 8.1.3 plug-in or add-in guide.

OPTIONS

-certPath "path_to_external_certificate_file"

Specifies the path to the certificate for the web server. This file should have a single certificate in PEM format.

-privateKeyPath "path_to_certificate_key_file"

Specifies the path to the private key for the web server certificate.

-registerExternalCert

Configures the plug-in or add-in to use an external certificate.

-registerNBCAcert

Configures the plug-in or add-in to use a NetBackup CA-signed certificate.

-trustStorePath "path_to_ca_certificate_file"

Specifies the path to the certificate of the intermediate or root certification authority that has issued the web server certificate. This file should have a single certificate in PEM format. The subject of this certificate should match the issuer of the web server certificate.

EXAMPLES

Example 1: Configure the plug-in to communicate with a NetBackup master server that uses an external certificate.

# configureCertsForPlugins -registerExternalCert -certPath "c:\server.
pem" -privateKeyPath "c:\key.pem" -trustStorePath "c:\
intermediateOrRootCA.pem"

Example 2: Reconfigure the plug-in to communicate with a NetBackup master server that uses a self-signed certificate.

configureCertsForPlugins -registerNBCAcert

Feedback

Was this page helpful?
Previous

configureCerts

Next

configureMQ

Feedback

Was this page helpful?