File tree Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Expand file tree Collapse file tree 1 file changed +13
-0
lines changed Original file line number Diff line number Diff line change 108108# ssl_options.certfile = /path/to/cert.pem
109109# ssl_options.keyfile = /path/to/key.pem
110110#
111+ #
112+ ## ssl_options.password supports encrypted values,
113+ ## see https://www.rabbitmq.com/docs/configure#configuration-encryption
114+ ## and 'rabbitmqctl help encrypt_conf_value'
115+ # ssl_options.password = encrypted:kDnCy25dRvI8xs4nrJ6hp34ffL0ODKAzHrT6R8eOqR3TKL8lbI12M15wkA1SGmmL
116+ #
117+ #
111118# ssl_options.honor_cipher_order = true
112119# ssl_options.honor_ecc_order = true
113120#
310317# default_permissions.read = .*
311318# default_permissions.write = .*
312319
320+ ## default_pass supports encrypted values,
321+ ## see https://www.rabbitmq.com/docs/configure#configuration-encryption
322+ ### and 'rabbitmqctl help encrypt_conf_value'
323+ # default_user = guest
324+ # default_pass = encrypted:uL+A4nxXdgaqjGbs92Vo36ApOruJp76cCSsklS6/mT6jo2r0hfamM1nMO/Yirwfz
325+
313326## Tags for default user
314327##
315328## For more details about tags, see the documentation for the
You can’t perform that action at this time.
0 commit comments