sample.config: use new paths

This commit is contained in:
Nikos Mavrogiannopoulos
2016-06-17 11:07:32 +02:00
parent cbc4dde44b
commit f2bef25cdc

View File

@@ -108,8 +108,8 @@ socket-file = /var/run/ocserv-socket
#
# There may be multiple server-cert and server-key directives,
# but each key should correspond to the preceding certificate.
server-cert = ../tests/server-cert.pem
server-key = ../tests/server-key.pem
server-cert = ../tests/certs/server-cert.pem
server-key = ../tests/certs/server-key.pem
# Diffie-Hellman parameters. Only needed if you require support
# for the DHE ciphersuites (by default this server supports ECDHE).
@@ -135,7 +135,7 @@ server-key = ../tests/server-key.pem
# The Certificate Authority that will be used to verify
# client certificates (public keys) if certificate authentication
# is set.
ca-cert = ../tests/ca.pem
ca-cert = ../tests/certs/ca.pem
### All configuration options below this line are reloaded on a SIGHUP.