Configuring Server and Client Certificates

This section describes how to configure the certificates for the server and client.

To configure the certificates for the server and client, use the following configuration in the PCF Ops Center:

config 
   pcf-tls 
     ca-certificates [name]  
       cert-data certificate_pem 
     certificates [name] 
       cert-data certificate_pem 
       private-key certificate_private_key 
       end 

NOTES:

  • config – Enters the PCF configuration mode.

  • ca-certificates [name] – Specifies the certificate name. The list of certificates names is displayed based on the configured certificates.

  • certificates [name] – Specifies the certificate name. The list of certificates names is displayed based on the configured certificates.

  • cert-data certificate_pem – Specifies the cert-data value in the PEM format.

  • private-key certificate_private_key – Specifies the private key value in the Public-Key Cryptography Standards (PKCS) #8 format.