|
|
@@ -1,26 +1,7 @@
|
|
|
Index: ca/etc/extensions.conf
|
|
|
---- ca/etc/extensions.conf.orig 2001-05-28 13:04:20 +0200
|
|
|
-+++ ca/etc/extensions.conf 2005-07-08 17:39:44 +0200
|
|
|
-@@ -47,7 +47,18 @@
|
|
|
- crlDistributionPoints = URI:http://ca.example.com/crl-v2.crl
|
|
|
- certificatePolicies = ia5org,@certpolicy
|
|
|
- issuerAltName = email:ca@example.com,URI:http://ca.example.com
|
|
|
-+%ifdef EMAIL
|
|
|
-+subjectAltName = @altnames
|
|
|
-+%endif
|
|
|
-+%ifdef URI
|
|
|
-+subjectAltName = @altnames
|
|
|
-+%endif
|
|
|
-+%ifdef DNS
|
|
|
-+subjectAltName = @altnames
|
|
|
-+%endif
|
|
|
-+%ifdef IP
|
|
|
- subjectAltName = @altnames
|
|
|
-+%endif
|
|
|
-
|
|
|
- [ altnames ]
|
|
|
-
|
|
|
-@@ -67,11 +78,10 @@
|
|
|
+--- ca/etc/extensions.conf.orig 2005-09-22 18:12:05 +0200
|
|
|
++++ ca/etc/extensions.conf 2005-09-22 20:43:38 +0200
|
|
|
+@@ -75,11 +75,10 @@
|
|
|
[certpolicy]
|
|
|
|
|
|
policyIdentifier = 1.1.1.1.1
|
|
|
@@ -34,8 +15,8 @@ Index: ca/etc/extensions.conf
|
|
|
+explicitText = "Limited Liability, see http://ca.example.com/CP"
|
|
|
|
|
|
Index: csp
|
|
|
---- csp.orig 2001-05-28 13:32:14 +0200
|
|
|
-+++ csp 2005-07-08 17:37:10 +0200
|
|
|
+--- csp.orig 2005-06-02 18:40:20 +0200
|
|
|
++++ csp 2005-09-22 20:43:38 +0200
|
|
|
@@ -1,9 +1,14 @@
|
|
|
-#!/usr/bin/perl
|
|
|
+#!@l_prefix@/bin/perl
|
|
|
@@ -53,7 +34,7 @@ Index: csp
|
|
|
|
|
|
sub list_csp
|
|
|
{
|
|
|
-@@ -120,6 +125,9 @@
|
|
|
+@@ -175,6 +180,9 @@
|
|
|
|
|
|
my $home = $ENV{CSPHOME} || 'ca';
|
|
|
|