Skip to content

Commit

Permalink
Update keygen instructions (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
StevenLeighton21 committed Feb 9, 2024
1 parent ceeb770 commit 56286dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/documentation/services/api-adapter.html.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -106,10 +106,10 @@ within this timeframe.
```
irb
require 'securerandom'
puts SecureRandom.hex(64)
puts SecureRandom.hex(8)
```

Take 16 characters from the outputted string.
This will generate a string of the correct size (16 bytes) - you can verify with string.bytesize in irb

## HMCTS Adapter [Legacy]

Expand Down

0 comments on commit 56286dd

Please sign in to comment.