added dh-params option into sample file

This commit is contained in:
Nikos Mavrogiannopoulos
2013-03-23 09:48:06 +01:00
parent 4f49779015
commit 6da505a0a1

View File

@@ -50,6 +50,12 @@ try-mtu-discovery = false
server-cert = ../test-cert.pem
server-key = ../test-key.pem
# Diffie-Hellman parameters. Only needed if you require support
# for the DHE ciphersuites (by default this server supports ECDHE).
# Can be generated using:
# certtool --generate-dh-params --outfile /path/to/dh.pem
dh-params = dh.pem
# In case PKCS #11 or TPM keys are used the PINs should be available
# in files. The srk-pin-file is applicable to TPM keys only (It's the storage
# root key).