add in Makefile cmd

master
serkus01 2 years ago
parent a14d804ecb
commit d1d96854cc

@ -1,4 +1,11 @@
#!/bin/bash #!/bin/bash
run: run:
./start ./start
testToken:
python3 core/jwt.py
cert:
openssl req -new -x509 -keyout localhost.pem -out localhost.pem -nodes -days 365

@ -1,7 +1,7 @@
#/bin/bash #/bin/bash
#rm ./gpo-repositories.xml #rm ./gpo-repositories.xml
#wget http://gpo.zugaina.org/lst/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 -new -x509 -keyout localhost.pem -out localhost.pem -days 365 -nodes
#openssl req -x509 -out localhost.pem -keyout localhost.key \ #openssl req -x509 -out localhost.pem -keyout localhost.key \
# #

Loading…
Cancel
Save