forked from tensorflow/embedding-projector-standalone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgeneric-req.conf
executable file
·84 lines (59 loc) · 2.44 KB
/
generic-req.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
#
# uhh-generic-req.conf
#
# Verwenden Sie diese Datei als Konfigurationsdatei fuer Zertifikatsantraege.
# Das typische Kommando zur Erstellung eines solchen Server-Zertifikatantrags
# lautet:
#
# openssl req -config uhh-generic-req.conf -newkey rsa:2048 -sha1 -outform PEM -out certreq.pem
#
#
# This definition stops the following lines choking if HOME isn't
# defined.
HOME = .
RANDFILE = $ENV::HOME/.rnd
####################################################################
[ req ]
default_bits = 2048
default_keyfile = server-key.pem
distinguished_name = req_distinguished_name
attributes = req_attributes
# This sets a mask for permitted string types. There are several options.
# default: PrintableString, T61String, BMPString.
# pkix : PrintableString, BMPString.
# utf8only: only UTF8Strings.
# nombstr : PrintableString, T61String (no BMPStrings or UTF8Strings).
# MASK:XXXX a literal mask value.
# WARNING: current versions of Netscape crash on BMPStrings or UTF8Strings
# so use this option with caution!
string_mask = nombstr
# req_extensions = v3_req # The extensions to add to a certificate request
[ req_distinguished_name ]
countryName = Laendername (bitte nicht aendern)
countryName_default = DE
countryName_min = 2
countryName_max = 2
stateOrProvinceName = Bundesland (bitte nicht aendern)
stateOrProvinceName_default = Bayern
localityName = Ortsbezeichnung (bitte nicht aendern)
localityName_default = Wuerzburg
0.organizationName = Name der Organisation (bitte nicht aendern)
0.organizationName_default = Hochschule fuer angewandte Wissenschaften Wuerzburg-Schweinfurt
0.organizationalUnitName = Abteilung (Beispiel: MIN-Fakultaet)
0.organizationalUnitName_default = Fakulaet fuer Informatik und Wirtschaftsinformatik
1.organizationalUnitName = Unterabteilung (Beispiel: Fachbereich Mathematik)
1.organizationalUnitName_default = CAIRO
2.organizationalUnitName = Gruppe (Beispiel: Rechnerbetrieb)
2.organizationalUnitName_default = Prof Schleif
commonName = Voll qualifizierter DNS-Name des Server
commonName_max = 64
emailAddress = Email-Adresse des Betreibers (Beispiel: [email protected])
emailAddress_max = 40
emailAddress_default = [email protected]
# SET-ex3 = SET extension number 3
[ req_attributes ]
# unstructuredName = An optional company name
[ v3_req ]
# Extensions to add to a certificate request
basicConstraints = CA:FALSE
keyUsage = nonRepudiation, digitalSignature, keyEncipherment