mirror of
https://github.com/hbahadorzadeh/stunning.git
synced 2025-12-24 13:38:08 +08:00
default password for key and crt
This commit is contained in:
@@ -5,11 +5,7 @@ go:
|
||||
|
||||
before_install:
|
||||
- go get -v github.com/hbahadorzadeh/stunning
|
||||
- openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 365 <<EOL
|
||||
|
||||
|
||||
|
||||
EOL
|
||||
- echo -e "\n\n\n\n\n" | openssl req -x509 -newkey rsa:4096 -keyout server.key -out server.crt -days 365
|
||||
|
||||
script:
|
||||
- go test
|
||||
|
||||
Reference in New Issue
Block a user