Skip to content

Instantly share code, notes, and snippets.

@velotiotech
Created June 11, 2020 05:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save velotiotech/773529c62a12802cf017ec5ac96391a2 to your computer and use it in GitHub Desktop.
Save velotiotech/773529c62a12802cf017ec5ac96391a2 to your computer and use it in GitHub Desktop.
$ cfssl gencert -initca ca-csr.json | cfssljson -bare ca -
$ cfssl gencert -ca=ca.pem -ca-key=ca-key.pem -config=ca-config.json -profile=client client.json | cfssljson -bare client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment