File tree Expand file tree Collapse file tree 1 file changed +9
-5
lines changed
pages/data-visualization/user-manual Expand file tree Collapse file tree 1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -3,17 +3,21 @@ title: Custom SSL certificates
33description : Use your own SSL certificate to use Memgraph Lab with HTTPS protocol.
44---
55
6- ## Instantiating Memgraph Lab with Custom SSL Certificate
6+ ## Instantiating Memgraph Lab with custom SSL certificate
77
88Memgraph Lab supports using custom SSL certificates, ensuring secure communication over HTTPS. To set up
99SSL on Memgraph Lab you will need to configure a Dockerfile using a valid SSL certificate.
1010
11- ### Options for Generating SSL Certificates
11+ ### Options for generating SSL certificates
12+
13+ There are various options to generate SSL certificates. Check out the steps on
14+ how to do that with [ OpenSSL] ( #openssl ) and [ Let's Encrypt] ( #lets-encrypt ) .
1215
13- You have several options for generating SSL certificates:
1416
1517#### OpenSSL
16- OpenSSL is a widely used tool for generating SSL certificates. You can create a self-signed certificate using the following commands:
18+ [ OpenSSL] ( https://github.com/openssl/openssl ) is a widely used tool for
19+ generating SSL certificates. You can create a self-signed certificate using the
20+ following commands:
1721
18221 . Generate a private key:
1923 ``` bash
@@ -69,7 +73,7 @@ COPY ssl/ ./myssl/
6973EXPOSE 3000
7074```
7175
72- #### Building and Running the Docker Container
76+ #### Building and running the Docker container
7377
74781 . ** Create the SSL Directory** : Make sure your SSL certificate and key are placed
7579in a directory specified as ` COPY ` source in your Dockerfile.
You can’t perform that action at this time.
0 commit comments