- Import certificate
- Description: 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.
- Path: /ssl/import
- Method: POST
- Payload
- format: json object
- fields:
- key: key file, string
- certificate: certificate file, string
- Generate certificate
- Description Generate a new key and a self-signed certificate, which immediately replaces the old one. Restarts Grafana in a successful case.
- Path: /ssl/generate
- Method: POST
Back to Index