Certificate management command help outputs

Last Updated : Jan 19, 2021 |

ccm release cert-manager third-party-certs output

third-party-certs:
 
This command can be used to manage third party certificates in the cluster.
 
Sub-commands:
  --generate-service-csr --list-file <filename> --output-dir <dirname>
     list-file: (Atypical optional parameter) Location of the file having a customer defined list of 
                service Ids. Service Ids should be separated by newlines.
                If the param is absent default lists, as defined by CCM and currently deployed 
                services, are used.
     output-dir: The directory in which the command generates the CSRs. 
                 It generates files with the name <serviceId>.csr.
 
   --add-trustcert --list-file <filename> --ca-cert-file <filename>
      list-file: (Atypical optional parameter) Location of the file containing a list of service Ids 
                 to add the trusted certificate. Service Ids should be separated by newlines. 
                 In case the param is absent, the default list is used.
      ca-cert-file: The file containing the CA certificate.
 
   --import-identity-cert-pem --id-cert-dir <dirname>
       id-cert-dir: Directory location where certificate files with the name <serviceId.pem> 
                    are placed.
 
   --add-certs --list-file <filename> --ca-cert-file <filename> --id-cert-dir <dirname>
      list-file: (Atypical optional parameter) Location of the file containing a list of service Ids
                  to add the trusted certificate. Service Ids should be separated by newlines.
                  In case the param is absent, the default list is used.
      ca-cert-file: The file containing the CA certificate.
      id-cert-dir: Directory location where certificate files with the name <serviceId.pem> 
                   are placed.
 
   -h|--help: Print this help message