Forum Discussion
cwdusheke
Nimbostratus
Jan 14, 2023F5 SDK SSL Client Profile and which ssl cert via Python
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.
2 Replies
- xuwen
Cumulonimbus
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
- xuwen
Cumulonimbus
python f5-sdk check vs which has ssl profile and its binding cert and key information code link: