mirror of
https://github.com/qdrant/qdrant.git
synced 2026-07-30 06:30:57 -05:00
26 lines
541 B
INI
26 lines
541 B
INI
[req]
|
|
default_bits = 2048
|
|
encrypt_key = no
|
|
default_md = sha256
|
|
prompt = no
|
|
utf8 = yes
|
|
distinguished_name = req_distinguished_name
|
|
req_extensions = v3_req
|
|
[req_distinguished_name]
|
|
C = US
|
|
ST = State
|
|
L = City
|
|
O = Org
|
|
CN = qdrant
|
|
[v3_req]
|
|
basicConstraints = CA:FALSE
|
|
subjectKeyIdentifier = hash
|
|
keyUsage = digitalSignature, keyEncipherment
|
|
extendedKeyUsage = clientAuth, serverAuth
|
|
subjectAltName = @alt_names
|
|
[alt_names]
|
|
DNS.1 = node1.qdrant
|
|
DNS.2 = node2.qdrant
|
|
DNS.3 = localhost
|
|
IP.1 = 127.0.0.1
|