tnc-ifmap.conf 835 B

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