Forum Discussion

julian_mata_164's avatar
julian_mata_164
Icon for Nimbostratus rankNimbostratus
Jan 12, 2017

Need a way to remove all ssl profiles from all 50 VS

Is there a way to remove and not have any SSL Profiles (Client and Server) in bulk? As well as removing the HTTP Profile to None.

 

Thanks

 

1 Reply

  • Hi Julian,

    You can create a copy of the bigip.conf file, edit this file with vi. With find replace you can remove the SSL profiles and the HTTP profiles.

    Then verify and load the new configuration.

    tmsh load sys config file /config/bigip.conf.copy verify
    
    tmsh load sys config file /config/bigip.conf
    

    Cheers,

    Kees