cfssl icon indicating copy to clipboard operation
cfssl copied to clipboard

Issue When Making Root Cert

Open 9-SK opened this issue 4 years ago • 0 comments

hi when i use the command cfssl sign -ca ~/cfssl/ca.pem \

-ca-key ~/cfssl/ca-key.pem
-config ~/cfssl/ca-config.json
-profile intermediate_ca intermediate_ca.csr | cfssljson -bare intermediate_ca i get this error 2021/11/23 10:49:07 [ERROR] local signer policy disallows issuing CA certificate {"code":5300,"message":"Policy violation request"} Failed to parse input: unexpected end of JSON input Thanks In Advanced

9-SK avatar Nov 23 '21 05:11 9-SK