src.dualinventive.com/mtinfo/tcpserver/cert/private/di-tcpserver.cnf

47 lines
1.3 KiB
INI

########################################################################
#
# Copyright (c) 2010 by
# Core|Vision B.V.
# Cereslaan 10b
# 5384 VT Heesch
# The Netherlands
#
# All Rights Reserved
#
########################################################################
#
# Project name: Dual Inventive: MTinfo Secure (TCP Server)
# Filename: private/di-tcpserver.cnf
# Author: Jack Weeland
# Date: April 13, 2010
# File version: 1.0 of April 13, 2010
#
########################################################################
#
# OpenSSL configuration file for the TCP Server
#
########################################################################
#
# Configuration for the 'req' command to openssl
#
[req]
default_bits = 2048
dir = .
default_keyfile = ${dir}/private/di-tcpserver.key
default_md = sha1
prompt = no
distinguished_name = cp3000_tcpserver_distinguished_name
x509_extensions = cp3000_tcpserver_extensions
[cp3000_tcpserver_distinguished_name]
commonName = di-tcp.core-vision.com:3300
organizationalUnitName = TCP Server
organizationName = Core|Vision B.V.
localityName = Heesch
countryName = NL
[cp3000_tcpserver_extensions]
basicConstraints = CA:false