Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit b82f912

Browse files
committed
Fixed #4622 /guides/v2.3/install-gde/prereq/install-rabbitmq.html
1 parent a2f95b3 commit b82f912

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guides/v2.3/install-gde/prereq/install-rabbitmq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ To configure support for SSL, edit the `ssl` and `ssl_options` parameters in the
117117
'user' => 'magento',
118118
'password' => 'magento',
119119
'virtualhost' => '/',
120-
'ssl' => true,
120+
'ssl' => 'true',
121121
'ssl_options' => [
122122
'cafile' => '/etc/pki/tls/certs/DigiCertCA.crt',
123123
'certfile' => '/path/to/magento/app/etc/ssl/test-rabbit.crt',

0 commit comments

Comments
 (0)