@@ -218,6 +218,17 @@ wget -O - "https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbit
218
218
</p >
219
219
</doc : subsection >
220
220
221
+ <doc : subsection name =" erlang-apt-https-transport" >
222
+ <doc : heading >Enabling apt HTTPS Transport</doc : heading >
223
+ <p >
224
+ In order for apt to be able to download RabbitMQ and Erlang packages from Bintray, the <code >apt-transport-https</code > package must be installed:
225
+
226
+ <pre class =" lang-bash" >
227
+ apt-get install apt-transport-https
228
+ </pre >
229
+ </p >
230
+ </doc : subsection >
231
+
221
232
<doc : subsection name =" erlang-source-list-file" >
222
233
<doc : heading >Source List File</doc : heading >
223
234
@@ -409,19 +420,30 @@ wget -O - "https://github.com/rabbitmq/signing-keys/releases/download/2.0/rabbit
409
420
This will instruct apt to trust packages signed by that key.
410
421
</p >
411
422
423
+ <h4 >Enabling apt HTTPS Transport</h4 >
424
+ <p >
425
+ In order for apt to be able to download RabbitMQ and Erlang packages from Bintray, the <code >apt-transport-https</code > package must be installed:
426
+
427
+ <pre class =" lang-bash" >
428
+ apt-get install apt-transport-https
429
+ </pre >
430
+ </p >
412
431
<h4 >Source List File</h4 >
413
432
<p >
414
- As with all 3rd party apt repositories, a file describing the Erlang package repository
433
+ As with all 3rd party apt repositories, a file describing the RabbitMQ and Erlang package repositories
415
434
must be placed under the <code >/etc/apt/sources.list.d/</code > directory.
416
435
<code >/etc/apt/sources.list.d/bintray.rabbitmq.list</code > is the recommended location.
417
436
418
437
The file should have a source (repository) definition line that uses the following
419
438
pattern:
420
439
421
440
<pre class =" sourcecode" >
422
- # This repository provides Erlang packages
441
+ # Source repository definition example
423
442
# See below for supported distribution and component values
424
- deb https://dl.bintray.com/rabbitmq-erlang/debian $distribution main
443
+ # This repository provides Erlang packages
444
+ deb https://dl.bintray.com/rabbitmq-erlang/debian $distribution erlang
445
+ # This repository provides RabbitMQ packages
446
+ deb https://dl.bintray.com/rabbitmq/debian $distribution main
425
447
</pre >
426
448
427
449
The next couple of sections discusses what distribution and component values
0 commit comments