Skip to content

Commit 7c3f948

Browse files
rabbitmq.conf.example: add encrypted value examples
(cherry picked from commit 73af4aa)
1 parent 33392d7 commit 7c3f948

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

deps/rabbit/docs/rabbitmq.conf.example

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,13 @@
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
#
@@ -310,6 +317,12 @@
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

0 commit comments

Comments
 (0)