Bulk operations
The horizon client allows you to perform bulk operations on certificates using the Horizon Certificate Query Language (HCQL).
Bulk update
The bulk update
command allows update of certificate metadata en masse. The command takes a HCQL query as parameter and updates the matching certificates with the provided metadata. You can update the owner, the team, the labels and the contact email of the certificates. To unset an existing value use the value "unset".
Parameter | Description |
---|---|
|
The HCQL query string. Update will be performed on results. |
|
Skip confirm. |
|
The owner to set on certificates matching the query. (Optional) |
|
The team to set on certificates matching the query. (Optional) |
|
The labels, in the comma separated key:value form, to set on certificates matching the query. (Optional) |
|
The contact email to set on certificates matching the query. (Optional) |
|
Bulk migrate
The bulk migrate
command allows certificate migration from one profile to another. The command takes an HCQL query as parameter and migrate the matching certificates to the provided profile. The command can also update the certificates metadata. You can update the owner, the team, the labels and the contact email of the certificates. To unset an existing value use the value "unset".
Parameter | Description |
---|---|
|
The HCQL query string. Update will be performed on results. |
|
Skip confirm. |
|
The target profile for the migration. |
|
The owner to set on certificates matching the query. (Optional) |
|
The team to set on certificates matching the query. (Optional) |
|
The labels, in the comma separated key:value form, to set on certificates matching the query. (Optional) |
|
The contact email to set on certificates matching the query. (Optional) |
|
Bulk revoke
The bulk revoke
command allows certificate revocation en masse. The command takes an HCQL query as parameter and revoke the matching certificates.
Parameter | Description |
---|---|
|
The HCQL query string. Update will be performed on results. |
|
Skip confirm. |
|