Skip to content

Commit

Permalink
Updated wording about secrets (Islandora#2048)
Browse files Browse the repository at this point in the history
Passwords in secret files are now randomly generated instead of set to 'password'
  • Loading branch information
joshdentremont authored Feb 8, 2022
1 parent b5774bb commit 76d71c9
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/installation/docker-custom.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ To use secrets, set the following in your .env file
USE_SECRETS=true
```

The secrets themselves are stored in the `secrets` folder of `isle-dc`. If you navigate to that directory, you'll see several small
files, where each file represents a different password. By default, they are all set to `password` and you can change them to set your
passwords for the system.
The secrets themselves are stored in the `secrets/live` folder of `isle-dc`. If you navigate to that directory, you'll see several small
files, where each file represents a different password. They are each randomly generated when you run `make local`.

## TLS

Expand Down

0 comments on commit 76d71c9

Please sign in to comment.