0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 12:02:28 +02:00
openvpn/sample/sample-plugins/keying-material-exporter-demo/server.ovpn
Daniel Kubec f7ef7522f5 sample-plugin: TLS Keying Material Exporter [RFC-5705] demonstration plug-in
A simple plug-in with a corresponding HTTP server and client which can authenticate
an HTTP user based on the authentication already done via an established OpenVPN
connection

[DS: Renamed the module at commit time from sso to keyingmaterialexporter to
     avoid confusion with other Single-Sign-On solutions.  Updated documentation
     and commits accordingly.  Added --pull to the client config]

Signed-off-by: Daniel Kubec <niel@rtfm.cz>
Signed-off-by: David Sommerseth <davids@redhat.com>
Acked-by: David Sommerseth <davids@redhat.com>
2015-10-10 00:03:07 +02:00

19 lines
328 B
Plaintext

tls-server
reneg-sec 0
keying-material-exporter "EXPORTER_SSO_TEST" 16
duplicate-cn
plugin ./keyingmaterialexporter.so
ca ../../sample-keys/ca.crt
cert ../../sample-keys/server.crt
key ../../sample-keys/server.key
dh ../../sample-keys/dh2048.pem
server 10.8.0.0 255.255.255.0
port 1194
proto udp
dev tun
verb 4