POST /certs/generateCertificate 
        Exchange a cert request token for a certificate. The token must be a valid
token generated by the certmanager utility. The resulting certificate will
containin a TLS certificate in JKS and PEM formats. It might optionally
contain a private key in JKS and PEM format, corresponding to the
certificate.
The tar file is designed to be consumed by the "cm install_certs" command
to install TLS certificates on a Cloudera Manager agent host.
        
        
          Response Body
          
          
            | media type | data type | description | 
          
          
          
            | application/octet-stream | object | tar file containing TLS certificate |