An open API service indexing awesome lists of open source software.

https://github.com/whaaaley/http2-demo


https://github.com/whaaaley/http2-demo

Last synced: 11 months ago
JSON representation

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
```