From 42f363fe33835d39afc462fad0ded82f478257c7 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 8 Mar 2021 12:06:13 +0300 Subject: Regenerate expiring test certificates --- tests/auth/cert | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tests/auth/cert') diff --git a/tests/auth/cert b/tests/auth/cert index 966796a..b246d87 100755 --- a/tests/auth/cert +++ b/tests/auth/cert @@ -4,25 +4,25 @@ # # openssl genrsa 4096 > key.pem -openssl req -x509 -new -key key.pem -days 1825 -config default-openssl.cnf > \ +openssl req -x509 -new -key key.pem -days 36500 -config default-openssl.cnf > \ default-cert.pem cat default-cert.pem | openssl x509 -sha256 -noout -fingerprint | \ sed -n 's/^SHA256 Fingerprint=\(.*\)$/\1/p' >default-cert-fp -openssl req -x509 -new -key key.pem -days 1825 -config mismatch-openssl.cnf > \ +openssl req -x509 -new -key key.pem -days 36500 -config mismatch-openssl.cnf > \ mismatch-cert.pem -openssl req -x509 -new -key key.pem -days 1825 -config noemail-openssl.cnf > \ +openssl req -x509 -new -key key.pem -days 36500 -config noemail-openssl.cnf > \ noemail-cert.pem -openssl req -x509 -new -key key.pem -days 1825 \ +openssl req -x509 -new -key key.pem -days 36500 \ -config subdomain-openssl.cnf > subdomain-cert.pem -openssl req -x509 -new -key key.pem -days 1825 -config self-openssl.cnf > \ +openssl req -x509 -new -key key.pem -days 36500 -config self-openssl.cnf > \ self-cert.pem -openssl req -x509 -new -key key.pem -days 1825 -config self-any-openssl.cnf > \ +openssl req -x509 -new -key key.pem -days 36500 -config self-any-openssl.cnf > \ self-any-cert.pem # Normally, you have no reason to regenerate expired-cert.pem, as need to keep -- cgit v1.1