Advertisement
Guest User

Untitled

a guest
Jan 4th, 2013
113
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. # $Id$
  2. #
  3. # Example SER TLS Configuration File
  4. #
  5. [server:default]
  6. method = TLSv1
  7. verify_certificate = no
  8. require_certificate = yes
  9. private_key = /etc/kamailio/localsrv.key
  10. certificate = /etc/kamailio/localsrv.crt
  11. ca_list = /etc/kamailio/remotesrv.crt
  12. #crl = //etc/kamailio/crl.pem
  13.  
  14. [client:default]
  15. verify_certificate = no
  16. require_certificate = no
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement