Skip to content

Commit b5d353b

Browse files
authored
[docs] [proxy] removed sentences duplication for traefik custom SSL certificates (#502)
1 parent 971e2af commit b5d353b

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

docs/knowledge-base/proxy/traefik/custom-ssl-certs.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,13 @@ On each server, `/data/coolify/proxy` is mounted into the Coolify Proxy (Traefik
1010

1111
You can add your custom SSL certificates in the `/data/coolify/proxy/certs` directory.
1212

13-
1. Generate or request an SSL certificate
14-
Generate or request an SSL certificate for your domain. It can be a
13+
1. **Generate or request an SSL certificate** for your domain. It can be a
1514
self-signed certificate, a certificate from a public CA, or a certificate
1615
from Let's Encrypt.
1716

1817
Read more [here](https://certbot.eff.org/instructions) about certbot and Let's Encrypt.
1918

20-
2. Copy the key and cert files to the server
21-
Copy the key and cert files to the server where your resource that will use the certificate is running.
19+
2. **Copy the key and cert files to the server** where your resource that will use the certificate is running.
2220
Use `scp` or any other method to copy the files.
2321

2422
It should be placed under `/data/coolify/proxy` directory, for example:
@@ -32,8 +30,7 @@ You can add your custom SSL certificates in the `/data/coolify/proxy/certs` dire
3230
Make sure the directory `/data/coolify/proxy/certs` exists on the server.
3331
:::
3432

35-
3. Configure Traefik
36-
You can configure Traefik to use the custom SSL certificates by adding a dynamic configuration file through Coolify's UI or directly adding it to `/data/coolify/proxy/dynamic`:
33+
3. You can **configure Traefik** to use the custom SSL certificates by adding a dynamic configuration file through Coolify's UI or directly adding it to `/data/coolify/proxy/dynamic`:
3734
3835
```yaml
3936
tls:

0 commit comments

Comments
 (0)