mirror of
https://github.com/unclechu/gRPC-haskell.git
synced 2024-11-05 18:59:42 +01:00
3 lines
159 B
Bash
Executable file
3 lines
159 B
Bash
Executable file
#!/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
|