Skip to content

Commit f57c571

Browse files
committed
Fixing images in NodeJS SSL Certificate blog
1 parent 75c2683 commit f57c571

4 files changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Configuring SSL Certificates with nodejs"
33
author_name: "Edison Garcia"
4-
tags:
4+
categories:
55
- Nodejs
66
- Azure VM
77
- Express
@@ -31,13 +31,13 @@ openssl req -new -newkey rsa:2048 -nodes -keyout yourdomainname.key -out yourdom
3131
3. Once the .csr is generated, you can open this file and copy the content and go your SSL certificate provider and find the CSR part to paste it. In some SSL providers you need to setup the common name in their website as well.
3232

3333
In this example I am using GoDaddy since I have one already there.
34-
![GoDaddyCSR](/media/2020/02/edisga-godaddy-csr.png)
34+
![csr](/media/2020/02/edisga-godaddycsr.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-
[GoDaddyDownloadSSL](/media/2020/02/edisga-godaddy-downloadssl.png)
37+
![ssl](/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-
[GoDaddySSLStructure](/media/2020/02/edisga-godaddy-sslstructure.png)
40+
![structure](/media/2020/02/edisga-godaddy-structure.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

media/2020/02/edisga-godaddy-csr.png

-266 KB
Binary file not shown.
75.3 KB
Loading

media/2020/02/edisga-godaddycsr.png

288 KB
Loading

0 commit comments

Comments
 (0)