NoFrust
Results
1
issues of
NoFrust
Hi, I have the following code to add a authorityInfoAccess extension to a certificate: ```javascript { name: 'authorityInfoAccess', value: '0f04\u0006\b+\u0006\u0001\u0005\u0005\u00070\u0002 (http://example.com/int.example.com.crt0.\u0006\b+\u0006\u0001\u0005\u0005\u00070\u0001 "http://ocsp.example.com/int.example.com:8888/' }, ``` I used the value field directly...