Module: kamailio
Branch: master
Commit: a5245d5c44cd49a699caa94f844dfb128a8d9764
URL:
https://github.com/kamailio/kamailio/commit/a5245d5c44cd49a699caa94f844dfb1…
Author: Sebastian Thörn <sebastian.thorn(a)loxytel.se>
Committer: Sebastian Thörn <sebastian.thorn(a)loxytel.se>
Date: 2015-03-04T17:16:22+01:00
Fixed path ss -> ssl
---
Modified: modules/tls/doc/certs_howto.xml
---
Diff:
https://github.com/kamailio/kamailio/commit/a5245d5c44cd49a699caa94f844dfb1…
Patch:
https://github.com/kamailio/kamailio/commit/a5245d5c44cd49a699caa94f844dfb1…
---
diff --git a/modules/tls/doc/certs_howto.xml b/modules/tls/doc/certs_howto.xml
index 651491f..b3272e9 100644
--- a/modules/tls/doc/certs_howto.xml
+++ b/modules/tls/doc/certs_howto.xml
@@ -68,7 +68,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