[HowTo] Create your own SSL CA and secure multiple services - Printable Version +- ispCP - Board - Support (http://www.isp-control.net/forum) +-- Forum: ispCP Omega Contributions Area (/forum-40.html) +--- Forum: Howtos (/forum-41.html) +--- Thread: [HowTo] Create your own SSL CA and secure multiple services (/thread-1347.html) |
[HowTo] Create your own SSL CA and secure multiple services - FeG - 09-16-2007 05:22 AM Hi all... I've just posted this HowTo to the ispCP wiki: HowTo - Create your own SSL CA and secure multiple services. It describes the following points: * Creating your own SSL Certification Authority (CA) to sign SSL certificates by yourself * Securing these services with SSL encryption: - apache (ispCP Webinterface, phpMyAdmin, Webmail) - postfix - courier POP/IMAP - ProFTPD Of course, there are mistakes in this HowTo - but I didn't found them already so if you do, please tell me... Greetings FeG RE: [HowTo] Create your own SSL CA and secure multiple services - rsmithgs - 09-16-2007 08:16 AM looks good, will do a run through of it soonish see how it goes RE: [HowTo] Create your own SSL CA and secure multiple services - DaSilva - 04-02-2008 05:59 PM I have finished step 2.2 but it doesn't work. In the ispCP admin panel HTTPS is shown as running and the certificate is displayed too at the first time browsing to my secured domain but there it shows: Quote:Not Found /var/log/apache2/users/ssl.frefel.net-error.log (many of that): Code: [Wed Apr 02 14:32:57 2008] [warn] (9)Bad file descriptor: Failed to acquire SSL session cache lock /etc/apache2/sites-enabled/01_ssl_master.conf looks like this (edited @ with [at]): Code: NameVirtualHost 193.34.68.126:443 Internet Explorer 7 shows [attachment=353] at first and then error 404. What can I do to fix this? Iam using Debian Etch 64. Thanks in advance. RE: [HowTo] Create your own SSL CA and secure multiple services - FeG - 04-03-2008 12:52 AM Hi DaSilva, DaSilva Wrote:I have finished step 2.2 but it doesn't work. Are maybe these lines missing? Code: <IfModule mod_fastcgi.c> In the HowTo I only said "below here, nothing has to be changed", but these lines has to stay there.. Quote:Internet Explorer 7 shows ... This is normal, because IE doesn't know your CA - of course.. you have to install it; if you've fully followed my howto, this link should lead you there: http://yourdomain.com/RootCA.crt Greetings FeG RE: [HowTo] Create your own SSL CA and secure multiple services - DaSilva - 04-03-2008 01:00 AM Thanks for your help. I have misunderstood that comment. That thing with the IE7 looks unprofessional. "Dumb" customers could think the connection is not safe. Other https sites (like my bank) have not this problem. Is it not possible to have SSL support but without that message? Thanks for help! RE: [HowTo] Create your own SSL CA and secure multiple services - Cube - 04-03-2008 01:26 AM You have to buy a certificate at a trusted CA. RE: [HowTo] Create your own SSL CA and secure multiple services - rsmithgs - 04-03-2008 02:06 AM Or get your customers to install the certificate on there machine RE: [HowTo] Create your own SSL CA and secure multiple services - DaSilva - 04-03-2008 04:48 AM How much does that cost? Is there no free version available? RE: [HowTo] Create your own SSL CA and secure multiple services - rsmithgs - 04-03-2008 04:52 AM About £260 a year. Nope, you can generate one yourself but that brings you back to square one unless you distribute the certificate to your clients and ask them to add it to there PC. RE: [HowTo] Create your own SSL CA and secure multiple services - Kika - 04-03-2008 04:54 AM DaSilva Wrote:How much does that cost? https://www.verisign.com/ssl/buy-ssl-certificates/index.html DaSilva Wrote:Is there no free version available? No, there are no free certificate at a trusted CA. |