-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,12 +23,34 @@ volumes: | |
> [!TIP] | ||
> | ||
> Install [mkcert](https://mkcert.dev) on your host machine and | ||
> generate and install a root certificate by running `mkcert -install` | ||
> on your host machine (one time only). | ||
> generate and install a root certificate on your host machine by | ||
> running (one time only). | ||
> | ||
Check failure on line 28 in README.md GitHub Actions / markdownTrailing spaces
|
||
> ```console | ||
> mkcert -install | ||
> ``` | ||
|
||
Check failure on line 32 in README.md GitHub Actions / markdownBlank line inside blockquote
|
||
> [!TIP] | ||
> | ||
> Mac users should then do (one time only): | ||
> | ||
> `$ mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share` | ||
> ```console | ||
> mkdir -p ~/.local/share && ln -s "$(mkcert -CAROOT)" ~/.local/share` | ||
> ``` | ||
> | ||
Check failure on line 40 in README.md GitHub Actions / markdownTrailing spaces
|
||
> Dory users must adjust their config (run `dory config` or edit `~/.dory.yml`): | ||
> | ||
> ```yaml | ||
> nginx_proxy: | ||
> enabled: true | ||
> container_name: dory_dinghy_http_proxy | ||
> https_enabled: true | ||
> # Update the follow line to point at the dev_certificates | ||
> ssl_certs_dir: <full path to your homedir>/.local/share/dev_certificates | ||
> image: codekitchen/dinghy-http-proxy:latest | ||
> ``` | ||
> | ||
> Remeber to restart Dory. | ||
|
||
Use can use the following configuration for the generated certificate: | ||
|
||
|