diff options
-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 |