Forum Discussion

qbolbk59's avatar
qbolbk59
Icon for Nimbostratus rankNimbostratus
Feb 21, 2022
Solved

Update certificate of SSL profile via REST API

Hi All, Is there a way to update the exisiting certificate binded in the SSL profile of F5 ? I have installed the certificate already but not really sure how to add that cert to the SSL profile usin...
  • Sebastiansierra's avatar
    Feb 21, 2022

    Hi,

    I think you have to fix a couple of parameters to correct your script:

    1. You need to use the method Patch to edit the current profile.

    2.The correct URL to edit the profile is /mgmt/tm/ltm/profile/client-ssl/~Common~pofile_name?ver=15.1.3.1

    3. The body is correct.