From 6a2e318a38ec57c61a6c1b9a11cdf96dffe5a63e Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Fri, 7 Jul 2017 09:52:24 +0300 Subject: Renew expired certificate for brep-load test --- tests/load/cert.sh | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100755 tests/load/cert.sh (limited to 'tests/load/cert.sh') diff --git a/tests/load/cert.sh b/tests/load/cert.sh deleted file mode 100755 index 9d052c2..0000000 --- a/tests/load/cert.sh +++ /dev/null @@ -1,17 +0,0 @@ -#! /bin/sh - -# Normally, you don't need to regenerate the private key. -# -# openssl genrsa 4096 > key.pem - -# Copy cert.pem content to the certificate value of the following manifest -# files: -# 1/stable/repositories -# pkg/1/dev.cppget.org/signed/repositories -# -openssl req -x509 -new -key key.pem -days 365 -config openssl.cnf > cert.pem - -# To regenerate the packages and signature manifest files run: -# -# ../../../bpkg/bpkg/bpkg rep-create 1/stable --key key.pem -# ../../../bpkg/bpkg/bpkg rep-create pkg/1/dev.cppget.org/signed --key key.pem -- cgit v1.1