fix: build drone
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Giles Bradshaw 2020-08-04 20:56:27 +01:00
parent 7eccbc93e8
commit da89baf22d
1 changed files with 0 additions and 1 deletions

View File

@ -85,7 +85,6 @@ steps:
- set -e
- docker network prune -f
- cd /stack/squid/myCA
- cd myCA
- openssl genrsa -out CA_key.pem 2048
- openssl req -x509 -days 600 -new -nodes -key CA_key.pem -out CA_crt.pem -extensions v3_ca -config openssl.cnf -subj "/C=US/ST=California/L=Mountain View/O=Google/OU=Enterprise/CN=MyCA"
- cd ..