Skip to content

Instantly share code, notes, and snippets.

@justinatack
justinatack / letsencrypt.md
Last active December 13, 2018 08:21
Installing Let's Encrypt with Cerbot on Vultr & ServerPilot

Let's Encrypt

SSH as root into the server

ssh root@SERVER_IP_ADDRESS

Install Certbot

$ sudo apt-get update
$ sudo apt-get install software-properties-common
@justinatack
justinatack / API.md
Created June 8, 2017 22:13 — forked from iros/API.md
Documenting your REST API

Title

<Additional information about your API call. Try to use verbs that match both request type (fetching vs modifying) and plurality (one vs multiple).>

  • URL

    <The URL Structure (path only, no root url)>

  • Method: