xref: /third_party/node/test/fixtures/keys/agent5.cnf (revision 1cb0ef41)
1[ req ]
2string_mask            = utf8only
3utf8                   = yes
4default_bits           = 2048
5days                   = 9999
6distinguished_name     = req_distinguished_name
7attributes             = req_attributes
8prompt                 = no
9
10[ req_distinguished_name ]
11C                      = HU
12L                      = Budapest
13O                      = Tresorit
14CN                     = Ádám Lippai
15emailAddress           = adam.lippai@tresorit.com
16
17[ req_attributes ]
18challengePassword              = A challenge password
19
20[ ext_key_usage ]
21extendedKeyUsage       = clientAuth
22