From 0168f18229402b299a3fb3bb6fe3edb8e3ffa7fc Mon Sep 17 00:00:00 2001 From: Rasmus Dahlberg Date: Tue, 3 Nov 2020 20:01:08 +0100 Subject: added chain processing with intermediate certificates Basic test chains can be generated manually with openssl, see details in server/testdata/x509/README.md. --- server/testdata/x509/root.key | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 server/testdata/x509/root.key (limited to 'server/testdata/x509/root.key') diff --git a/server/testdata/x509/root.key b/server/testdata/x509/root.key new file mode 100644 index 0000000..c2dd558 --- /dev/null +++ b/server/testdata/x509/root.key @@ -0,0 +1,3 @@ +-----BEGIN PRIVATE KEY----- +MC4CAQAwBQYDK2VwBCIEIPJGy4Tf9SwDv44lLCmVyEjsbUmwfTg+j/Xoyaunf1rx +-----END PRIVATE KEY----- -- cgit v1.2.3