14-Jan-2023 12:41
All,
I am trying to find a way extract ssl certifcate information once I determine the ssl profile. So, I have code which starts with the VIP and get it's ssl profile. However, I am running into an issue extracting the correct ssl certificate being used.
Logic:
1. cycle through VIP's on port 443
2. match up the ssl client profile
3. match up the ssl cert being used in the ssl profile ----I am struggling with this part.
14-Jan-2023 18:21
which f5 python sdk name you use? f5-sdk? or bigrest?
this work is easy for me,but my test environment BIGIP VE 30 days trial license was expired, in the later,i will give the f5-sdk python code in this reply
15-Jan-2023 21:16 - edited 15-Jan-2023 21:17
python f5-sdk check vs which has ssl profile and its binding cert and key information code link: