I'm sorry, I misread your question. The process for making a cert for apache is similar to the qmailtoaster install
cd /usr/share/ssl/certs/ make cert <answer questions> move this cert to the where apache can read it and/or specify the path to it in the ssl.conf On 1/25/06, Eric Webster <[EMAIL PROTECTED]> wrote: > See step 8 under the toaster install guide: > > http://www.qmailtoaster.com/info/EZ-QmailToaster-Install.txt > > On 1/25/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > When redirection is configured, the browser prompts for a certificate. How > > can I generate my own certificate that can be displayed when my website is > > accessed? > > > > Thanks > > supriyo > > > > > > > > > Depends on your setup. I am using CentOS 4.2 and I did not have to > > > change anything. The toaster and squirrelmail confs were included in > > > the main httpd.conf so they worked in the default ssl.conf. If you > > > have changed your virtual host setup then you will probably have to. > > > If you don't plan on using port 80 at all, just move the includes from > > > the httpd.conf and put them in your main virtual host that will be > > > serving https traffic. > > > > > > On 1/24/06, Alex <[EMAIL PROTECTED]> wrote: > > >> I installed mod_ssl and changed the listen port 80 to 443 in httpd.conf, > > >> what about ssl.conf do I need to change anything there? What about the > > >> toaster.conf and squirrelmail.conf files that get included in > > >> httpd.conf? > > >> > > >> Should those be left the way they are? > > >> > > >> Thanks > > >> > > >> -----Original Message----- > > >> From: Eric Webster [mailto:[EMAIL PROTECTED] > > >> Sent: Tuesday, January 24, 2006 9:29 AM > > >> To: [email protected] > > >> Subject: Re: [qmailtoaster] Instructions for HTTPS instead of HTTP > > >> > > >> Using CentOS / Redhat its just a matter of yum install mod_ssl and > > >> then close port 80 on the box and leave 443 open. > > >> > > >> Or add this to your httpd.conf to redirect all http traffic to https > > >> (uncomment of course) > > >> > > >> # Direct to SSL > > >> # RewriteEngine on > > >> # RewriteCond %{SERVER_PORT} !^443$ > > >> # RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R] > > >> > > >> > > >> On 1/24/06, Alex <[EMAIL PROTECTED]> wrote: > > >> > Does anyone know how to set up qmailadmin/webmail/admin-toaster to use > > >> > https instead of http? I think that could be a very useful option when > > >> > installing qmailtoaster. > > >> > > > >> > I appreciate your help. > > >> > > > >> > > > >> > > > >> > --------------------------------------------------------------------- > > >> > To unsubscribe, e-mail: [EMAIL PROTECTED] > > >> > For additional commands, e-mail: > > >> [EMAIL PROTECTED] > > >> > > > >> > > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > > >> For additional commands, e-mail: [EMAIL PROTECTED] > > >> > > >> > > >> > > >> > > >> > > >> > > >> --------------------------------------------------------------------- > > >> To unsubscribe, e-mail: [EMAIL PROTECTED] > > >> For additional commands, e-mail: [EMAIL PROTECTED] > > >> > > >> > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > -- > > SUPRIYO BANERJEE > > XXXXXXXXXXX > > XXXXXXXXXXX > > XXXXXXXXXXX > > XXXXXXXXXXX > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
