Skip to content

Instantly share code, notes, and snippets.

View zucchinidev's full-sized avatar
🎯
Focusing

Andrea Zucchini zucchinidev

🎯
Focusing
View GitHub Profile
@zucchinidev
zucchinidev / client.go
Created January 5, 2023 17:34 — forked from xjdrew/client.go
golang tls client and server, require and verify certificate in double direction
package main
import (
"crypto/tls"
"crypto/x509"
"flag"
"io"
"io/ioutil"
"log"
"os"
<div class="col-md-3 col-xs-12">
Sidebar
</div>
<div class="col-md-9 col-xs-12">
Content
</div>