U1.17 Ubuntu Quick Start (QS): RabbitMq TLS folder - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

Preliminary steps

Create /var/lib/rabbitmq/certs filder

  • Step 1: run the command
sudo mkdir -p /var/lib/rabbitmq/certs

Copy created files

  • Step 2: run the commands
sudo cp ~/tls-gen/basic/result/* /var/lib/rabbitmq/certs/
sudo ls -l /var/lib/rabbitmq/certs/
  • Here is a result
Click to show the picture

picture

Change the owner of the folder

  • Step 3: run the command
sudo chown -R rabbitmq:rabbitmq /var/lib/rabbitmq/certs
  • Here is a result
Click to show the picture

picture

  • Note: the order of the steps is important:
    • At first Copy files
    • At second Change the owner of the folder
Click to show the picture

picture

⚠️ **GitHub.com Fallback** ⚠️