This method performs the following actions:
- If a backup cacerts exists:
- Deletes the current cacerts file.
- Copies the latest backup into its place: /cacert/cacert.1.backup to /cacert/cacert
- Returns the aliases installed in the previously backed up cacert file in the response.
Parameters
None
Example Response
{
"successful": true,
"aliases": [
"digicertassuredidrootca",
"trustcenterclass2caii",
"thawtepremiumserverca",
"swisssignplatinumg2ca"
]
}
Last modified on June 27, 2023