Skip to content

Commit 2d79677

Browse files
committed
Updating Post - Configuring SSL Certificates with Nodejs
1 parent 12f5440 commit 2d79677

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2020-02-12-configuring-ssl-certificates-with-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ In this example I am using GoDaddy since I have one already there.
3434
![GoDaddyCSR](/media/2020/02/edisga-godaddy-csr.png)
3535

3636
4. After get the ssl certificate, you can download and select the type of servers, try to select other types, we will not use nginx or apache here.
37-
[GoDaddyCSR](/media/2020/02/edisga-godaddy-downloadssl.png)
37+
[GoDaddyDownloadSSL](/media/2020/02/edisga-godaddy-downloadssl.png)
3838

3939
5. Most SSL providers will provide the following structure, where you can have the certificate (.crt) and (pem) and the bundle where is the intermediate certificate used as proxy for root CA.
40-
[GoDaddyCSR](/media/2020/02/edisga-godaddy-sslstructure.png)
40+
[GoDaddySSLStructure](/media/2020/02/edisga-godaddy-sslstructure.png)
4141

4242
6. Copy these files to your app location and you can use the following code, this is just an example , basically you will use the generated key from step 1, the crt and gd(bundle) as a ca:
4343

0 commit comments

Comments
 (0)