I have been trying to make certificate for Network-Map using openssl with configuration as
[v3_nonca]
basicConstraints = CA:FALSE
keyUsage = digitalSignature
extendedKeyUsage=serverAuth,clientAuth,anyExtendedKeyUsage
subjectKeyIdentifier = hash
It makes certificate almost identitical to the self generated certificate by network map service with a difference that it doesnt have custom X.509v3 extension that specifies the role the certificate relates to. This extension has the OID 1.3.6.1.4.1.50530.1.1 and is non-critical, as mentioned in the document https://docs.corda.net/permissioning.html.
Need help in modifying openssl configuration file whichh has the required custom X.509v3 extension with OID as 1.3.6.1.4.1.50530.1.1