https://github.com/whaaaley/http2-demo
https://github.com/whaaaley/http2-demo
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/whaaaley/http2-demo
- Owner: whaaaley
- Created: 2021-02-05T10:26:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-05T15:52:09.000Z (over 5 years ago)
- Last Synced: 2025-06-26T02:42:10.143Z (12 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# http2 demo server + custom jwt
## Generate Certificates
```sh
openssl req -nodes -sha256 -x509 \
-newkey rsa:2048 \
-subj '/CN=localhost' \
-keyout localhost-key.pem \
-out localhost-cert.pem
```