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. NetBackup™ Security and Encryption Guide
  3. Section II. Encryption of data-in-transit
  4. NetBackup CA and NetBackup certificates
  5. About host ID-based certificates
  6. Deploying host ID-based certificates in an asynchronous manner
NetBackup™ Security and Encryption Guide

Deploying host ID-based certificates in an asynchronous manner

Host ID-based certificates are automatically deployed on NetBackup hosts during installation or upgrade. For successful automatic certificate deployment, the host where the certificate needs to be deployed should be connected to the primary server.

In certain scenarios, you may want to create, sign, and deploy host ID-based certificates in an asynchronous manner where the host and the primary server do not need to be connected at the time of certificate deployment.

To deploy host ID-based certificate in an asynchronous manner

  1. This command can be run only by the host administrator.

    Create a certificate signing request. Run the following command on the non-primary server host where you want to deploy the certificate:

    nbcertcmd -createCertRequest -requestFile request_file_name -server primary_server_name

    Optionally, copy the Certificate Signing Request (CSR) file to any NetBackup host.

  2. Get a signed certificate from the primary server on the host. An authorization token is mandatory. If the host already has a certificate, a reissue token is required.

    Run the following command on the host:

    nbcertcmd -signCertificate -requestFile request_file_name -certificateFile certificate_file_name -token

    Note:

    Be sure to use the -signCertificate option on a host with the same or higher NetBackup version where the certificate signing request (CSR) was generated.

  3. Copy the signed certificate that is generated in step 2 and provide it to the host administrator.
  4. This command can be run only by the host administrator.

    To deploy the signed certificate on the host, run the following command on the client:

    nbcertcmd -deployCertificate -certificateFile certificate_file_name

Feedback

Was this page helpful?
Previous

Deploying host ID-based certificates

Next

Implication of clock skew on certificate validity

Feedback

Was this page helpful?