[wp-meta] [Making WordPress.org] #3678: Add WP_CACHE_KEY_SALT to WordPress.org secret-key service

Making WordPress.org noreply at wordpress.org
Wed Feb 9 02:46:42 UTC 2022


#3678: Add WP_CACHE_KEY_SALT to WordPress.org secret-key service
---------------------+----------------------
 Reporter:  kraftbj  |       Owner:  (none)
     Type:  defect   |      Status:  closed
 Priority:  normal   |   Milestone:
Component:  API      |  Resolution:  wontfix
 Keywords:           |
---------------------+----------------------

Comment (by dd32):

 Also noting for others in the future, you can set it automatically via WP-
 CLI something similar to this:

 {{{
 wp config set WP_CACHE_KEY_SALT `cat /dev/urandom | tr -dc 'a-z0-9' | fold
 -w 10 | head -n 1`
 }}}
 (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)

-- 
Ticket URL: <https://meta.trac.wordpress.org/ticket/3678#comment:7>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org


More information about the wp-meta mailing list