monkeyDluffy6017 commented on code in PR #7925:
URL: https://github.com/apache/apisix/pull/7925#discussion_r972671447
##########
conf/config-default.yaml:
##########
@@ -114,9 +114,10 @@ apisix:
ssl_session_tickets: false # disable ssl_session_tickets by
default for 'ssl_session_tickets' would make Perfect Forward Secrecy useless.
# ref:
https://github.com/mozilla/server-side-tls/issues/135
- key_encrypt_salt: edd1c9f0985e76a2 # If not set, will save origin
ssl key into etcd.
- # If set this, must be a string
of length 16. And it will encrypt ssl key with AES-128-CBC
- # !!! So do not change it after
saving your ssl, it can't decrypt the ssl keys have be saved if you change !!
+ key_encrypt_salt: # If not set, will save origin ssl key into
etcd.
Review Comment:
it's backward compatible, we could use 2 ways at the same time
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]