Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 6995 invoked from network); 5 Jan 2007 19:54:54 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Jan 2007 19:54:54 -0000 Received: (qmail 32547 invoked by uid 500); 5 Jan 2007 19:54:50 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 32528 invoked by uid 500); 5 Jan 2007 19:54:50 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 32517 invoked by uid 99); 5 Jan 2007 19:54:50 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2007 11:54:50 -0800 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of RHendrix@baldor.com designates 70.182.107.17 as permitted sender) Received: from [70.182.107.17] (HELO mail0.baldor.com) (70.182.107.17) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 05 Jan 2007 11:54:41 -0800 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C73103.4A01A9C7" X-MimeOLE: Produced By Microsoft Exchange V6.0.6603.0 Date: Fri, 5 Jan 2007 13:54:19 -0600 Message-ID: X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Verisign signatures with Apache server Thread-Index: Accw/co7APHtksJ9Tz6utI8IntW8mQABBA7Q From: "Roger Hendrix at Baldor-IS" To: X-Virus-Checked: Checked by ClamAV on apache.org Subject: RE: [users@httpd] Verisign signatures with Apache server ------_=_NextPart_001_01C73103.4A01A9C7 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Nancy: =20 You need to go the Verisign web site, find the pages that define the = types of certificates, decide which type you want to use, then follow = the instructions for generating the certificate files. =20 On completing this process you should have three (3) files like the = following example: =20 (name).crt =3D> certificate file (name).key =3D> key file (name).csr =3D> certificate chain file =20 =20 (name) is a name of you choosing that matches the URL that apache = server is serving. =20 =20 You will need to move these files to a folder on the computer on which = the Apache server is running. =20 You will then need to modify the apache configuration file containing = the virtual host definition to contain the following entries: =20 SSLEngine On SSLProtocol All SSLCipherSuite HIGH:MEDIUM =20 SSLCertificateFile (folder location)/(name).crt SSLCertificateKeyFile (folder location)/(name).key SSLCertificateChainFile (folder location)/(name).csr =20 =20 The final step will be to restart the apache server. =20 Good Luck. =20 =20 Roger Hendrix=20 Information Services=20 Baldor Electric Co.=20 -----Original Message----- From: Booterbaugh, Nancy [mailto:nbooterbaugh@Elemica.com] Sent: Friday, January 05, 2007 1:15 PM To: users@httpd.apache.org Subject: [users@httpd] Verisign signatures with Apache server This is my first posting. I don't know much about this server, so = please be patient.=20 My company has an Apache server which is used to send and receive AS2 = messages. The server was set up with a virtual host to allow both = inbound and outbound processing on the same instance. The server was originally set up with self-signed certificates and is = working fine. However, now we have a requirement from our users to = replace with Verisign certificates. Can the Apache server be set up to = use Verisign certificates? If so, how can this be done? Thanks for your help!=20 ------_=_NextPart_001_01C73103.4A01A9C7 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Verisign signatures with Apache server
Nancy:
 
You need to=20 go the Verisign web site, find the pages that define the types of = certificates,=20 decide which type you want to use, then follow the instructions for = generating=20 the certificate files.
 
On=20 completing this process you should have three (3) files like the = following=20 example:
 
    = (name).crt    =3D>=20 certificate file
    (name).key  =3D> = key=20 file
    (name).csr   = =3D>=20 certificate chain file
 
 
    (name)  is a name of = you=20 choosing that matches the URL that apache server is=20 serving.
 
 
You will=20 need to move these files to a folder on the computer on which the Apache = server=20 is running.
 
You will=20 then need to modify the apache configuration file containing the virtual = host=20 definition to contain the following = entries:
 
    SSLEngine=20 On
    SSLProtocol=20 All
    SSLCipherSuite=20 HIGH:MEDIUM
 
   =20 SSLCertificateFile         &= nbsp; =20 (folder location)/(name).crt
   =20 SSLCertificateKeyFile      (folder=20 location)/(name).key
    = SSLCertificateChainFile  =20 (folder location)/(name).csr
 
 
The final=20 step will be to restart the apache server.
 
Good=20 Luck. 
 
Roger Hendrix =
Information Services
Baldor Electric Co.
-----Original=20 Message-----
From: Booterbaugh, Nancy=20 [mailto:nbooterbaugh@Elemica.com]
Sent: Friday, January 05, = 2007 1:15=20 PM
To: users@httpd.apache.org
Subject: [users@httpd] = Verisign signatures with Apache server

This is my first posting.  I don't = know much=20 about this server, so please be patient.

My company has an Apache server which is = used to send=20 and receive AS2 messages.  The server was set up with a virtual = host to=20 allow both inbound and outbound processing on the same = instance.

The server was originally set up with = self-signed=20 certificates and is working fine.  However, now we have a = requirement from=20 our users to replace with Verisign certificates.  Can the Apache = server be=20 set up to use Verisign certificates?  If so, how can this be=20 done?

Thanks for your help! =

------_=_NextPart_001_01C73103.4A01A9C7--