|
@@ -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
|
|
|
<[email protected]>.
|
|
|
+
|
|
|
+ Install does not generate self-signed certificates by default anymore.
|
|
|
+ In order to generate them now you should do "make install-tls-cert"
|