Skip to content

Instantly share code, notes, and snippets.

View akring's full-sized avatar

Chris Akring akring

View GitHub Profile
@akring
akring / _0__ssl_certbot_letsencrypt.md
Created January 28, 2022 03:35 — forked from maxivak/_0__ssl_certbot_letsencrypt.md
Let's encrypt SSL certificates using certbot in docker

Directories on host machine:

  • /data/certbot/letsencrypt

  • /data/certbot/www

  • Nginx server in docker container

docker run -d --name nginx \
@akring
akring / 0_reuse_code.js
Created October 28, 2015 07:34
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console