Skip to content

Instantly share code, notes, and snippets.

View thgbarros's full-sized avatar

Thiago barros thgbarros

  • Zup Innovation
  • São carlos - SP
View GitHub Profile
@hoffrocket
hoffrocket / server.py
Last active August 6, 2020 03:56
Tornado + multiprocessing
#!/usr/bin/env python
from multiprocessing import Process, Queue
import os
import sys
import time
import tornado.ioloop
import tornado.web
@chrisjm
chrisjm / README.md
Last active December 8, 2023 04:00 — forked from tache/README-SSL-Certificates.md
LetsEncrypt, AWS Certificate Manager, and CloudFront

Using LetsEncrypt SSL certificates with AWS Certificate Manager and CloudFront

This is a document for managing LetsEncrypt certificates on AWS using AWS Certificate Manager and configuring on CloudFront using the AWS CLI.

Setup

Follow the instructions to set up the certbot and aws commands on your local machine: