mirror of
https://github.com/kataras/iris.git
synced 2026-01-04 02:37:14 +00:00
add a full gRPC example as previously requested at: https://github.com/kataras/iris/issues/1449
Former-commit-id: 0cb5121e7d44644f7f0eb34597ff34274157fe95
This commit is contained in:
4
_examples/mvc/grpc-compatible/server.keys.md
Normal file
4
_examples/mvc/grpc-compatible/server.keys.md
Normal file
@@ -0,0 +1,4 @@
|
||||
```sh
|
||||
$ openssl genrsa -out server.key 2048
|
||||
$ openssl req -new -x509 -sha256 -key server.key -out server.crt -days 3650
|
||||
```
|
||||
Reference in New Issue
Block a user