mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-05 18:59:42 +01:00
4 lines
159 B
Bash
4 lines
159 B
Bash
|
#!/usr/bin/env bash
|
||
|
openssl req -newkey rsa:2048 -nodes -x509 -days 36500 -keyout localhost.key -out localhost.crt
|
||
|
openssl x509 -in localhost.crt -text -noout
|