Hi ,
Im having a boulder instance in my local server.
I need to edit the code and add an OID syntax. So when the certificate generates this OID should be included in my certificate. But this OID is not supported by letsencrypt. So im trying to add this as a static string or any kind of data in my generated certificates. But i want this in my certificates.
TNAuthorizationList ::= SEQUENCE SIZE (1…MAX) OF TNEntry
TNEntry ::= CHOICE {
spid [0] ServiceProviderIdentifierList,
range [1] TelephoneNumberRange,
one E164Number }
How and which file i need to add this syntax to get this in my certificate.