From 97d616b90ac8a6c9eb907a20b8fdd4916e7d9510 Mon Sep 17 00:00:00 2001 From: chalamministries Date: Mon, 13 May 2024 21:55:27 -0500 Subject: [PATCH] Update page.md Clarified to use Powershell on Windows for some commands --- app/node/get-started/identity/page.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app/node/get-started/identity/page.md b/app/node/get-started/identity/page.md index 783d04f43..9898bdb12 100644 --- a/app/node/get-started/identity/page.md +++ b/app/node/get-started/identity/page.md @@ -153,10 +153,12 @@ identity authorize storagenode {% /tab %} {% tab label="Windows" %} +Powershell: ```powershell ./identity.exe authorize storagenode ``` +Command Prompt: ```shell identity.exe authorize storagenode @@ -192,6 +194,8 @@ grep -c BEGIN ~/.local/share/storj/identity/storagenode/identity.cert {% tab label="Windows" %} +Powershell: + ```powershell (sls BEGIN "$env:AppData\Storj\Identity\storagenode\ca.cert").count ```