diff --git a/.drone/drone-home.jsonnet b/.drone/drone-home.jsonnet index 34211ae..15c7b4b 100644 --- a/.drone/drone-home.jsonnet +++ b/.drone/drone-home.jsonnet @@ -223,7 +223,6 @@ local images = { '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 ..',