- Sydney, Australia
- https://www.jacobtaylor.id.au/
Highlights
- Pro
Block or Report
Block or report jacobneiltaylor
Report abuse
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePinned
-
-
1
#!/usr/bin/env python32import re
3import sys
45RGX_COMMON_NAME = re.compile(r"(?<=CN\=)[a-z\.]+")


