Skip to content

Commit c414e93

Browse files
glyeadriendupuis
andauthored
Make random_bytes command copyable
Co-authored-by: Adrien Dupuis <[email protected]>
1 parent 8fd2c58 commit c414e93

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/infrastructure_and_maintenance/security/security_checklist.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,9 @@ Reduce your attack surface by exposing only what you must.
158158

159159
The following command generates a 64-character-long secure random value:
160160

161-
`php -r "print bin2hex(random_bytes(32));"`
161+
```shell
162+
php -r "print bin2hex(random_bytes(32));"
163+
```
162164

163165
!!! note
164166

0 commit comments

Comments
 (0)