Upload New Provider Certificates To All Nodes
Use this endpoint to replace the server SSL certificate on all nodes in HA cluster
Authorized Roles : PROVIDER
Request
            
                URI
                    
                                POST                            
                            https://{api_host}/appliance/provider/replace-certificate
                            COPY
                    Request Body
                        
                            
                                            
                                                                                            File
                                            
                                                                                            of type(s)
                                            
                                            
                                                multipart/form-data                                            
                                        
                                                                                    Optional
                                        
                                    {
    "key": "string",
    "certificate": "string"
}
            
            
                                    string
                
                
            
        
        
                key            
                            Required
                    key
            
            
                                    string
                
                
            
        
        
                certificate            
                            Required
                    certificate
Responses
                        
                200            
            
        OK
Operation doesn't return any data structure
            
            
                    