Module: kamailio Branch: master Commit: ec11b9ff061f6ac9a90abcf222cc1dccd9e116c7 URL: https://github.com/kamailio/kamailio/commit/ec11b9ff061f6ac9a90abcf222cc1dcc...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: 2015-03-04T17:30:47+01:00
Merge pull request #105 from SebastianThorn/master
Fixed path ss -> ssl
---
Modified: modules/tls/doc/certs_howto.xml
---
Diff: https://github.com/kamailio/kamailio/commit/ec11b9ff061f6ac9a90abcf222cc1dcc... Patch: https://github.com/kamailio/kamailio/commit/ec11b9ff061f6ac9a90abcf222cc1dcc...
---
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