Certificate rotation commands
This table links common tasks to the corresponding CLI command.
| Task | Command |
|---|---|
| List root certificates including rotation date | certificate root list |
| Rotate the current root certificate | certificate root rotate |
| List HTTPS certificates including rotation date | certificate tls list |
| Renew an HTTPS certificate | certificate tls renew |
| List proxy certificates | certificate proxy list |
| Rotate the proxy certificates | certificate proxy rotate |
This table links common tasks to the corresponding REST command:
| Description | Method | Data | Data Description |
|---|---|---|---|
| List all root certificate revisions | GET /security/certificaterotation/root |
||
| Rotate the current root certificate | POST /security/certificaterotation/root |
{} | Empty json document |
| Revoke rotated root certificate (task). This command will also revoke all client certificate issued by this root and renew all TLS certificates issued by it. | POST /tasks/revokeRootCertificate
Retrieve result with |
{"revision": X} |
Revision to revoke |
| List all the proxy certificates | GET /security/certificaterotation/proxy |
||
| Rotate the proxy certificates | POST /security/certificaterotation/proxy |
{} | Empty json document |