Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread Bruno Teixeira
Free of charge? Self signed! Of course the "this isn't a truste CA" warning will popup. Take care [EMAIL PROTECTED] wrote: > Hello, > > So, which type of SSL ( free of charge ) is suitable for us ? > Or just use the tools of ssl.ca-0.1.tar.gz for create the key under the > Web Service ? > > Edw

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread edwardspl
Hello, So, which type of SSL ( free of charge ) is suitable for us ? Or just use the tools of ssl.ca-0.1.tar.gz for create the key under the Web Service ? Edward. Bruno Teixeira wrote: > The second one is to create a separate CA and have it sign your > certificate. You will need the "SSLCertifi

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread Bruno Teixeira
The second one is to create a separate CA and have it sign your certificate. You will need the "SSLCertificateChainFile" directive. Just follow the sef-signed howto for tests and later, if you create a certifica at a certified CA, add the SSLCertificateChainFile directive. [EMAIL PROTECTED] w

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread edwardspl
Hello, What different between ( self-signed SSL Certificate for testing purposes ) <#selfcert>and ( create and use my own Certificate Authority ) ? <#ownca> Edward. Bruno Teixeira wrote: > Hi, > > http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert > > [EMAIL PROTECTED] wrote: > >> Hello

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread Bruno Teixeira
Hi, http://httpd.apache.org/docs/2.0/ssl/ssl_faq.html#selfcert [EMAIL PROTECTED] wrote: Hello Bruno, Can we create a self-signed SSL Certificate for testing purposes by using the following ( tools ) ? http://www.openssl.org/contrib/ssl.ca-0.1.tar.gz Edward. Bruno Teixeira wrote: Edward,

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread Bruno Teixeira
Hi, SSLCertificateFile and SSLCertificateKeyFile are for your certificate and key - they can be self signed or signed by a CA. If they are signed by a CA, you shoud use the SSLCertificateChainFile directive for the root and possibly the intermidiate certificate. You should check out the manual: h

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread edwardspl
Hello Bruno, Can we create a self-signed SSL Certificate for testing purposes by using the following ( tools ) ? http://www.openssl.org/contrib/ssl.ca-0.1.tar.gz Edward. Bruno Teixeira wrote: > Edward, > > the SSLCertificateChainFile directive should indicate a file with both > the root and int

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread edwardspl
Hello Bruno, So...what is the CA come from the Web ? SSLCertificateFile /etc/pki/tls/certs/localhost.crt SSLCertificateKeyFile /etc/pki/tls/private/localhost.key Is it a sample of Root CA ? Edward. Bruno Teixeira wrote: > Edward, > > the SSLCertificateChainFile directive should indicate a fil

Re: [EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread Bruno Teixeira
Edward, the SSLCertificateChainFile directive should indicate a file with both the root and intermediate certificates. http://certs.ipsca.com/support Take care. Bruno Teixeira [EMAIL PROTECTED] wrote: Original Message Subject:Root CA ( SSL ) of Web Service Date:

[EMAIL PROTECTED] [Fwd: Root CA ( SSL ) of Web Service]

2007-02-21 Thread edwardspl
Original Message Subject:Root CA ( SSL ) of Web Service Date: Wed, 21 Feb 2007 18:11:51 +0800 From: [EMAIL PROTECTED] Reply-To: For users of Fedora <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] <[EMAIL PROTECTED]> Dear All, For apache 2.x, which command Syn