Upload SSL certs to an A10 vThunder via axapi v3.0
Leigh
Member ✭
Hi All,
Can anybody tell me how to upload SSL Certs to an A10 vThunder via axapi 3.0? I want the certificate to be in the payload of the request, rather than having it on a remote server, as I don't want the A10 to be able to connect to outside servers.
Thanks.
Can anybody tell me how to upload SSL Certs to an A10 vThunder via axapi 3.0? I want the certificate to be in the payload of the request, rather than having it on a remote server, as I don't want the A10 to be able to connect to outside servers.
Thanks.
0
Comments
Try these.
Import certificate: Import certificate key:
I don't want our A10 to be able to scp from another server. (or tftp, or http, or whatever)
{
"ssl-cert":{
"file":"certificate",
"certificate-type":"pem",
"file-handle":"certificate.pem",
"action":"import"
}
}
In case anyone else gets to this post, the answer is over in another very similar question: https://community.a10networks.com/discussion/16789/upload-ssl-certs-via-axapi-v3-0