From ae0a1e550daa0e7ee48335336c78690f44f0c422 Mon Sep 17 00:00:00 2001 From: mitchell Date: Fri, 10 Jul 2026 09:45:16 -0400 Subject: [PATCH] No need to remove existing SSL certs. --- activestate.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/activestate.yaml b/activestate.yaml index f5e7354177..67156608f0 100644 --- a/activestate.yaml +++ b/activestate.yaml @@ -473,7 +473,6 @@ scripts: echo "Generating HTTPS certificate." if [ ! -d test/ssl ]; then mkdir test/ssl; fi - rm -f test/ssl/{key,cert}.pem openssl req -x509 -newkey rsa:2048 -nodes -days 365 \ -keyout test/ssl/key.pem -out test/ssl/cert.pem \ -subj "/CN=localhost" \