rabbitmq.conf.example: add encrypted value examples
Test (make) / Build and Xref (1.17, 26) (push) Has been cancelled
Details
Test (make) / Build and Xref (1.17, 27) (push) Has been cancelled
Details
Test (make) / Test (1.17, 27, khepri) (push) Has been cancelled
Details
Test (make) / Test (1.17, 27, mnesia) (push) Has been cancelled
Details
Test (make) / Test mixed clusters (1.17, 27, khepri) (push) Has been cancelled
Details
Test (make) / Test mixed clusters (1.17, 27, mnesia) (push) Has been cancelled
Details
Test (make) / Type check (1.17, 27) (push) Has been cancelled
Details
Test (make) / Build and Xref (1.17, 26) (push) Has been cancelled
Details
Test (make) / Build and Xref (1.17, 27) (push) Has been cancelled
Details
Test (make) / Test (1.17, 27, khepri) (push) Has been cancelled
Details
Test (make) / Test (1.17, 27, mnesia) (push) Has been cancelled
Details
Test (make) / Test mixed clusters (1.17, 27, khepri) (push) Has been cancelled
Details
Test (make) / Test mixed clusters (1.17, 27, mnesia) (push) Has been cancelled
Details
Test (make) / Type check (1.17, 27) (push) Has been cancelled
Details
(cherry picked from commit 73af4aa014
)
This commit is contained in:
parent
33392d7322
commit
7c3f94809d
|
@ -108,6 +108,13 @@
|
|||
# ssl_options.certfile = /path/to/cert.pem
|
||||
# ssl_options.keyfile = /path/to/key.pem
|
||||
#
|
||||
#
|
||||
## ssl_options.password supports encrypted values,
|
||||
## see https://www.rabbitmq.com/docs/configure#configuration-encryption
|
||||
## and 'rabbitmqctl help encrypt_conf_value'
|
||||
# ssl_options.password = encrypted:kDnCy25dRvI8xs4nrJ6hp34ffL0ODKAzHrT6R8eOqR3TKL8lbI12M15wkA1SGmmL
|
||||
#
|
||||
#
|
||||
# ssl_options.honor_cipher_order = true
|
||||
# ssl_options.honor_ecc_order = true
|
||||
#
|
||||
|
@ -310,6 +317,12 @@
|
|||
# default_permissions.read = .*
|
||||
# default_permissions.write = .*
|
||||
|
||||
## default_pass supports encrypted values,
|
||||
## see https://www.rabbitmq.com/docs/configure#configuration-encryption
|
||||
### and 'rabbitmqctl help encrypt_conf_value'
|
||||
# default_user = guest
|
||||
# default_pass = encrypted:uL+A4nxXdgaqjGbs92Vo36ApOruJp76cCSsklS6/mT6jo2r0hfamM1nMO/Yirwfz
|
||||
|
||||
## Tags for default user
|
||||
##
|
||||
## For more details about tags, see the documentation for the
|
||||
|
|
Loading…
Reference in New Issue