|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Index: CSP.pm
|
|
|
|
|
--- CSP.pm.orig 2002-09-24 20:33:20 +0200
|
|
|
|
|
+++ CSP.pm 2005-05-02 18:58:32 +0200
|
|
|
|
|
+++ CSP.pm 2005-05-02 19:41:28 +0200
|
|
|
|
|
@@ -1523,12 +1523,12 @@
|
|
|
|
|
CSP is designed to easily handle multiple distinct Certificate Authorities.
|
|
|
|
|
Hence the name which stands for Certificate Service Provider.
|
|
|
|
@ -44,9 +44,25 @@ Index: CSP.pm
|
|
|
|
|
|
|
|
|
|
=head1 CONFIGURATION
|
|
|
|
|
|
|
|
|
|
Index: ca/etc/extensions.conf
|
|
|
|
|
--- ca/etc/extensions.conf.orig 2001-05-28 13:04:20 +0200
|
|
|
|
|
+++ ca/etc/extensions.conf 2005-05-02 19:42:39 +0200
|
|
|
|
|
@@ -67,11 +67,10 @@
|
|
|
|
|
[certpolicy]
|
|
|
|
|
|
|
|
|
|
policyIdentifier = 1.1.1.1.1
|
|
|
|
|
-## Map this to a real document in your webserver configuration
|
|
|
|
|
CPS.1 = http://ca.example.com/CPS
|
|
|
|
|
userNotice.1 = @notice
|
|
|
|
|
|
|
|
|
|
[notice]
|
|
|
|
|
|
|
|
|
|
-explicitText="Limited Liability, see http://ca.example.com/CP"
|
|
|
|
|
+explicitText = "Limited Liability, see http://ca.example.com/CP"
|
|
|
|
|
|
|
|
|
|
Index: csp
|
|
|
|
|
--- csp.orig 2001-05-28 13:32:14 +0200
|
|
|
|
|
+++ csp 2005-05-02 19:18:12 +0200
|
|
|
|
|
+++ csp 2005-05-02 19:41:28 +0200
|
|
|
|
|
@@ -1,6 +1,9 @@
|
|
|
|
|
-#!/usr/bin/perl
|
|
|
|
|
+#!@l_prefix@/bin/perl
|
|
|
|
|