README 993 B

12345678910111213141516171819202122
  1. Kamailio example CA
  2. ===================
  3. This directory contains an already generated TLS certificate that can be
  4. used in your Kamailio configuration. It's a generic certificate with the
  5. main purpose of serving as example and for testings.
  6. IMPORTANT: it's not a trustable certificate - the CA is also an example.
  7. All TLS configuration files may be found in "user" directory. If you want to
  8. generate your own certificate, you may find in the "rootCA" directory the
  9. root CA to sign your request with. Use "kamctl tls userCERT" command to
  10. create a new certificate; the rootCA password is "openser".
  11. What is the purpose of these default CA and certificate? First to make an
  12. out-of-the box TLS configuration for users not so familiar with SSL/TLS.
  13. Second, to give access to the same CA root to a large community in order to
  14. encourage testings and interconnections via TLS with minimum of troubles.
  15. For any questions, please address to :
  16. [email protected] (public mailing list)