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. External CA and external certificates
  5. Limitations of Windows Certificate Store support when NetBackup services are running in Local Service account context
NetBackup™ Security and Encryption Guide

Limitations of Windows Certificate Store support when NetBackup services are running in Local Service account context

When NetBackup services are running in Local Service account context, the services need to have read access to the private key. NetBackup updates permissions of the private key during certificate enrollment so that NetBackup services have read access to the private key.

To set the permissions the Cryptographic Service Provider (CSP) or Key Storage Provider (KSP) of the certificate being used must support security descriptors.

To know if the security descriptors are supported by the provider, run the following command:

nbcertcmd -ecaHealthCheck -serviceUser LocalService

Refer to the NetBackup Commands Reference Guide for more details on the command-line options.

If security descriptors are not supported by the provider, you need to use a provider that supports security descriptors or use an administrator account to run NetBackup services.

To change your provider, you need to re-deploy your certificate. Provider cannot be changed once the certificate is deployed. Providers that support security descriptors: Microsoft Software Key Storage Provider, Microsoft Enhanced Cryptographic Provider v1.0, Microsoft Enhanced RSA and AES Cryptographic Provider, Microsoft Strong Cryptographic Provider and so on.

If you have PFX file, you can re-import it to change your provider.

  1. Remove certificate and private key from Windows Certificate Store.
  2. Import the pfx file using certutil command:

    C:\Windows\System32\certutil.exe -importPfx -csp provider name pfxfile

For an ADCS deployed certificate, the provider can be changed from the certificate template and then deploying the certificate again.

You can also select a provider while requesting a new certificate depending on the configuration.

To use administrator account to run NetBackup services, run the following command:

nbserviceusercmd.exe -changeUser

Refer to the NetBackup Commands Reference Guide for more details on the command-line options.

Feedback

Was this page helpful?
Previous

MANAGE_WIN_CERT_STORE_PRIVATE_KEY option for NetBackup primary servers

Next

About certificate revocation lists for external CA

Feedback

Was this page helpful?