files included by accident.
authorng0 <ng0@n0.is>
Fri, 6 Sep 2019 23:08:02 +0000 (23:08 +0000)
committerng0 <ng0@n0.is>
Fri, 6 Sep 2019 23:08:02 +0000 (23:08 +0000)
src/arm/Kyuafile [deleted file]
src/gns/gnutls_ca.cfg [deleted file]

diff --git a/src/arm/Kyuafile b/src/arm/Kyuafile
deleted file mode 100644 (file)
index f97f05e..0000000
+++ /dev/null
@@ -1,9 +0,0 @@
--- Tests for gnunet-arm
-
-syntax(2)
-
--- name of the test suite
-test_suite('arm')
-
--- test programs
-atf_test_program{name='atf_tests.sh'}
diff --git a/src/gns/gnutls_ca.cfg b/src/gns/gnutls_ca.cfg
deleted file mode 100644 (file)
index f551ae8..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-# This template file specifies that the certificate is a certificate
-# authority that will be used to sign other certificates, and
-# certificate revocations.  Set additional properties (e.g. a CRL URI)
-# as appropriate.
-
-# Certificate authority template
-organization = "Example"
-cn = "Your CA name here"
-expiration_days = 3650
-
-# This CA can not issue subsidiary CAs
-path_len = 0
-
-# Is a CA
-ca
-
-# Signs certificates and certificate revocation lists
-cert_signing_key
-crl_signing_key
-
-# Name constraints (recommended); new in GnuTLS 3.3.x
-# Setting this will allow this CA to only issue
-# certificates for this domain
-nc_permit_dns = "example.com"
-#nc_exclude_dns = "test.example.com"