|
[ Getting
Started ] [ Server
Help ] [ Add
on Help ] [ Solution
] [ Trouble Shooting ]
PLEASE NOTE, THIS IS VERY OLD ARCHIVE
INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS
Installing a Digital Certificate on Your Virtual Server
Our customized Apache Web Server
makes it possible for you to install your own Digital Certificate. This
provides you with additional power to customize your own Virtual Server to
meet your specific needs.
To install your own digital certificate,
connect to your Virtual Server via
Telnet or SSH and
do the following.
- Place the signed SSL certificate on your Virtual Server in the
~/etc directory with the filename as ssl.cert.
- Place the proper private key for the certificate in ~/etc
directory with the filename as ssl.pk.
|
NOTE:
The key you need for this is the private key that is created when the CSR
was generated. If we generated your CSR you'll need to contact
pgpkeys@stormerhosting.com
and request the private key for your domain. If it was generated
elsewhere, you will need to get the private key there.
|
- Remove any encryption on your private key. Use the command that
matches your Virtual Server O/S:
FreeBSD
% openssl rsa -in ssl.pk -out ssl.pk
BSD/OS
% ssleay rsa -in ssl.pk -out ssl.pk
|
NOTE: If your Virtual Server was ordered after Nov 22, 1999, you are likely
running FreeBSD. To find out which O/S your Virtual Server is running, use the
uname command:
% uname
If your Virtual Server is not already running FreeBSD,
Upgrade to a New FreeBSD Virtual Server
today!
|
- Restart your Apache Web Server:
% restart_apache
If you need further assistance or have any questions about the instructions above,
feel free to contact our Digital Certificate Staff.
PLEASE NOTE, THIS IS OLD ARCHIVE
INFORMATION AND MAY NOT FUNCTION ON NEW SERVERS
|