diff --git a/modules/tls/README b/modules/tls/README index d01a43b6cb2..4898190c03f 100644 --- a/modules/tls/README +++ b/modules/tls/README @@ -398,7 +398,7 @@ Creating CA certificate cd ca 2. create ca directory structure and files (see ca(1)) - mkdir demoCA #default CA name, edit /etc/ss/openssl.cnf + mkdir demoCA #default CA name, edit /etc/ssl/openssl.cnf mkdir demoCA/private mkdir demoCA/newcerts touch demoCA/index.txt @@ -1294,3 +1294,6 @@ modparam("tls", "config", "/usr/local/etc/kamailio/tls.cfg") The code is currently maintained by Andrei Pelinescu-Onciul . + + Install does not generate self-signed certificates by default anymore. + In order to generate them now you should do "make install-tls-cert"