Forum Discussion
eric_haupt1
Nimbostratus
Oct 04, 2018Client Certificate Auth x509x3 parsing irule for APM
I've been running this code for over a year with no issues. It's the second iteration of my x509x3 cert parsing irule that I call from within APM. I'm looking to add an enhancement. The regex looks f...
Kevin_Stewart
Employee
Oct 04, 2018Something like this maybe,
set str1 "foo.bar.1234567890"
set str2 "foo.bar.1234567890123456"
if { ( [regexp {([0-9]{16}|[0-9]{10})} $str2 temppiv] == 1 ) and ( [set temppiv [string range $temppiv 0 9]] ne "" ) } {
log local0. "TEST: temppiv = $temppiv"
}
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
