From 411b130369192dcd22af40302d832847d1225c73 Mon Sep 17 00:00:00 2001 From: Sean Parkinson Date: Thu, 14 Nov 2019 09:13:24 +1000 Subject: [PATCH] Add new 4096-bit cert and key to distribution --- certs/4096/include.am | 9 +++++++++ certs/include.am | 1 + 2 files changed, 10 insertions(+) create mode 100644 certs/4096/include.am diff --git a/certs/4096/include.am b/certs/4096/include.am new file mode 100644 index 000000000..0c8305299 --- /dev/null +++ b/certs/4096/include.am @@ -0,0 +1,9 @@ +# vim:ft=automake +# All paths should be given relative to the root +# + +EXTRA_DIST += \ + certs/4096/client-cert.pem \ + certs/4096/client-key.pem + + diff --git a/certs/include.am b/certs/include.am index 43c6bcfd6..afb1dba96 100644 --- a/certs/include.am +++ b/certs/include.am @@ -96,6 +96,7 @@ dist_doc_DATA+= certs/taoCert.txt EXTRA_DIST+= certs/ntru-key.raw include certs/1024/include.am +include certs/4096/include.am include certs/crl/include.am include certs/ecc/include.am include certs/ed25519/include.am