04-14-2023, 10:12 PM
HI ,
this article is how to configure ehcp and ssl certificate (verisign)
on ubuntu 9.04.
First you shuld configure ehcp >gui>options>fix apache configuration with ssl
2nd go with ssh to web server /etc/ssl/certc/and backup sever.crt to server.org.crt make new file server.crt and paste file that you got from verisign .
3rd go to /etc/ssl/private/and edit server.key
4th put intermediate.crt in /etc/ssl/certs/
5th edit /var/www/new/ehcp/etc/apache2_ssl ,add this:
SSLEngine On
SSLCertificateFile /etc/ssl/certs/server.crt
SSSCertificateKeyFile /etc/ssl/private/server.key
SSLCACertifikateFile /etc/ssl/certs/intermediate.crt
6th edit /var/www/new/ehcp/apachetemplate
<VirtualHost {webserverip}:80> <VirtualHost x.x.x.x:80>
<VirtualHost {webserverip}:443> <VirtualHost x.x.x.x:443>
7th /etc/init.d/apache2 stop
8th /etc/init.d/apache2 start
And thats it
Restored from old drupal forum, for user uid:3816 username:zvule
You may reset your password to access your new account here.
this article is how to configure ehcp and ssl certificate (verisign)
on ubuntu 9.04.
First you shuld configure ehcp >gui>options>fix apache configuration with ssl
2nd go with ssh to web server /etc/ssl/certc/and backup sever.crt to server.org.crt make new file server.crt and paste file that you got from verisign .
3rd go to /etc/ssl/private/and edit server.key
4th put intermediate.crt in /etc/ssl/certs/
5th edit /var/www/new/ehcp/etc/apache2_ssl ,add this:
SSLEngine On
SSLCertificateFile /etc/ssl/certs/server.crt
SSSCertificateKeyFile /etc/ssl/private/server.key
SSLCACertifikateFile /etc/ssl/certs/intermediate.crt
6th edit /var/www/new/ehcp/apachetemplate
<VirtualHost {webserverip}:80> <VirtualHost x.x.x.x:80>
<VirtualHost {webserverip}:443> <VirtualHost x.x.x.x:443>
7th /etc/init.d/apache2 stop
8th /etc/init.d/apache2 start
And thats it
Restored from old drupal forum, for user uid:3816 username:zvule
You may reset your password to access your new account here.