aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-09-06 23:08:02 +0000
committerng0 <ng0@n0.is>2019-09-06 23:08:02 +0000
commit4ec4b3ce55fcf913639ca8fdef8d42273e7ed174 (patch)
tree063252648c4dc79cac126b69570f9239b156bab3
parentd0051cb6683c712cce3473d6b667208e4f61b75a (diff)
downloadgnunet-4ec4b3ce55fcf913639ca8fdef8d42273e7ed174.tar.gz
gnunet-4ec4b3ce55fcf913639ca8fdef8d42273e7ed174.zip
files included by accident.
-rw-r--r--src/arm/Kyuafile9
-rw-r--r--src/gns/gnutls_ca.cfg25
2 files changed, 0 insertions, 34 deletions
diff --git a/src/arm/Kyuafile b/src/arm/Kyuafile
deleted file mode 100644
index f97f05e18..000000000
--- a/src/arm/Kyuafile
+++ /dev/null
@@ -1,9 +0,0 @@
1-- Tests for gnunet-arm
2
3syntax(2)
4
5-- name of the test suite
6test_suite('arm')
7
8-- test programs
9atf_test_program{name='atf_tests.sh'}
diff --git a/src/gns/gnutls_ca.cfg b/src/gns/gnutls_ca.cfg
deleted file mode 100644
index f551ae8ab..000000000
--- a/src/gns/gnutls_ca.cfg
+++ /dev/null
@@ -1,25 +0,0 @@
1# This template file specifies that the certificate is a certificate
2# authority that will be used to sign other certificates, and
3# certificate revocations. Set additional properties (e.g. a CRL URI)
4# as appropriate.
5
6# Certificate authority template
7organization = "Example"
8cn = "Your CA name here"
9expiration_days = 3650
10
11# This CA can not issue subsidiary CAs
12path_len = 0
13
14# Is a CA
15ca
16
17# Signs certificates and certificate revocation lists
18cert_signing_key
19crl_signing_key
20
21# Name constraints (recommended); new in GnuTLS 3.3.x
22# Setting this will allow this CA to only issue
23# certificates for this domain
24nc_permit_dns = "example.com"
25#nc_exclude_dns = "test.example.com"