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:

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

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

  • cert-data certificate_pem —Specify the cert-data value in the PEM format.

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