small update

This commit is contained in:
Nikos Mavrogiannopoulos
2013-02-20 21:26:24 +01:00
parent bbca1c2736
commit b16690b8ca
4 changed files with 9 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
.\"
.\" DO NOT EDIT THIS FILE (ocserv-args.man)
.\"
.\" It has been AutoGen-ed February 20, 2013 at 09:23:10 PM by AutoGen 5.16
.\" It has been AutoGen-ed February 20, 2013 at 09:26:16 PM by AutoGen 5.16
.\" From the definitions ../src/ocserv-args.def.tmp
.\" and the template file agman-cmd.tpl
.\"
@@ -195,9 +195,9 @@ server\-cert = /path/to/cert.pem
server\-key = /path/to/key.pem
.sp
# 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).
.in -file = /path/to/pin.txt
# in files. The srk\-pin\-file is applicable to TPM keys only, and is the
# storage root key.
#pin\-file = /path/to/pin.txt
#srk\-pin\-file = /path/to/srkpin.txt
.sp
# The Certificate Authority that will be used

View File

@@ -2,7 +2,7 @@
*
* DO NOT EDIT THIS FILE (ocserv-args.c)
*
* It has been AutoGen-ed February 20, 2013 at 09:23:08 PM by AutoGen 5.16
* It has been AutoGen-ed February 20, 2013 at 09:26:14 PM by AutoGen 5.16
* From the definitions ocserv-args.def
* and the template file options
*

View File

@@ -111,9 +111,9 @@ server-cert = /path/to/cert.pem
server-key = /path/to/key.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).
pin-file = /path/to/pin.txt
# in files. The srk-pin-file is applicable to TPM keys only, and is the
# storage root key.
#pin-file = /path/to/pin.txt
#srk-pin-file = /path/to/srkpin.txt
# The Certificate Authority that will be used

View File

@@ -2,7 +2,7 @@
*
* DO NOT EDIT THIS FILE (ocserv-args.h)
*
* It has been AutoGen-ed February 20, 2013 at 09:23:08 PM by AutoGen 5.16
* It has been AutoGen-ed February 20, 2013 at 09:26:14 PM by AutoGen 5.16
* From the definitions ocserv-args.def
* and the template file options
*