NetBackup™ Security and Encryption Guide
- Read this first for secure communications in NetBackup
- Communication failure scenarios
- Increasing NetBackup security
- Security deployment models
- Auditing NetBackup operations
- About audit events
- Section I. Identity and access management
- About identity and access management
- AD and LDAP domains
- Access keys
- API keys
- Auth.conf file
- Role-based access control
- Smart card or digital certificate
- Single Sign-On (SSO)
- Enhanced Auditing
- NetBackup Access Control Security (NBAC)
- Configuring NetBackup Access Control (NBAC)
- Configuring Access Control host properties for the master and media server
- Access Control host properties dialog for the client
- Troubleshooting Access Management
- Windows verification points
- UNIX verification points
- Verification points in a mixed environment with a UNIX master server
- Verification points in a mixed environment with a Windows master server
- About determining who can access NetBackup
- Viewing specific user permissions for NetBackup user groups
- Section II. Encryption of data-in-transit
- NetBackup CA and NetBackup certificates
- About the Security Management utilities
- About host management
- Adding shared or cluster mappings
- Allowing or disallowing automatic certificate reissue
- About global security settings
- About host name-based certificates
- About host ID-based certificates
- Using the Certificate Management utility to issue and deploy host ID-based certificates
- About NetBackup certificate deployment security levels
- Setting up trust with the master server (Certificate Authority)
- About reissuing host ID-based certificates
- About Token Management for host ID-based certificates
- About the host ID-based certificate revocation list
- About revoking host ID-based certificates
- Host ID-based certificate deployment in a clustered setup
- About deployment of a host ID-based certificate on a clustered NetBackup host
- Migrating NetBackup CA
- Configuring data-in-transit encryption (DTE)
- Configure the DTE mode on a client
- Modify the DTE mode on a backup image
- How DTE configuration settings work in various NetBackup operations
- External CA and external certificates
- About external CA support in NetBackup
- Configuration options for external CA-signed certificates
- ECA_CERT_PATH for NetBackup servers and clients
- About certificate revocation lists for external CA
- About certificate enrollment
- Configuring an external certificate for the NetBackup web server
- About external certificate configuration for a clustered master server
- Regenerating keys and certificates
- NetBackup CA and NetBackup certificates
- Section III. Encryption of data at rest
- Data at rest encryption security
- About NetBackup client encryption
- Configuring standard encryption on clients
- About configuring standard encryption from the server
- Configuring legacy encryption on clients
- About configuring legacy encryption from the client
- About configuring legacy encryption from the server
- Additional legacy key file security for UNIX clients
- NetBackup key management service
- About FIPS enabled KMS
- Installing KMS
- Configuring KMS
- About key groups and key records
- Overview of key record states
- Configuring NetBackup to work with KMS
- About using KMS for encryption
- KMS database constituents
- Command line interface (CLI) commands
- About exporting and importing keys from the KMS database
- Troubleshooting KMS
- External key management service
- Configuring KMS credentials
- Configuring KMS
- Creating keys in an external KMS
- Working with multiple KMS servers
- Data at rest encryption security
- FIPS compliance in NetBackup
- NetBackup web services account
- Running NetBackup services with non-privileged user (service user) account
- Immutability and indelibility of data in NetBackup
- Backup anomaly detection
- Malware detection
- NetBackup Web UI Malware scanning workflow configuration
About external CA support in NetBackup
You can now use X.509 certificates that your trusted certificate authority (CA) has issued.
NetBackup supports file-based certificates and Windows certificate store as sources for external certificates for NetBackup hosts. It supports certificates in PEM, DER, and P7B formats.
Note:
NetBackup does not support Windows certificate store as source for the NetBackup web server certificate.
The following terms that are specific to security certificates are used in NetBackup:
A certificate authority (CA) other than the NetBackup CA is referred to as an external CA.
Certificates that are issued by a CA other than the NetBackup CA are referred to as external CA-signed certificates or external certificates.
Certificates that the NetBackup CA has issued are referred to as NetBackup CA-signed certificates or NetBackup certificates.
A NetBackup certificate that is used for secure communications over control channel is also referred to as host ID-based certificate.
A host ID-based certificate is deployed on the master server during NetBackup installation. You need to manually configure an external certificate on the master server after installation.
See Configuring the master server to use an external CA-signed certificate.
You can configure an external certificate on a NetBackup host (media server or client) either during installation or after installation.
Host ID-based certificates are required on all NetBackup 8.1 and higher hosts for enabling mutually authenticated secure communications. Starting 8.2, NetBackup CA-signed host ID-based certificates can be replaced by external CA-signed certificates.
In addition to the host ID-based certificate, a host name-based certificate may need to be deployed on some hosts in domains that have NetBackup Access Control (NBAC) or Enhanced Auditing enabled. The host name-based certificates are issued by the NetBackup CA.
On Windows platform, if external certificates are used for host communication, the NT AUTHORITY\SYSTEM user must be able to access the certificates that are located at ECA_CERT_PATH. The ECA_CERT_PATH configuration option is available in the Windows registry.
On Windows platform, Universal Naming Convention (UNC) paths (or network paths) are not supported for the following external CA parameters: Certificate chain, certificate's private key, trust store, passphrase file for certificate's private key, and CRL cache.
The following requirement is applicable for the NetBackup web server certificate:
If the subject alternative name (SAN) is not empty, the certificate should contain all host names that the master server is known by (the host names that are listed in the SERVER configuration option entries of other hosts in the domain) in the SAN field of the certificate.
Requirements for the subject name of the certificate:
Subject name should not be empty.
Common name of the subject name should not be empty.
Subject name should be unique for each host.
Subject name should be fewer than 255 characters.
Only ASCII 7 characters are supported for the certificate subject and the subject alternative name (SAN).
Requirements for key usage purposes:
If the certificate has a X509v3 Key Usage extension present, it must include the following key usage purposes:
For the web server certificate: At least one of the Digital Signature or Key Encipherment should be present.
For a NetBackup host certificate: Digital Signature purpose should be present. Key Encipherment may or may not be present.
For a certificate that is used for both web server and NetBackup host: Digital Signature purpose should be present. Key Encipherment may or may not be present.
The certificate may have other key usage purposes listed in addition to the purposes specified here. These additional purposes are ignored.
The X509v3 Key Usage extension may be either critical or non-critical.
A certificate without a X509v3 Key Usage extension is also usable with NetBackup.
If the certificate has a X509v3 Extended Key Usage extension present, it must include the following key usage purposes:
For the web server certificate: TLS Web Server Authentication.
For a NetBackup host certificate: TLS Web Server Authentication and TLS Web Client Authentication.
For a certificate that is used for both web server and NetBackup host: TLS Web Server Authentication and TLS Web Client Authentication.
The certificate may have other key usage purposes listed in addition to the purposes specified here. These additional purposes are ignored.
The X509v3 Extended Key Usage extension may be either critical or non-critical.
A certificate without a X509v3 Extended Key Usage extension is also usable with NetBackup.
If the certificate does not meet these requirements, contact your certificate provider to obtain a new certificate.