Ordina per: Data /
Titolo /
URL
- The First Few Milliseconds of an HTTPS Connection
- via MD
- 2009-06-16 to https, letture, ssl, web by lorello
- Apache2, WebDAV, SSL and MySQL: Life In The Fast Lane LG #131
- As part of my work I had to set up an upload/download site for our customers with the following brief: * Part of the Web site would have to be accessible by anybody * Another part of the Web site would need authentication in order to download software, patches, etc... * Some of the customers should be allowed to upload files on the Web site - but within a set quota. * Uploading, downloading and managing the Web site content would have to be easy - and it was decided that it would have to be done via HTTP for several reasons: 1) in some organizations FTP isn't always allowed and active FTP can sometime cause a problem with firewalls. 2) using SFTP or SSH to manage the site would require specialized client software. We chose to use WebDAV with a patched version of the Apache 2 WebDAV module, since we needed quota functionality. Additionally, all the WebDAV traffic and authentication was to be done via HTTPS. This was required because Windows XP clients simply refuse authentication of a WebDAV directory, and in any case has the benefit of making the management of the site far more secure regardless of the WebDAV client and platform used. One thing to bear in mind is that I had to use Apache 2 instead of Apache 1.3.x as there is no WebDAV patch for Apache 1.3.x. The following article will explain how to set up and configure Apache 2, HTTPS, WebDAV. In addition, it will demonstrate how to recompile the WebDAV module to support quota and how to use MySQL to provide authentication and give arbitrary access control to the various part of the site.
- 2008-06-24 to apache, dav, groupware, howto, letture, mod_dav, mysql, ssl, webdav by lorello
- ISPConfig and SSL Certificates - HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials
- cacaert.org
- 2007-03-06 to howto, ispconfig, letture, ssl by lorello
- Postfix, TLS and how to change the certificate - HowtoForge Forums | HowtoForge - Linux Howtos and Tutorials
- how do I replace the generic certificate with one I created myself?
- 2006-07-21 to letture, postfix, server, ssl by lorello
- ISPConfig rigenerare certificati SSL
- openssl genrsa -des3 -passout pass:yourpassword -out /root/ispconfig/httpd/conf/ssl.key/server.key2 1024
openssl req -new -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.csr/server.csr -days 365
openssl req -x509 -passin pass:yourpassword -passout pass:yourpassword -key /root/ispconfig/httpd/conf/ssl.key/server.key2 -in /root/ispconfig/httpd/conf/ssl.csr/server.csr -out /root/ispconfig/httpd/conf/ssl.crt/server.crt -days 365
openssl rsa -passin pass:yourpassword -in /root/ispconfig/httpd/conf/ssl.key/server.key2 -out /root/ispconfig/httpd/conf/ssl.key/server.key
chmod 400 /root/ispconfig/httpd/conf/ssl.key/server.key
- 2006-06-06 to ispconfig, server, ssl by lorello
Precedente / Seguente / Pagina 1 di 1