From 0bda1e43269af186e0b61280410e4630d67c5fcb Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Mon, 8 May 2017 17:36:16 +0300 Subject: Add support for certificate name subdomain wildcard --- tests/auth/cert | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'tests/auth/cert') diff --git a/tests/auth/cert b/tests/auth/cert index 41b3b9c..5cb1237 100755 --- a/tests/auth/cert +++ b/tests/auth/cert @@ -16,6 +16,15 @@ openssl req -x509 -new -key key.pem -days 1825 -config mismatch-openssl.cnf > \ openssl req -x509 -new -key key.pem -days 1825 -config noemail-openssl.cnf > \ noemail-cert.pem +openssl req -x509 -new -key key.pem -days 1825 \ + -config subdomain-openssl.cnf > subdomain-cert.pem + +openssl req -x509 -new -key key.pem -days 1825 -config self-openssl.cnf > \ + self-cert.pem + +openssl req -x509 -new -key key.pem -days 1825 -config self-any-openssl.cnf > \ + self-any-cert.pem + # Normally, you have no reason to regenerate expired-cert.pem, as need to keep # it expired for the testing purposes. But if you do, copy expired-cert.pem # content to the certificate value of the following manifest files: -- cgit v1.1