@AkamaiDeveloper
  @AkamaiDeveloper
Akamai Developer | Deploy Docker on Akamai Connected Cloud WITH SSL Certification | Reverse Proxy SSL Setup @AkamaiDeveloper | Uploaded January 2024 | Updated October 2024, 9 hours ago.
@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 → linode.com/lp/youtube-viewers/?ifso=linodetube&utm_source=youtube&utm_medium=SuperUser

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 http://localhost:8000;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
}
}

Read the doc for more information on creating a domain → linode.com/docs/products/networking/dns-manager/guides/create-domain
Learn more about Docker on Linode Marketplace→ linode.com/docs/products/tools/marketplace/guides/docker
Subscribe to get notified of new episodes as they come out → youtube.com/channel/UCf8uu3IE42b6hRUusufEH8g?sub_confirmation=1

#AkamaiDeveloper #SSL #Docker #nginx
Product: Akamai, SSL Certification, Docker, nginx; @TechHut
Deploy Docker on Akamai Connected Cloud WITH SSL Certification | Reverse Proxy SSL SetupAkamai Developer June 2024 Recap | Object Storage, Akamai TrafficPeak & Malware IdentificationOptimize Video Transcoding for Scalability and Savings | A Proven Enterprise StrategyUnderstanding JSON Web Tokens | JWT Explanation from Tech with TimHow you can cut up to 90% off your Object Storage billDeploy a SurrealDB Cluster on K8s | A Scalable, Multi-Model Database SolutionUse the Man Command to Learn Any Linux Command | Top Docs With Learn Linux TVThe Linode Channel is Now Akamai Developer | Same Faces Under a New Name!Create Serverless Apps Using Kubernetes and KnativeCode With Harry Builds a Dictionary App Using React and Apache | Ubuntu Server App DeploymentBuild Your Own OpenAI Powered Grammar Corrector | OpenAI and Python TutorialWorking with Terraform and Ansible | Choosing the Ultimate IaC Tool

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

SHARE TO X SHARE TO REDDIT SHARE TO FACEBOOK WALLPAPER