File: test-ca.server1.opensslconf

package info (click to toggle)
skiboot 6.7.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 35,060 kB
  • sloc: ansic: 214,818; sh: 11,529; python: 3,418; cpp: 3,135; makefile: 1,773; perl: 1,479; asm: 1,445; tcl: 1,147; pascal: 107
file content (18 lines) | stat: -rw-r--r-- 530 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 [ ca ]
 default_ca             = test-ca
 
 [ test-ca ]
 certificate            = test-ca.crt
 private_key            = test-ca.key
 serial                 = test-ca.server1.serial
 default_md             = sha1
 default_startdate      = 110212144406Z
 default_enddate        = 210212144406Z
 new_certs_dir          = ./
 database               = ./test-ca.server1.db
 policy                 = policy_match

 [policy_match]
 countryName            = supplied
 organizationName       = supplied
 commonName             = supplied