Skip to content

Instantly share code, notes, and snippets.

@prafull01
Created June 15, 2018 08:53
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 prafull01/94246a9873f4a02de75fff82a3ea8478 to your computer and use it in GitHub Desktop.
Save prafull01/94246a9873f4a02de75fff82a3ea8478 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