U1.16 Ubuntu Quick Start (QS): RabbitMq tls_gen - chempkovsky/CS2WPF-and-CS2XAMARIN GitHub Wiki

Why "tls-gen" is needed

Preliminary steps

  • Step 1: Deploy Ubuntu 20.04 TLS virtual machine. Consult the articles U1.01 and U1.02

Install make

  • Step 2: run the command
sudo apt-get update
sudo apt-get install make

Install git

  • Step 3: run the command
sudo apt-get update
sudo apt-get install git

Check python3

  • Step 4: run the command
python3 --version
  • Note: It should be Python 3.5+

Install "tls-gen"

  • Step 1: run the command
git clone https://github.com/michaelklishin/tls-gen tls-gen

Check "tls-gen" subfolders

  • "tls-gen" has three subfolders
    • basic
    • two_shared_intermediates
    • separate_intermediates
Click to show the picture

picture

Using tls-gen's Basic Profile

cd tls-gen/basic
# private key password
make PASSWORD=bunnies
make verify
make info
ls -l ./result
  • Here is a result
Click to show the picture

picture

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