Files
shuffle-cracked/frontend
Laurence Jones 3b27a65e8c Remove duplicate
Submit text was duplicated, don't suppose it was on purpose?
2022-01-22 18:51:25 +00:00
..
2020-05-23 10:33:23 +02:00
2021-08-23 12:17:10 +02:00
2022-01-22 18:51:25 +00:00
2020-05-11 19:17:35 +02:00
2020-05-23 10:33:23 +02:00
2020-05-11 19:17:35 +02:00

Certificate:

Creating a localhost certificate:

openssl genrsa -out privkey.pem 2048
openssl req -new -key privkey.pem -out certreq.csr
openssl x509 -req -days 3650 -in certreq.csr -signkey privkey.pem -out fullchain.pem