config/SilverbulletClientCerts/edupki-test.conf
#
# Filename: openssl-www.example.org.conf
#
# Sample openssl configuration file to generate a key pair and a PKCS#10 CSR
# with included requested SubjectAlternativeNames (SANs)
#
# Sample openssl commandline command:
#
# openssl req -config ./openssl-www.example.org.conf -new -keyout www.example.org-key.pem -out www.example.org-csr.pem
#
# To remove the passphrase from the private key file use
#
# openssl rsa -in www.example.org-key.pem -out www.example.org-key.pem
#
# This eases automatic startup of the SSL/TLS-server when restarted or
# rebooted. Check for secure file access permissions on the private key file.
# Do not transfer the private key unencrypted over network connections.
#
# If generated directly on a secure filesystem with proper secure file access
# permissions on the server system add option -nodes to omit setting the
# secret key's passphrase protection - this eases automatic startup of the
# SSL/TLS-server when restarted or rebooted.
#
# To set an AES256 passphrase on the private key file use
#
# openssl rsa -aes256 -in www.example.org-key.pem -out www.example.org-key.pem
#
RANDFILE=/dev/urandom
[ req ]
default_bits = 4096 # key length 4096 bits RSA
distinguished_name = req_distinguished_name
req_extensions = v3_req
default_md = sha256
dirstring_type = nombstr
prompt = no
[ req_distinguished_name ]
# requested SubjectDN
#
1.DC = test
2.DC = test
3.DC = eduroam
C = EU
O = eduroam Software Development Team
#1.OU= Organisational Unit
#2.OU= Organisational Sub Unit
CN=GRP - eduroam server certificate service - integration test
[v3_req]
subjectAltName=@subject_alt_name
[ subject_alt_name ]
# requested SubjectAlternativeNames (SANs)
#
# SANs of type DNS
# change those FQDNs to real FQDNs in domains registered to your organisation
#
#DNS.1=www.example.org
#DNS.2=example.org
#DNS.3=www.example.net
#DNS.4=example.net
# SANs of type IP
# IP#s are normally not needed in certificates
# change those RFC 1918 IP#s to real IP#s assigned to your organisation
#
#IP.1=10.11.12.13
#IP.2=192.168.2.42
email.1=contact@edupki.org