Skip to content

Commit

Permalink
chore: modify the description of ssl.key_encrypt_salt in config-defau…
Browse files Browse the repository at this point in the history
…lt.yaml (#10220)
  • Loading branch information
Sn0rt authored Sep 19, 2023
1 parent c046c28 commit 9b2031a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions conf/config-default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,9 @@ apisix:
# Disabled by default because it renders Perfect Forward Secrecy (FPS)
# useless. See https://github.com/mozilla/server-side-tls/issues/135.

key_encrypt_salt: # Set the encryption key for AES-128-CBC. It should be a
- edd1c9f0985e76a2 # hexadecimal string of length 16.
key_encrypt_salt: # This field is only used to encrypt the private key of SSL.
- edd1c9f0985e76a2 # Set the encryption key for AES-128-CBC. It should be a
# hexadecimal string of length 16.
# If not set, APISIX saves the original data into etcd.
# CAUTION: If you would like to update the key, add the new key as the
# first item in the array and keep the older keys below the newly added
Expand Down

0 comments on commit 9b2031a

Please sign in to comment.