Annotation of embedaddon/strongswan/conf/plugins/tnc-ifmap.conf, revision 1.1
1.1 ! misho 1: tnc-ifmap {
! 2:
! 3: # Path to X.509 certificate file of IF-MAP client.
! 4: # client_cert =
! 5:
! 6: # Path to private key file of IF-MAP client.
! 7: # client_key =
! 8:
! 9: # Unique name of strongSwan server as a PEP and/or PDP device.
! 10: # device_name =
! 11:
! 12: # Whether to load the plugin. Can also be an integer to increase the
! 13: # priority of this plugin.
! 14: load = yes
! 15:
! 16: # Interval in seconds between periodic IF-MAP RenewSession requests.
! 17: # renew_session_interval = 150
! 18:
! 19: # Path to X.509 certificate file of IF-MAP server.
! 20: # server_cert =
! 21:
! 22: # URI of the form [https://]servername[:port][/path].
! 23: # server_uri = https://localhost:8444/imap
! 24:
! 25: # Credentials of IF-MAP client of the form username:password. If set, make
! 26: # sure to adjust the permissions of the config file accordingly.
! 27: # username_password =
! 28:
! 29: }
! 30:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>