Delete a Certificate
- Last Updated: December 11, 2024
- 1 minute read
- LoadMaster
- LoadMaster LTSF
- Documentation
Note: The following command deletes a certificate called acert from the LoadMaster. Reference the certificate by name.
curl -X POST --data-binary "@cert.pem" -k "https://bal:1fourall@20.200.25.100/access/delcert?cert=acert"
Response:
<Response stat="200" code="ok"><Success>Command completed ok</Success></Response>