Subversion Repositories sysadmin_scripts

Rev

Rev 182 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 182 Rev 185
Line 29... Line 29...
29
# used when creating a CA
29
# used when creating a CA
30
[ ca ]
30
[ ca ]
31
default_ca = CA_default
31
default_ca = CA_default
32
 
32
 
33
[ CA_default ]
33
[ CA_default ]
34
keyUsage = critical, digitalSignature, keyEncipherment
34
keyUsage = critical, digitalSignature, keyEncipherment, cRLSign, keyCertSign
-
 
35
extendedKeyUsage = serverAuth, clientAuth
35
basicConstraints = CA:TRUE
36
basicConstraints = CA:TRUE
36
 
37
 
37
# used when creating a Server Cert
38
# used when creating a Server Cert
38
[ server ]
39
[ server ]
39
# Extensions for server certificates
40
# Extensions for server certificates