]> git.proxmox.com Git - ceph.git/blob - ceph/src/seastar/tests/unit/cert.cfg.in
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / src / seastar / tests / unit / cert.cfg.in
1 [ req ]
2 default_bits = @CERT_WIDTH@
3 default_keyfile = @CERT_PRIVKEY@
4 default_md = sha256
5 distinguished_name = req_distinguished_name
6 req_extensions = v3_req
7 prompt = no
8 [ req_distinguished_name ]
9 C = @CERT_COUNTRY@
10 ST = @CERT_STATE@
11 L = @CERT_LOCALITY@
12 O = @CERT_ORG@
13 OU = @CERT_UNIT@
14 CN= @CERT_COMMON@
15 emailAddress = @CERT_EMAIL@
16 [v3_ca]
17 subjectKeyIdentifier=hash
18 authorityKeyIdentifier=keyid:always,issuer:always
19 basicConstraints = CA:true
20 [v3_req]
21 # Extensions to add to a certificate request
22 basicConstraints = CA:FALSE
23 keyUsage = nonRepudiation, digitalSignature, keyEncipherment