Univention Bugzilla – Attachment 7178 Details for
Bug 34285
Include CRL Distribution Points in Certificates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Add crlDistributionPoints to certificates
univention-ssl.crl (text/plain), 902 bytes, created by
Michael Grandjean
on 2015-09-20 00:08:49 CEST
(
hide
)
Description:
Add crlDistributionPoints to certificates
Filename:
MIME Type:
Creator:
Michael Grandjean
Created:
2015-09-20 00:08:49 CEST
Size:
902 bytes
patch
obsolete
>Index: univention-ssl/make-certificates.sh >=================================================================== >--- univention-ssl/make-certificates.sh (Revision 63847) >+++ univention-ssl/make-certificates.sh (Arbeitskopie) >@@ -53,6 +53,10 @@ > DEFAULT_BITS="2048" > fi >+ >+CRL_DISTRIBUTION_POINTS="$(/usr/sbin/univention-config-registry get ssl/crl/distribution_points)" >+if [ -z "$CRL_DISTRIBUTION_POINTS" ]; then >+ CRL_DISTRIBUTION_POINTS="URI:http://$(/usr/sbin/univention-config-registry get hostname).$(/usr/sbin/univention-config-registry get domainname)/ucsCA.crl" >+ > if test -e "$SSLBASE/password"; then > PASSWD=`cat "$SSLBASE/password"` > else >@@ -178,6 +185,7 @@ > # issuerAltName = issuer:copy > # nsCertType = sslCA, emailCA, objCA > # nsComment = signed by Univention Corporate Server Root CA >+crlDistributionPoints = $CRL_DISTRIBUTION_POINTS > > [ v3_req ]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 34285
: 7178