Upload a new certificate-key pair to the server and start using them immediately in case they pass validation. Restarts Grafana in a successful case.
Method: POST
Request
Must be in form-data format.
"certificate": *certificate file*
"key": *key file*
Response:
{
"command": "/importCertificate",
"command_result": {},
"errors": false,
"general_message": "Successfully saved certificate and key"
}