Module: kamailio Branch: master Commit: a5245d5c44cd49a699caa94f844dfb128a8d9764 URL: https://github.com/kamailio/kamailio/commit/a5245d5c44cd49a699caa94f844dfb12...
Author: Sebastian Thörn sebastian.thorn@loxytel.se Committer: Sebastian Thörn sebastian.thorn@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/a5245d5c44cd49a699caa94f844dfb12... Patch: https://github.com/kamailio/kamailio/commit/a5245d5c44cd49a699caa94f844dfb12...
---
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