Skip to content

Commit 1037e64

Browse files
committed
updates text
1 parent f989ee7 commit 1037e64

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

content/docs/guides/hedgedoc.md

+5-2
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ This creates two files in your working directory:
9090
- `_wildcard.localhost.pomerium.io.pem`
9191
- `_wildcard.localhost.pomerium.io-key.pem`
9292

93-
In the next section, you'll notice these certificates are mounted in a Docker Compose file.
93+
In the next section, you'll bind mount these certificates in a Docker Compose file.
9494

9595
### Set up HedgeDoc
9696

@@ -165,7 +165,10 @@ Replace the value of `CMD_SESSION_SECRET` with the output:
165165

166166
#### TLS in HedgeDoc
167167

168-
To access HedgeDoc over HTTPS, you must set `CMD_PROTOCOL_USESSL` and `CMD_ADDPORT` to `false`.
168+
To configure HedgeDoc to use HTTPS:
169+
170+
- Set `CMD_PROTOCOL_USESSL` to `true`
171+
- Set `CMD_ADDPORT` to `false`
169172

170173
## Run HedgeDoc and Pomerium
171174

0 commit comments

Comments
 (0)