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