Skip to content

Commit 9b2031a

Browse files
authored
chore: modify the description of ssl.key_encrypt_salt in config-default.yaml (#10220)
1 parent c046c28 commit 9b2031a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

conf/config-default.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)