[ic] how to update the ssl key

Fred Pope interchange-users@icdevgroup.org
Thu Jul 18 14:14:00 2002


"hi i got a new cert key today and i was wondering how to update it in
interchange ? or on the server somewhere?"

You need to do that in the Webserver configuration file.

Using Apache:

You would have an entry like this in the virtual hosts:

<VirtualHost SOME.IP.ADDRESS:443
	ServerName ...
	DocumentRoot ...
	SSLEngine on
	SSLProtocol all
	SSLCertificateFile /path/of/your/cert/file
	SSLCertificateKeyFile	/path/of/your/key/file
</VirtualHost>

It does not sound as though you know what you are doing, so you may want to
try this on a dev box first since you make take your WS offline by accident
if you do not do it right.

------

    _/_/_/_/ _/_/_/_/  Fred Pope
   _/       _/    _/   Satcom Resources
  _/_/_/   _/_/_/_/    http://www.satcomresources.com
 _/       _/	     mailto:fred@satcomresources.com
_/       _/            (970)-748-3094

> -----Original Message-----
> From: interchange-users-admin@icdevgroup.org
> [mailto:interchange-users-admin@icdevgroup.org]On Behalf Of interch
> Sent: Thursday, July 18, 2002 10:58 AM
> To: interchange-users@icdevgroup.org
> Subject: [ic] how to update the ssl key
>
>
> hi i got a new cert key today and i was wondering how to update it in
> interchange ? or on the server somewhere?
>
> please let me know.
>
>
>
> _______________________________________________
> interchange-users mailing list
> interchange-users@icdevgroup.org
> http://www.icdevgroup.org/mailman/listinfo/interchange-users
>