Install RabbitMQ 3.7 to Ubuntu 18.04 LTS

版权声明:知识在分享中升华,思想在交流中沉淀,欢迎大家转载。 https://blog.csdn.net/qwfys200/article/details/82899927

key

lwk@qwfys:~$ sudo apt-key adv --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x6B73A36E6026DFCA
[sudo] password for lwk: 
Executing: /tmp/apt-key-gpghome.WxqyKqSvSy/gpg.1.sh --keyserver hkps.pool.sks-keyservers.net --recv-keys 0x6B73A36E6026DFCA
gpg: key 6B73A36E6026DFCA: 3 signatures not checked due to missing keys
gpg: key 6B73A36E6026DFCA: public key "RabbitMQ Release Signing Key <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1
lwk@qwfys:~$ 

or

lwk@qwfys:~$ wget https://www.rabbitmq.com/rabbitmq-release-signing-key.asc
--2018-09-29 16:51:53--  https://www.rabbitmq.com/rabbitmq-release-signing-key.asc
Resolving www.rabbitmq.com (www.rabbitmq.com)... 104.20.63.197, 104.20.62.197, 2400:cb00:2048:1::6814:3ec5, ...
Connecting to www.rabbitmq.com (www.rabbitmq.com)|104.20.63.197|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/plain]
Saving to: ‘rabbitmq-release-signing-key.asc’

rabbitmq-release-signing-key.asc                                [  <=>                                                                                                                                     ]   3.11K  8.88KB/s    in 0.4s    

2018-09-29 16:51:55 (8.88 KB/s) - ‘rabbitmq-release-signing-key.asc’ saved [3187]

lwk@qwfys:~$ gpg --import rabbitmq-release-signing-key.asc
gpg: keybox '/home/lwk/.gnupg/pubring.kbx' created
gpg: key 6B73A36E6026DFCA: 1 signature not checked due to a missing key
gpg: /home/lwk/.gnupg/trustdb.gpg: trustdb created
gpg: key 6B73A36E6026DFCA: public key "RabbitMQ Release Signing Key <[email protected]>" imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg: no ultimately trusted keys found
lwk@qwfys:~$

猜你喜欢

转载自blog.csdn.net/qwfys200/article/details/82899927
今日推荐