diff --git a/certs/more.sh b/certs/more.sh index 60a2f8b..43e7668 100644 --- a/certs/more.sh +++ b/certs/more.sh @@ -1,4 +1,6 @@ #!/bin/bash +echo "Don't run this unless you want new certs. Just use the ones already generated!" +exit echo "This script removes all cert files in the directory." echo "Continue? Press enter!" read diff --git a/utils/install.bat b/utils/install.bat new file mode 100755 index 0000000..647b9a8 --- /dev/null +++ b/utils/install.bat @@ -0,0 +1,9 @@ +echo "Run as admin!" +pause +certutil.exe -addstore root C:\Users\aoeu\Downloads\certtest\root.crt + +certutil.exe -addstore root C:\Users\aoeu\Downloads\certtest\nesys.crt + +certutil.exe -addstore root C:\Users\aoeu\Downloads\certtest\nesica1.crt + +pause \ No newline at end of file diff --git a/utils/nesys.bat b/utils/nesys.bat new file mode 100755 index 0000000..fbf64cc --- /dev/null +++ b/utils/nesys.bat @@ -0,0 +1 @@ +sc.exe create nesys BinPath="D:\system\Service\NesysService.exe" \ No newline at end of file diff --git a/utils/reg.reg b/utils/reg.reg new file mode 100755 index 0000000..bb26dc6 Binary files /dev/null and b/utils/reg.reg differ