Skip to content

Instantly share code, notes, and snippets.

View StanGirard's full-sized avatar
💠

Stan Girard StanGirard

💠
View GitHub Profile
@jtwaleson
jtwaleson / fetch.go
Created January 17, 2016 12:08
Certificate fetcher in Go
package main
import "crypto/tls"
import "crypto/sha1"
import "crypto/x509"
import "fmt"
import "encoding/pem"
import "os"
import "time"
import "bufio"