tnc-ifmap.opt 791 B

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