|
Lines 53-58
Link Here
|
| 53 |
DEFAULT_BITS="2048" |
53 |
DEFAULT_BITS="2048" |
| 54 |
fi |
54 |
fi |
|
|
55 |
|
| 56 |
CRL_DISTRIBUTION_POINTS="$(/usr/sbin/univention-config-registry get ssl/crl/distribution_points)" |
| 57 |
if [ -z "$CRL_DISTRIBUTION_POINTS" ]; then |
| 58 |
CRL_DISTRIBUTION_POINTS="URI:http://$(/usr/sbin/univention-config-registry get hostname).$(/usr/sbin/univention-config-registry get domainname)/ucsCA.crl" |
| 59 |
|
| 55 |
if test -e "$SSLBASE/password"; then |
60 |
if test -e "$SSLBASE/password"; then |
| 56 |
PASSWD=`cat "$SSLBASE/password"` |
61 |
PASSWD=`cat "$SSLBASE/password"` |
| 57 |
else |
62 |
else |
|
Lines 178-183
Link Here
|
| 178 |
# issuerAltName = issuer:copy |
185 |
# issuerAltName = issuer:copy |
| 179 |
# nsCertType = sslCA, emailCA, objCA |
186 |
# nsCertType = sslCA, emailCA, objCA |
| 180 |
# nsComment = signed by Univention Corporate Server Root CA |
187 |
# nsComment = signed by Univention Corporate Server Root CA |
|
|
188 |
crlDistributionPoints = $CRL_DISTRIBUTION_POINTS |
| 181 |
|
189 |
|
| 182 |
[ v3_req ] |
190 |
[ v3_req ] |