frostfs-dev-env/mtls/peerX.cnf
Evgenii Stratonikov 145b65222c WIP
Signed-off-by: Evgenii Stratonikov <e.stratonikov@yadro.com>
2024-06-11 15:48:41 +03:00

24 lines
478 B
INI

[req]
default_bits = 2048
distinguished_name = req_distinguished_name
req_extensions = req_ext
x509_extensions = v3_req
prompt = no
[req_distinguished_name]
countryName = US
stateOrProvinceName = Localzone
localityName = Localhost
organizationName = Certificate signed by my CA
commonName = peer1.localdomain
[req_ext]
subjectAltName = @alt_names
[v3_req]
subjectAltName = @alt_names
[alt_names]
DNS.1 = morph-chain.frostfs.devenv
DNS.2 = morph-chain
IP.1 = 192.168.130.90