Annotation of embedaddon/strongswan/conf/plugins/tnc-ifmap.opt, revision 1.1.1.1

1.1       misho       1: charon.plugins.tnc-ifmap.client_cert =
                      2:        Path to X.509 certificate file of IF-MAP client.
                      3: 
                      4: charon.plugins.tnc-ifmap.client_key =
                      5:        Path to private key file of IF-MAP client.
                      6: 
                      7: charon.plugins.tnc-ifmap.device_name =
                      8:        Unique name of strongSwan server as a PEP and/or PDP device.
                      9: 
                     10: charon.plugins.tnc-ifmap.renew_session_interval = 150
                     11:        Interval in seconds between periodic IF-MAP RenewSession requests.
                     12: 
                     13: charon.plugins.tnc-ifmap.server_uri = https://localhost:8444/imap
                     14:        URI of the form [https://]servername[:port][/path].
                     15: 
                     16: charon.plugins.tnc-ifmap.server_cert =
                     17:        Path to X.509 certificate file of IF-MAP server.
                     18: 
                     19: charon.plugins.tnc-ifmap.username_password =
                     20:        Credentials of IF-MAP client of the form username:password. If set, make
                     21:        sure to adjust the permissions of the config file accordingly.

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>