diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-27 21:41:07 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-04-27 21:41:07 +0000 |
commit | 85e658a2c4ce56196d423cfb5965136bdfdb2705 (patch) | |
tree | 36d3da568a1806d8c9098215c1b3bf49a618d7b3 | |
parent | 9c53c47bdef81f28a6b61df5abe084b9b2ffe07d (diff) | |
download | strongswan-85e658a2c4ce56196d423cfb5965136bdfdb2705.tar.bz2 strongswan-85e658a2c4ce56196d423cfb5965136bdfdb2705.tar.xz |
added crlnumber
-rw-r--r-- | testing/hosts/winnetou/etc/openssl/crlnumber | 1 | ||||
-rw-r--r-- | testing/hosts/winnetou/etc/openssl/crlnumber.old | 1 | ||||
-rw-r--r-- | testing/hosts/winnetou/etc/openssl/openssl.cnf | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/testing/hosts/winnetou/etc/openssl/crlnumber b/testing/hosts/winnetou/etc/openssl/crlnumber new file mode 100644 index 000000000..9e22bcb8e --- /dev/null +++ b/testing/hosts/winnetou/etc/openssl/crlnumber @@ -0,0 +1 @@ +02 diff --git a/testing/hosts/winnetou/etc/openssl/crlnumber.old b/testing/hosts/winnetou/etc/openssl/crlnumber.old new file mode 100644 index 000000000..8a0f05e16 --- /dev/null +++ b/testing/hosts/winnetou/etc/openssl/crlnumber.old @@ -0,0 +1 @@ +01 diff --git a/testing/hosts/winnetou/etc/openssl/openssl.cnf b/testing/hosts/winnetou/etc/openssl/openssl.cnf index 165d8bbeb..56a9061f6 100644 --- a/testing/hosts/winnetou/etc/openssl/openssl.cnf +++ b/testing/hosts/winnetou/etc/openssl/openssl.cnf @@ -34,6 +34,7 @@ new_certs_dir = $dir/newcerts # default place for new certs. certificate = $dir/strongswanCert.pem # The CA certificate serial = $dir/serial # The current serial number crl = $dir/crl.pem # The current CRL +crlnumber = $dir/crlnumber # The current CRL serial number private_key = $dir/strongswanKey.pem # The private key RANDFILE = $dir/.rand # private random number file |