diff --git a/Makefile b/Makefile index dd97963..93fb446 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,11 @@ #!/bin/bash run: - ./start \ No newline at end of file + ./start + + testToken: + python3 core/jwt.py + +cert: + openssl req -new -x509 -keyout localhost.pem -out localhost.pem -nodes -days 365 + diff --git a/start b/start index a50d63d..c6b0ee4 100755 --- a/start +++ b/start @@ -1,7 +1,7 @@ #/bin/bash #rm ./gpo-repositories.xml #wget http://gpo.zugaina.org/lst/gpo-repositories.xml && -openssl req -new -x509 -keyout localhost.pem -out localhost.pem -nodes -days 365 +#openssl req -new -x509 -keyout localhost.pem -out localhost.pem -nodes -days 365 #openssl req -new -x509 -keyout localhost.pem -out localhost.pem -days 365 -nodes #openssl req -x509 -out localhost.pem -keyout localhost.key \ #