Skip to content

Commit a3e4219

Browse files
committed
Documentation text clarification
1 parent c20031d commit a3e4219

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/references/authentication

docs/references/authentication/hmac.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ public array $hmacEncryption = [
183183
When it is time to update your encryption keys you will need to add an additional key to the above arrays. Then adjust
184184
the `$hmacEncryption['currentKey']` to point at the new key. After the new encryption key is in place, run
185185
`php spark shield:hmac reencrypt` to re-encrypt all existing keys with the new encryption key. You will need to leave
186-
the old key in the array as it will be used read the existing keys during re-encryption.
186+
the old key in the array as it will be used read the existing 'Secret Keys' during re-encryption.
187187

188188
```php
189189
public array $hmacEncryption = [

0 commit comments

Comments
 (0)