frostfs-dev-env/mtls/peerX.cnf

25 lines
478 B
Text
Raw Normal View History

[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