Added configuration options for PIN files.

This commit is contained in:
Nikos Mavrogiannopoulos
2013-02-18 22:24:00 +01:00
parent 6ddb1ff631
commit 628877881d
8 changed files with 97 additions and 14 deletions

View File

@@ -1,8 +1,8 @@
.TH ocserv 1 "16 Feb 2013" "0.0.1" "User Commands"
.TH ocserv 1 "18 Feb 2013" "0.0.1" "User Commands"
.\"
.\" DO NOT EDIT THIS FILE (ocserv-args.man)
.\"
.\" It has been AutoGen-ed February 16, 2013 at 06:46:07 PM by AutoGen 5.16
.\" It has been AutoGen-ed February 18, 2013 at 10:23:45 PM by AutoGen 5.16
.\" From the definitions ../src/ocserv-args.def.tmp
.\" and the template file agman-cmd.tpl
.\"
@@ -191,6 +191,12 @@ try\-mtu\-discovery = false
server\-cert = /path/to/cert.pem
server\-key = /path/to/key.pem
.sp
# In case PKCS #11 tokens or TPM are used the PINs have to be available
# in files. The srk\-pin\-file is applicable to TPM keys only (It's the storage
# root key).
.in -file = /path/to/pin.txt
#srk\-pin\-file = /path/to/srkpin.txt
.sp
# The Certificate Authority that will be used
# to verify clients if certificate authentication
# is set.