Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

F5 SDK SSL Client Profile and which ssl cert via Python

cwdusheke
Nimbostratus
Nimbostratus

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 2

xuwen
MVP
MVP

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
MVP
MVP

python f5-sdk check vs which has ssl profile and its binding cert and key information code link:

https://community.f5.com/t5/codeshare/extract-ltm-vs-ssl-profile-binding-cert-and-key-information-to...