Changes between Initial Version and Version 1 of Ticket #3678, comment 7
- Timestamp:
- 02/09/2022 02:47:55 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3678, comment 7
initial v1 2 2 3 3 {{{ 4 wp config set WP_CACHE_KEY_SALT `cat /dev/urandom | tr -dc 'a-z0-9' | fold -w 10 | head -n 1`4 wp config set WP_CACHE_KEY_SALT `cat /dev/urandom | tr -dc 'a-z0-9' | head -c10` 5 5 }}} 6 6 (That was the first command to get a short random string I saw on Google, replace it with something that makes sense for your environment)