summaryrefslogtreecommitdiff
path: root/Justfile
blob: cbcbd38f9f6b2bd8be3435ebc1a2531c1a9fcfa1 (plain)
1
2
3
4
5
test:
  php test/server.php --document_root=$(pwd)/test

cert-server:
  openssl req -x509 -newkey rsa:4096 -keyout test/key.rsa -out test/cert.pem -days 3650 -nodes -subj "/CN=localhost"