Deploy Docker on Akamai Connected Cloud WITH SSL Certification | Reverse Proxy SSL Setup

Поділитися
Вставка
  • Опубліковано 19 тра 2024
  • @TechHut covers linking up domain names, deploying Docker on Akamai Connected Cloud and setting up a reverse proxy with SSL Certification on your server.
    New to Cloud Computing? Get started here with a $100 credit → www.linode.com/lp/youtube-vie...
    Chapters:
    0:00 Introduction
    0:43 Add a Domain + Namecheap Example
    2:25 Generate an API Token
    3:00 Create Linode
    6:05 Launch LISH Console
    6:45 Run sudo apt update & upgrade
    7:30 SSH Into the Local Terminal
    8:00 Check the Domain Name
    9:00 Install Portainer + Set Up New Portainer
    11:38 Add a Subdomain
    14:43 Install Certbot & Generate a Certificate
    16:28 Create Another Docker Container: OhMyForm
    19:53 Conclusion
    Portainer Configuration File:
    server {
    listen 80;
    listen [::]:80;
    server_name your_domain_here;
    access_log /var/log/nginx/example.access.log;
    error_log /var/log/nginx/example.error.log;
    location / {
    proxy_pass localhost:8000;
    proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
    }
    }
    Read the doc for more information on creating a domain → www.linode.com/docs/products/...
    Learn more about Docker on Linode Marketplace→ www.linode.com/docs/products/...
    Subscribe to get notified of new episodes as they come out → / @akamaideveloper
    #AkamaiDeveloper #SSL #Docker #nginx
    Product: Akamai, SSL Certification, Docker, nginx; @TechHut
  • Наука та технологія

КОМЕНТАРІ • 3

  • @somfierce
    @somfierce 4 місяці тому +1

    Brandon is a Pro Tainer

  • @user-xr5qj1dt3j
    @user-xr5qj1dt3j 2 місяці тому

    You didn't link that default portainer config file.

    • @AkamaiDeveloper
      @AkamaiDeveloper  2 місяці тому

      Hey there. You're right, the config file Brandon mentions isn't linked - we'll get that fixed. In the meantime, you can find a default reverse proxy configuration here:
      www.linode.com/docs/guides/use-nginx-reverse-proxy/#basic-configuration-for-an-nginx-reverse-proxy