We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f989ee7 commit 1037e64Copy full SHA for 1037e64
content/docs/guides/hedgedoc.md
@@ -90,7 +90,7 @@ This creates two files in your working directory:
90
- `_wildcard.localhost.pomerium.io.pem`
91
- `_wildcard.localhost.pomerium.io-key.pem`
92
93
-In the next section, you'll notice these certificates are mounted in a Docker Compose file.
+In the next section, you'll bind mount these certificates in a Docker Compose file.
94
95
### Set up HedgeDoc
96
@@ -165,7 +165,10 @@ Replace the value of `CMD_SESSION_SECRET` with the output:
165
166
#### TLS in HedgeDoc
167
168
-To access HedgeDoc over HTTPS, you must set `CMD_PROTOCOL_USESSL` and `CMD_ADDPORT` to `false`.
+To configure HedgeDoc to use HTTPS:
169
+
170
+- Set `CMD_PROTOCOL_USESSL` to `true`
171
+- Set `CMD_ADDPORT` to `false`
172
173
## Run HedgeDoc and Pomerium
174
0 commit comments