[ req ]
# custom options
default_bits=1024
# key size
default_keyfile=keyfile.pem
# name of used key
distinguished_name=req_distinguished_name
# organization DN
prompt=no
# read parameters from config file
[ req_distinguished_name ]
# organization DN
CN=RU
# 2-digit Country code
ST=Novosibirsk
# Full state or province
L=Novosibirsk
# Locality (City)
O=Eltex
# Organization name
OU=Ems
# Organization unit
CN=172.16.130.225
# Common name (ip address)
emailAddress=
# Contact E-Mail
