mirror of https://git.tuxpa.in/a/code-server.git
fix: missing word
This commit is contained in:
parent
60937c604e
commit
25c46bea32
|
@ -1,6 +1,6 @@
|
||||||
# Generate a self-signed certificate 🔒
|
# Generate a self-signed certificate 🔒
|
||||||
|
|
||||||
code-server has the ability to secure your connection between client and server using SSL/TSL certificates. By default, the server will start with an unencrypted connection. We recommend Self-signed TLS/SSL certificates for personal of code-server or within an organization.
|
code-server has the ability to secure your connection between client and server using SSL/TSL certificates. By default, the server will start with an unencrypted connection. We recommend Self-signed TLS/SSL certificates for personal use of code-server or within an organization.
|
||||||
|
|
||||||
This guide will show you how to create a self-signed certificate and start code-server using your certificate/key.
|
This guide will show you how to create a self-signed certificate and start code-server using your certificate/key.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue