default password for key and crt

This commit is contained in:
Hamed Bahadorzadeh 2019-01-04 18:43:36 +03:30
parent beb7259901
commit d0f1447ea3

View File

@ -5,7 +5,7 @@ go:
before_install:
- go get -v github.com/hbahadorzadeh/stunning
- echo -e "\n\n\n\n\n" | openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 365
- echo -e "\n\n\n\n\n\n\n" | openssl req -nodes -new -x509 -keyout server.key -out server.crt
script:
- go test