Skip to content

Commit fe90ca3

Browse files
authored
Merge pull request #430 from tvdijen/patch-1
docs: fix typo
2 parents a43369d + 3353dde commit fe90ca3

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,8 @@ The composer behat command can now also pipe the arguments to the behat call. So
6969
```
7070
$ composer behat tests/features/self-asserted.feature
7171
$ composer behat tests/features/sso.feature:34
72-
$ compseor behat -- -vv
73-
$ compseor behat -- --stop-on-failure
72+
$ composer behat -- -vv
73+
$ composer behat -- --stop-on-failure
7474
```
7575

7676
From the doc-root:

config/openconext/parameters.yaml.dist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,8 @@ parameters:
179179
# Please use this encryption key only for this purpose, do not re-use it for other crypto work.
180180
#
181181
# Example value: 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
182+
#
183+
# Use `cat /dev/urandom | tr -dc 'a-f0-9' | head -c 64` to generate a value for this.
182184
sso_encryption_key: 000102030405060708090a0b0c0d0e0f101112131415161718191a1b1c1d1e1f
183185

184186
# The GSSP ID from samlstepupproviders.yaml to use as fallback GSSP

0 commit comments

Comments
 (0)