Skip to content

Commit 582029e

Browse files
committed
fixed #152, updated help instructions on installing combined certificate chain
1 parent 060a2d4 commit 582029e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

index.html

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -660,8 +660,9 @@ <h2>Step 5: Install Certificate (<span id="step5_pending">waiting...</span>)</h2
660660
Nginx installation instructions:<br/>
661661
<ol>
662662
<li>
663-
Copy and paste both the below domain certificate and the below
664-
intermediate certificate into the same text file called "chained.pem".
663+
Copy and paste the below certificates (the text contains
664+
both your domain certificate and intermediate certificate)
665+
into a text file called "chained.pem".
665666
</li>
666667
<li>
667668
If not done already, generate non-default dhparams.<br/>
@@ -705,10 +706,14 @@ <h2>Step 5: Install Certificate (<span id="step5_pending">waiting...</span>)</h2
705706
Apache installation instructions:<br/>
706707
<ol>
707708
<li>
708-
Copy and paste the below domain certificate into file "domain.crt".
709+
Copy and paste the first certificate section (e.g. the first
710+
"-----BEGIN CERTIFICATE-----" section) into a text file
711+
named "domain.crt".
709712
</li>
710713
<li>
711-
Copy and paste the below intermediate certificate into file "intermediate.pem".
714+
Copy and paste the second certificate section (e.g. the second
715+
"-----BEGIN CERTIFICATE-----" section) into a text file
716+
named "intermediate.pem".
712717
</li>
713718
<li>
714719
Copy "domain.crt" and "intermediate.pem" to /etc/ssl/certs/.<br/>

0 commit comments

Comments
 (0)