how to remove chain cert form model TH53330 ?
Hello, i Need to configure CRL on the A10 Thunder device. How the device handle the CRL list's? Is the device update the list or i have to do it myself? When the device update the CRL. How it works? Which protocol will be use?
Hello everyone, I have created a script that uploads a certificate to our AX3200-12 with axapi. Is there a way to trigger a manual reload of the certificate, so that I don't have to update the client ssl template manually? Expected behavior: 1. upload ssl certificate with the same name as the old one 2. client ssl template…
Hellom I am trying to upload certificate using aXAPI REST Interface.I am using CXF util for Rest interaction.I have written following code.final String URL = "https://XXXXXXXXXXXX/services/rest/V2/?session_id=XXXXXXX&method=slb.ssl.upload&type=cert";WebClient client =…