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 108
108
# ssl_options.certfile = /path/to/cert.pem
109
109
# ssl_options.keyfile = /path/to/key.pem
110
110
#
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
+ #
111
118
# ssl_options.honor_cipher_order = true
112
119
# ssl_options.honor_ecc_order = true
113
120
#
310
317
# default_permissions.read = .*
311
318
# default_permissions.write = .*
312
319
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
+
313
326
## Tags for default user
314
327
##
315
328
## For more details about tags, see the documentation for the
You can’t perform that action at this time.
0 commit comments