Added a quick fix to console signing. Need to edit text later

This commit is contained in:
Matthew Raymer
2023-08-24 18:46:33 +08:00
parent 28b20f86ea
commit 9ec19fa4ee
3 changed files with 33 additions and 1 deletions

5
.gitignore vendored
View File

@@ -1,13 +1,16 @@
.DS_Store
node_modules
/dist
signature.bin
*.pem
verified.txt
*~
# local env files
.env.local
.env.*.local
# Log files
# Log filesopenssl dgst -sha256 -verify public.pem -signature <(echo -n "$signature") "$signing_input"
npm-debug.log*
yarn-debug.log*
yarn-error.log*