From 9fe9fbf8429f96c3815019cc829f7782bdec62e4 Mon Sep 17 00:00:00 2001 From: Rein Krul Date: Fri, 15 Nov 2024 09:25:18 +0100 Subject: [PATCH] Fix test_ca readme --- test_ca/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test_ca/README.md b/test_ca/README.md index b479c30..fef2337 100644 --- a/test_ca/README.md +++ b/test_ca/README.md @@ -7,5 +7,5 @@ To issue a new fake UZI certificate, you can use the following command: You can then use the credential issuance tool (given you've run `go build .` in the parent directory) to generate a Verifiable Credential: ```bash - ../issuer vc test_ca/out/-chain.pem test_ca/out/.key + ../uzi-did-x509-issuer vc test_ca/out/-chain.pem test_ca/out/.key ``` \ No newline at end of file