cfssl
cfssl copied to clipboard
Issue When Making Root Cert
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