Files
shuffle-cracked/frontend/README.md
T
2023-07-06 17:19:52 +02:00

231 B
Executable File

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