tests: modified cwrap tests to run from different builddir

This commit is contained in:
Nikos Mavrogiannopoulos
2015-11-19 14:30:48 +01:00
parent ba44c2a6c1
commit e91a56117b
18 changed files with 80 additions and 67 deletions

View File

@@ -2,7 +2,7 @@
# all should succeed.
# Options: certificate, pam.
auth = "certificate"
#auth = "plain[./test1.passwd]"
#auth = "plain[@SRCDIR@/test1.passwd]"
#auth = "pam"
# A banner to be displayed on clients
@@ -45,8 +45,8 @@ try-mtu-discovery = false
#
# There may be multiple certificate and key pairs and each key
# should correspond to the preceding certificate.
server-cert = ./server-cert.pem
server-key = ./server-key.pem
server-cert = @SRCDIR@/server-cert.pem
server-key = @SRCDIR@/server-key.pem
# Diffie-Hellman parameters. Only needed if you require support
# for the DHE ciphersuites (by default this server supports ECDHE).
@@ -72,7 +72,7 @@ server-key = ./server-key.pem
# The Certificate Authority that will be used
# to verify clients if certificate authentication
# is set.
ca-cert = ./ca.pem
ca-cert = @SRCDIR@/ca.pem
# The object identifier that will be used to read the user ID in the client certificate.
# The object identifier should be part of the certificate's DN