This method performs three actions.
- Backs up the old APIServer/worker/auth/<version>/cacert/cacert file - /cacert/cacert to /cacert/cacert.1.backup
- Copies the new cacerts file into place - newCacertFile to /cacert/cacert
- Returns the aliases installed in the new cacert file in the response.
Parameters (Multipart POST Fields)
Name | Type | Description |
---|---|---|
cacert | File, required | The new cacert file to import. |
Example Response
{
"successful": true,
"aliases": [
"digicertassuredidrootca",
"trustcenterclass2caii",
"thawtepremiumserverca",
"swisssignplatinumg2ca"
]
}
Last modified on June 27, 2023