Trusted Infrastructure Trust Authority Clusters Kms Providers Client Certificate APIs
The ClientCertificate interface provides operations to add and retrieve client certificate.
Operations
                                            
                    
                            POST                        
                        
                                Create Cluster Provider Client Certificate Async                                                            
                                                            
                                    Generate a new self signed client certificate. Existing client certificate is overwritten. The key server will use this certificate to validate the client connection.                                
                                                    
                            GET                        
                        
                                Get Cluster Provider Client Certificate Async                                                            
                                                            
                                    Return the existing client certificate.                                
                                                    
                            PATCH                        
                        
                                Update Cluster Provider Client Certificate Async                                                            
                                                            
                                    Update the client certificate. 
 The key server will use this certificate to validate the client connection. If a client certificate already exists, it will be replaced. 
 An optional private key can be specified if the certificate has already been provisioned.
                                
                                                    