{"id":116,"date":"2018-03-09T21:15:48","date_gmt":"2018-03-09T21:15:48","guid":{"rendered":"http:\/\/tonysbit.blog\/?p=116"},"modified":"2018-03-09T21:15:48","modified_gmt":"2018-03-09T21:15:48","slug":"deploying-a-ssl-protected-containerized-app-part-3","status":"publish","type":"post","link":"https:\/\/tonysbit.blog\/?p=116","title":{"rendered":"Deploying a SSL Protected Containerized App: Part 3"},"content":{"rendered":"

Checklist<\/h1>\n

Let’s quickly do a checklist of what we have so far<\/p>\n

    \n
  1. SSH Accessible Virtual Machine (Running Centos 7.4)<\/li>\n
  2. Ports 22, 443, 80 are open on the virtual machine<\/li>\n
  3. Domain pointed at the public IP of the Virtual machine<\/li>\n
  4. SSL Certificate generated on the virtual machine<\/li>\n
  5. Docker CE installed on the virtual machine<\/li>\n<\/ol>\n

    If you have not completed the steps above, review part 1<\/a> and part 2<\/a>.<\/p>\n

    Deploying the Final Stack<\/h1>\n

    SSH into the virtual machine and swap to the root user.<\/p>\n

    Move to the root directory of the machine (Running cd \/<\/code>)<\/p>\n

    Creating our directories<\/h2>\n

    Create two directories (This is done for simplicity)<\/p>\n