mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-02-09 02:10:18 +01:00
attempt to use https
This commit is contained in:
8
traque-back/Makefile
Normal file
8
traque-back/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
#Make a self signed certificate for development
|
||||
keys: key.pem server.crt
|
||||
|
||||
key.pem csr.pem:
|
||||
openssl req -newkey rsa:2048 -new -nodes -keyout key.pem -out csr.pem
|
||||
|
||||
server.crt: key.pem csr.pem
|
||||
openssl x509 -req -days 365 -in csr.pem -signkey key.pem -out server.crt
|
||||
Reference in New Issue
Block a user