Skip to content

Instantly share code, notes, and snippets.

@jusongchen
jusongchen / keybase.md
Created September 13, 2021 23:05
keybase proof

Keybase proof

I hereby claim:

  • I am jusongchen on github.
  • I am jusong (https://keybase.io/jusong) on keybase.
  • I have a public key ASDlaT9eTEY44Buh4yVoeIyb-OvoX7zWRCGFtAD3AvWZNQo

To claim this, I am signing this object:

@jusongchen
jusongchen / tls-client.go
Created February 19, 2020 00:34 — forked from michaljemala/tls-client.go
SSL Client Authentication Golang sample
package main
import (
"crypto/tls"
"crypto/x509"
"flag"
"io/ioutil"
"log"
"net/http"
)