Forum Discussion

Delta_Force_270's avatar
Delta_Force_270
Icon for Nimbostratus rankNimbostratus
Mar 12, 2016

Automatically upload SSL Certificates

Is there a way to automate the upload of SSL certificates to the BigIP via iControl or the new Python SDK?

 

We have a load of certificates which will need to be uploaded and an automated way would be preferable.

 

Assigning the SSL cert to the VS would also be helpful

 

Thanks,

 

DF

 

1 Reply

  • Hello,

    You can use the following icontrol uri :

    /mgmt/tm/ltm/profile/clientSsl to create or modify a clientssl profile and assign a certificate

    /mgmt/tm/sys/file/sslCert to create or modify a certificate

    You can also launch tmsh commands like this :

    create ssl-cert [name]
    modify ssl-cert [name]
    app-service [[string] | none]
    source-path [URL]