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

Fixed #4622 /guides/v2.3/install-gde/prereq/install-rabbitmq.html and v2.2 #4866

Merged
merged 3 commits into from
Jun 28, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion guides/v2.2/install-gde/prereq/install-rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ To configure support for SSL, edit the `ssl` and `ssl_options` parameters in the
'user' => 'magento',
'password' => 'magento',
'virtualhost' => '/',
'ssl' => true,
'ssl' => 'true',
'ssl_options' => [
'cafile' => '/etc/pki/tls/certs/DigiCertCA.crt',
'certfile' => '/path/to/magento/app/etc/ssl/test-rabbit.crt',
Expand Down
2 changes: 1 addition & 1 deletion guides/v2.3/install-gde/prereq/install-rabbitmq.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ To configure support for SSL, edit the `ssl` and `ssl_options` parameters in the
'user' => 'magento',
'password' => 'magento',
'virtualhost' => '/',
'ssl' => true,
'ssl' => 'true',
'ssl_options' => [
'cafile' => '/etc/pki/tls/certs/DigiCertCA.crt',
'certfile' => '/path/to/magento/app/etc/ssl/test-rabbit.crt',
Expand Down