Configuring the Server Certificates

To configure the Server certificates, use the following configuration:

config 
    nf-tls certificates certificate_name 
        cert-data certificate_data 
        private-key private_key_data 
        end 

NOTES:

  • nf-tls certificates certificate_name —Specify the certificate name, data, and key.

  • cert-data certificate_data —Specify the certificate data in PEM format.

  • private-key private_key_data —Specify the certificate private key in PEM format.