Skip to content

Commit fbe6fa8

Browse files
committed
update titlecase
1 parent c145099 commit fbe6fa8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

pages/data-visualization/user-manual/custom-ssl-certificates.mdx

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,21 @@ title: Custom SSL certificates
33
description: 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

88
Memgraph Lab supports using custom SSL certificates, ensuring secure communication over HTTPS. To set up
99
SSL 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

1822
1. Generate a private key:
1923
```bash
@@ -69,7 +73,7 @@ COPY ssl/ ./myssl/
6973
EXPOSE 3000
7074
```
7175

72-
#### Building and Running the Docker Container
76+
#### Building and running the Docker container
7377

7478
1. **Create the SSL Directory**: Make sure your SSL certificate and key are placed
7579
in a directory specified as `COPY` source in your Dockerfile.

0 commit comments

Comments
 (0)