Features/Transfer to many options: Difference between revisions
No edit summary |
No edit summary |
||
| Line 19: | Line 19: | ||
<code>sudo openssl req -new -newkey rsa:1024 -days 365 -nodes -x509 -keyout ssl.key -out ssl.crt</code></del> | <code>sudo openssl req -new -newkey rsa:1024 -days 365 -nodes -x509 -keyout ssl.key -out ssl.crt</code></del> | ||
** Configure </del>"/etc/httpd/conf.d/ssl.conf"</del> "/etc/httpd/conf/httpd.conf" to setup the WebDAV share. Sample file : [[media:httpd.conf]] | ** Configure </del>"/etc/httpd/conf.d/ssl.conf"</del> "/etc/httpd/conf/httpd.conf" to setup the WebDAV share. Sample file : [[media:httpd.conf]] | ||
*** < | *** <del>Firstly, this sets up the paths "SSLCertificateFile" and "SSLCertificateKeyFile", which are required for HTTPS over SSL.</del> | ||
*** < | *** <del>Secondly</del>This sets up "/var/www/web1/web" as the "webdav" folder. In other words, whetever entries are present in this folder, will be made available for the client XOs. | ||
** < | ** <del>Generate authentication file for the webdav folder. These user-password credentials will be asked whenever a client tries to access the webdav folder. For example, the following list of commands sets "test" as the user, and "olpc" as the password. | ||
<code>sudo htpasswd -c /var/www/web1/passwd.dav test | <code>sudo htpasswd -c /var/www/web1/passwd.dav test | ||
New password: <olpc> | New password: <olpc> | ||
| Line 31: | Line 31: | ||
* '''[User-Workflow] Exporting Data to WebDav, on a server XO.''' | * '''[User-Workflow] Exporting Data to WebDav, on a server XO.''' | ||
** < | ** <del>Sascha's JournalToWebDAV workflow. | ||
*** step 1 | *** step 1 | ||
*** step 2 | *** step 2 | ||