gRPC-haskell/lowlevel/tests/ssl/generate-cert.sh
Christian Lavoie 402e814a0b Fix tests.
2018-01-10 15:51:41 -05:00

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