Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blacknon committed May 11, 2019
1 parent c473d54 commit ad22160
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,18 @@ example:
key = "/path/to/private_key"
note = "Key Auth Server"

[server.CertAuth_ServerName]
addr = "192.168.100.101"
user = "test-user" # user change
cert = "/path/to/cert"
certkey = "/path/to/private_key"
note = "Cert Auth Server"

[server.AuthPkcs11_ServerName]
addr = "192.168.100.101"
pkcs11provider = "/usr/local/lib/opensc-pkcs11.so"
pkcs11pin = "123456" # option: pkcs11 pin code
note = "Password Auth Server"
note = "PKCS11 Auth Server"

[server.LocalCommand_ServerName]
addr = "192.168.100.103"
Expand Down

0 comments on commit ad22160

Please sign in to comment.