File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,9 @@ apisix:
109109 # Disabled by default because it renders Perfect Forward Secrecy (FPS)
110110 # useless. See https://github.com/mozilla/server-side-tls/issues/135.
111111
112- key_encrypt_salt : # Set the encryption key for AES-128-CBC. It should be a
113- - edd1c9f0985e76a2 # hexadecimal string of length 16.
112+ key_encrypt_salt : # This field is only used to encrypt the private key of SSL.
113+ - edd1c9f0985e76a2 # Set the encryption key for AES-128-CBC. It should be a
114+ # hexadecimal string of length 16.
114115 # If not set, APISIX saves the original data into etcd.
115116 # CAUTION: If you would like to update the key, add the new key as the
116117 # first item in the array and keep the older keys below the newly added
You can’t perform that action at this time.
0 commit comments