Created
June 11, 2020 05:38
-
-
Save velotiotech/773529c62a12802cf017ec5ac96391a2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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