Steps to acquire SSL certificates for netezza
This guide outlines two methods to acquire SSL certificates for secure connection to a Netezza instance.
Download certificate from console admin profile
The simplest way to download the SSL certificate is directly from the console profile section:
- Log in to the Netezza Performance Server console.
- Navigate to the Console Profile section.
- Click the Download Certificate option.
- The
certificate.crtfile downloads automatically to your system.
This method provides a pre-configured certificate file that is ready to use for secure connections.
Use certificate to connect to netezza
Use the certificate.crt file with the nzsql utility:
$ nzsql -h xxxxxxxx -db system -securityLevel onlySecured -caCertFile certificate.crt -u admin -pw XXXXX
Welcome to nzsql, the IBM Netezza SQL interactive terminal.
Type: \h for help with SQL commands
\? for help on internal slash commands
\g or terminate with semicolon to execute query
\q to quit
SSL enabled connection. Cipher: TLS_AES_256_GCM_SHA384, bits: 256, protocol: TLSv1.3
SYSTEM.ADMIN(ADMIN)=> \q
You now have the certificate.crt file ready. This file can be shared with the customer for secure access.