1openssl_conf = openssl_init
2
3# Comment out the next line to ignore configuration errors
4config_diagnostics = 1
5
6[openssl_init]
7oid_section = oids
8
9[oids]
10testoid1 = 1.2.3.4.1
11testoid2 = A Very Long OID Name, 1.2.3.4.2
12testoid3 = ,1.2.3.4.3
13