NetBackup and Veritas Appliances Hardening Guide
- Top recommendations to improve your NetBackup and Veritas appliances security posture
- Steps to protect Flex Appliance
- Managing single sign-on (SSO)
- About lockdown mode
- Configuring an isolated recovery environment on a WORM storage server
- Steps to protect NetBackup Appliance
- About single sign-on (SSO) authentication and authorization
- About authentication using smart cards and digital certificates
- About data encryption
- About forwarding logs to an external server
- Steps to protect NetBackup
- Configure NetBackup for single sign-on (SSO)
- Configure user authentication with smart cards or digital certificates
- Access codes
- Workflow to configure immutable and indelible data
- Add a configuration for an external CMS server
- Configuring an isolated recovery environment on a NetBackup BYO media server
- About FIPS support in NetBackup
- Workflow for external KMS configuration
- Workflow to configure data-in-transit encryption
- Workflow to use external certificates for NetBackup host communication
- About certificate revocation lists for external CA
- Configuring an external certificate for a clustered primary server
- Configuring a NetBackup host (media server, client, or cluster node) to use an external CA-signed certificate after installation
- Configuration options for external CA-signed certificates
- ECA_CERT_PATH for NetBackup servers and clients
- About protecting the MSDP catalog
- How to set up malware scanning
- About backup anomaly detection
Uploading certificates for TLS
Use TLS to secure the log transmissions from the appliance to the log server. TLS is optional for log forwarding. However, Veritas recommends that you enable TLS for security purposes.
NetBackup Appliance currently only supports the following:
TLS Anonymous Authentication for log forwarding.
X.509 file format for certificate files.
Before you enable TLS, you must first do the following:
Deploy the configured certificate and private key files from the Certificate Authority (CA) server onto your log server.
Upload valid certificates to opened NFS and CIFS shares on the appliance.
For log forwarding security information, see the NetBackup Appliance Security Guide.
Note:
You can also upload certificate files from the
menu in the appliance web console.
To upload the certificate
- Log on to the NetBackup Appliance Shell Menu and navigate to the Main > Settings > LogForwarding view.
- To open NFS and CIFS shares on the appliance, enter the following command:
Share General Open
- On the server where the certificates reside, mount an NFS or a CIFS share to the appliance as follows:
NFS: <appliance.name>:/inst/share
CIFS: \\<appliance.name>\general_share
- Upload two certificates and one private key file. The certificate file names are as follows:
ca-server.pem
nba-rsyslog.pem
nba-rsyslog.key
- To close the shares on the appliance, enter the following command:
Share General Close