Parse URIs from authorityInfoAccess
The value field for authorityInfoAccess has two URIs (for the issuer cert and the OCSP responder), but they're interspersed with extended unicode characters (e.g. "\u0005").
I could kludge together a method to parse the URIs from this value (whatever it is...buffer?). But what's the real way to do it? I'm pretty sure I'm missing something.
Hello @philosaur , did you find a way to set the value of authorityInfoAccess with node forge ?
Thanks
I wasn't trying to set the value, just read it. I had to resort to using regular expressions to pull out the cert and OCSP responder URIs from the authorityInfoAccess string.
Hello @philosaur have you found any workaround to parse these values?
Thanks