From da89baf22d6b32b188963121ac60f15a812219b3 Mon Sep 17 00:00:00 2001 From: Giles Bradshaw Date: Tue, 4 Aug 2020 20:56:27 +0100 Subject: [PATCH] fix: build drone --- .drone/drone-home.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.drone/drone-home.yml b/.drone/drone-home.yml index b28ada1..1e516db 100644 --- a/.drone/drone-home.yml +++ b/.drone/drone-home.yml @@ -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 ..