Bug 49755 - Add nameConstraints and CRLDistribution points
Summary: Add nameConstraints and CRLDistribution points
Status: RESOLVED WONTFIX
Alias: None
Product: UCS
Classification: Unclassified
Component: SSL
Version: UCS 4.4
Hardware: Other Linux
: P5 normal
Target Milestone: ---
Assignee: UCS maintainers
QA Contact: UCS maintainers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-28 15:03 CEST by Nico Gulden
Modified: 2024-06-27 12:10 CEST (History)
0 users

See Also:
What kind of report is it?: Feature Request
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number: 2019031421001312
Bug group (optional): External feedback
Customer ID:
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nico Gulden univentionstaff 2019-06-28 15:03:38 CEST
User feedback. User needs nameConstraints and CRLDistribution points with UCS Root CA.

--- make-certificates.sh.backup 2019-03-14 16:24:40.448253015 +0100
+++ make-certificates.sh 2019-03-14 16:28:53.281701333 +0100
@@ -49,6 +49,11 @@
: "${DEFAULT_BITS:=2048}"
export DEFAULT_MD DEFAULT_BITS DEFAULT_CRL_DAYS

+CRL_DISTRIBUTION_POINTS="$(/usr/sbin/univention-config-registry get ssl/crl/distribution_points)"
+if [ -z "$CRL_DISTRIBUTION_POINTS" ]; then
+ CRL_DISTRIBUTION_POINTS="URI:http://ssl.interne.domain/ucsCA.crl"
+fi
+
if test -e "$SSLBASE/password"; then
  PASSWD="$(cat "$SSLBASE/password")"
else
@@ -182,7 +187,7 @@
[ req_attributes ]

challengePassword  = A challenge password
-unstructuredName = Univention GmbH
+unstructuredName = Discovergy GmbH

[ ${CA}_ext ]

@@ -194,6 +199,15 @@
# issuerAltName           = issuer:copy
# nsCertType              = sslCA, emailCA, objCA
# nsComment               = signed by Univention Corporate Server Root CA
+nameConstraints         = @name_constraints
+crlDistributionPoints   = @crl_info
+
+[crl_info]
+URI.0                   = $CRL_DISTRIBUTION_POINTS
+
+[name_constraints]
+permitted;DNS.0=<interne.domain>
+permitted;DNS.1=<externe.domain>

&#91; v3_req &#93;
Comment 1 Philipp Hahn univentionstaff 2019-09-12 08:58:45 CEST
CRL-DP is Bug #34285
Comment 2 Jan-Luca Kiok univentionstaff 2024-06-27 12:10:13 CEST
This issue has been filed against UCS 4.4.

UCS 4.4 is out of general maintenance and components may have vastly changed in later releases. Thus, this issue is now being closed.

If this issue still occurs in newer versions, please use "Clone this bug" or reopen this issue. In this case please provide detailed information on how this issue is affecting you.