ci: change certificates existence check

Signed-off-by: Francesco Canovai <francesco.canovai@enterprisedb.com>
This commit is contained in:
Francesco Canovai 2024-11-13 18:09:28 +01:00
parent 5d53822098
commit 538d1bd975

View File

@ -90,12 +90,12 @@ tasks:
openssl x509 -req -days 365 -sha256 -in server.csr -CA ca.pem -CAkey ca-key.pem \ openssl x509 -req -days 365 -sha256 -in server.csr -CA ca.pem -CAkey ca-key.pem \
-CAcreateserial -out server-cert.pem -extfile extfile.cnf && -CAcreateserial -out server-cert.pem -extfile extfile.cnf &&
popd popd
generates: status:
- certs/ca-key.pem - test -f certs/ca-key.pem
- certs/ca.pem - test -f certs/ca.pem
- certs/server-key.pem - test -f certs/server-key.pem
- certs/server.csr - test -f certs/server.csr
- certs/server-cert.pem - test -f certs/server-cert.pem
start-build-network: start-build-network:
desc: Create a docker network for image building used by the dagger engine and the registry desc: Create a docker network for image building used by the dagger engine and the registry