########################################### # OPENSSL TEMPLATE UNIVERSITY OF KONSTANZ # # -> used for generating csr requests # # -> only RSA keys allowed > 2048 Bit # # --------------------------------------- # # for further information you may contact # # -> support@uni-konstanz.de # ########################################### # MAIN CONFIGURATION [ req ] distinguished_name = req_distinguished_name string_mask = nombstr prompt = yes # DISTINGUISHED NAME CONFIGURATION [ req_distinguished_name ] countryName = Laendercode (C) countryName_default = DE countryName_min = 2 countryName_max = 2 stateOrProvinceName = Bundesland (ST) stateOrProvinceName_default = Baden-Wuerttemberg localityName = Standort (L) localityName_default = Konstanz 0.organizationName = Organisation (O) 0.organizationName_default = Universitaet Konstanz organizationalUnitName = Abteilung (OU) commonName = Fully Qualified Domain Name (CN) commonName_min = 16 commonName_max = 64 0.emailAddress = E-Mail-Adresse des Administrators (emailAddress) 0.emailAddress_min = 16 0.emailAddress_max = 64 1.emailAddress = E-Mail-Adresse des Stellvertreters (emailAddress) 1.emailAddress_min = 16 1.emailAddress_max = 64