-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathconfig.ini
34 lines (27 loc) · 980 Bytes
/
config.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
oid_section = new_oids
[ req ]
default_keyfile = scion-as-keyfile.pem
distinguished_name = req_distinguished_name
encrypt_key = no
req_extensions = req_extensions
prompt = yes
[ new_oids ]
scionIA=1.3.6.1.4.1.55324.1.2.1
[ req_distinguished_name ]
scionIA = SCION ISD-ASN (required, e.g., 1-ff00:0:110)
scionIA_min = 3
scionIA_max = 20
commonName = Common Name (e.g. <Validator Name> AS)
commonName_max = 64
organizationName = Organization Name (eg, company)
organizationalUnitName = Organizational Unit Name (eg, section)
countryName = Country Name (2 letter code)
countryName_max = 2
stateOrProvinceName = State or Province Name (full name)
postalCode = Postal Code
localityName = Locality Name (eg, city)
streetAddress = Street Address
[req_extensions]
keyUsage = critical,digitalSignature
extendedKeyUsage = serverAuth,clientAuth,timeStamping
subjectKeyIdentifier = hash