Forum Discussion
zafer
Nimbostratus
Dec 24, 2009subject alternative name
Hello
i try to get subject alternative name from ssl certificate with this syntax but i see empty value in log file.
how can i get subject alternative name from ssl certi...
AEisiminger_192
Oct 01, 2010Historic F5 Account
Just in case anyone else runs into this like I did here is the correct code to pull Subject Alternative Name.
SUBJECT ATERNATIVE NAME
set santemp [findstr [X509::extensions $c_cert] "Subject Alternative Name" 32 ","]
set san [findstr $santemp "email" 6]
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects