Skip to content

Commit 7b4b7a1

Browse files
marsonyaTrott
authored andcommitted
doc: fix typo in how-to-create-a-HTTPS-server.md
1 parent ef357d1 commit 7b4b7a1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

locale/en/knowledge/HTTP/servers/how-to-create-a-HTTPS-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ layout: knowledge-post.hbs
1414

1515
To create an HTTPS server, you need two things: an SSL certificate, and built-in `https` Node.js module.
1616

17-
We need to start out with a word about SSL certificates. Speaking generally, there are two kinds of certificates: those signed by a 'Certificate Authority', or CA, and 'self-signed certificates'. A Certificate Authority is a trusted source for an SSL certificate, and using a certificate from a CA allows your users to be trust the identity of your website. In most cases, you would want to use a CA-signed certificate in a production environment - for testing purposes, however, a self-signed certicate will do just fine.
17+
We need to start out with a word about SSL certificates. Speaking generally, there are two kinds of certificates: those signed by a 'Certificate Authority', or CA, and 'self-signed certificates'. A Certificate Authority is a trusted source for an SSL certificate, and using a certificate from a CA allows your users to be trust the identity of your website. In most cases, you would want to use a CA-signed certificate in a production environment - for testing purposes, however, a self-signed certificate will do just fine.
1818

1919
To generate a self-signed certificate, run the following in your shell:
2020

0 commit comments

Comments
 (0)