Advertisement
Guest User

Untitled

a guest
Nov 9th, 2017
143
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.96 KB | None | 0 0
  1. home_server tls {
  2. ipaddr = example.home.server.com
  3. port = 2083
  4. type = auth
  5. secret = radsec
  6. proto = tcp
  7. status_check = none
  8. response_window = 20
  9. response_timeouts = 1
  10. zombie_period = 10
  11. revive_interval = 20
  12. check_interval = 15
  13. check_timeout = 4
  14. num_answers_to_alive = 3
  15.  
  16. tls {
  17. fragment_size = 8192
  18.  
  19. cipher_list = "ECDHE-RSA-AES128-GCM-SHA256:ECDHE-ECDSA-AES128-GCM-SHA256:ECDHE-RSA-AES128-SHA256:ECDHE-ECDSA-AES128-SHA256:ECDHE-RSA-AES128-SHA:ECDHE-ECDSA-AES128-SHA:ECDHE-RSA-AES256-GCM- SHA384:ECDHE-ECDSA-AES256-GCM-SHA384:ECDHE-RSA-AES256-SHA384:ECDHE-ECDSA-AES256-SHA384:ECDHE-RSA-AES256-SHA:ECDHE-ECDSA-AES256-SHA"
  20.  
  21. # Inclui arquivo com configuração global de TLS, vale tanto pra EAP quanto para RadSec
  22. $INCLUDE ../tls-global.conf
  23. }
  24.  
  25. limit {
  26. max_connections = 16
  27. lifetime = 30
  28. idle_timeout = 300
  29. }
  30. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement