From d1d96854ccacc9b4c20858e6350545007c641518 Mon Sep 17 00:00:00 2001 From: serkus01 <7erkus@gmail.com> Date: Sat, 1 Jan 2022 22:54:11 +0900 Subject: [PATCH] add in Makefile cmd --- Makefile | 9 ++++++++- start | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) 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 \ #