Veritas NetBackup™ 8.0 Security and Encryption Guide
- Increasing NetBackup security
- Security deployment models
- Port security
- About NetBackup daemons, ports, and communication
- Additional port information for products that interoperate with NetBackup
- About configuring ports
- Auditing NetBackup operations
- Configuring Enhanced Auditing
- Access control security
- 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
- Security certificates in NetBackup
- Overview of security certificates in NetBackup
- About the Security Management utilities
- About host name-based certificates
- About host ID-based certificates
- Using the Certificate Management utility to issue and deploy host ID-based certificates
- About 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 revoking host ID-based certificates
- Security certificate deployment in a clustered NetBackup setup
- About deployment of a host ID-based certificate on a clustered NetBackup host
- About deploying a new host ID-based certificate
- 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
- Data at rest key management
- About the Key Management Service (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
Exporting keys
The -export command helps to export keys and keys groups across domains. The following list contains important information about exporting keys and key groups:
Keys are always exported along with their key group.
Keys and key groups are exported in an encrypted key container (file) on the host where the Key Management Service (KMS) utility (nbkmsutil) is executed.
The key container is pass phrase protected.
Note:
The same pass phrase must be provided when you want to import the keys and key groups.
Multiple ways of specifying the export contents are to select specific key groups or to selectively export keys.
Use the -export command as specified:
nbkmsutil -export -path <secure_key_container>
[ -key_groups <key_group_name_1 ...> | -key_file <key_file_name> ]
By default, the entire keystore is exported.
The -path command refers to a fully qualified path where the secure key container is stored.
The -key_groups command helps to list the key groups names that separated by spaces.
The -key_file command is the file path that lists the keys to be exported in a specific format.
The <key_group_name>/<key_name>command helps the user to export keys selectively. You can use a '*' to export all the keys from a particular group as shown:
<key_group_name>/*
You can use the nbkmsutil - listkeys - export command to generate an output in a format that this option requires. Refer nbkmsutil - listkeys - export for more details.
For more details about listing keys:
See Listing keys from a key group.
Note:
The -key_groups and -key_file commands are mutually exclusive.
Run the following command to export the entire keystore:
nbkmsutil -export -path <secure_key_container>
Run the following command to export selected key groups:
nbkmsutil -export -path
<secure_key_container> -key_groups
<key_group_name_1 key_group_name_2 ...>
Run the following command to export selectively export keys:
nbkmsutil -export -path
<secure_key_container> -key_file
<key_file_name>