A small script that converts the given open ssl public/private keys to
a secret that it writes to stdout as json. Most common use case is to
create a secret from self signed certificates used to authenticate with
a devserver. Usage: go run make_secret.go -crt ca.crt -key priv.key > secret.json