-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL_INSTRUCTIONS.en.txt
29 lines (20 loc) · 1.12 KB
/
INSTALL_INSTRUCTIONS.en.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Installation Instructions for Apache
====================================
To correctly install your certificate, it is important to
configure the server to use the intermediate DigiCertCA.crt
file in addition to star_mtn_co_rw.crt.
Our online Apache installation guide is available here:
https://www.digicert.com/csr-ssl-installation/apache-openssl.htm#ssl_certificate_install
A typical Apache installation will involve configuration lines
like these in your <VirtualHost *:443> block:
SSLCertificateFile /your/path/to/star_mtn_co_rw.crt
SSLCertificateKeyFile /your/path/to/star_mtn_co_rw.key
SSLCertificateChainFile /your/path/to/DigiCertCA.crt
(The star_mtn_co_rw.key file refers to the private key which only you
control. It was likely generated in the same place where your
CSR was created on the day this certificate was ordered.)
After installing your certificate, you can verify that it is
correctly installed by using our Certificate Testing tool:
https://www.digicert.com/help/
If you are having difficulty installing your certificate, please
contact our friendly support team for more assistance.