[ARVADOS] updated: 1.1.1-152-g5b7d9ac

Git user git at public.curoverse.com
Tue Dec 5 15:42:06 EST 2017


Summary of changes:
 build/run-tests.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

       via  5b7d9ac131477e2769ca8a22dbb6172730698528 (commit)
      from  644f5de63e2b8b02e054fcbb3e9af39560cffae3 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit 5b7d9ac131477e2769ca8a22dbb6172730698528
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date:   Tue Dec 5 15:38:23 2017 -0500

    11453: Mollify python by giving 127.0.0.1 as the first cert CN.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg at veritasgenetics.com>

diff --git a/build/run-tests.sh b/build/run-tests.sh
index 6063779..107016b 100755
--- a/build/run-tests.sh
+++ b/build/run-tests.sh
@@ -816,8 +816,8 @@ install_apiserver() {
         (
             dir="$WORKSPACE/services/api/tmp"
             set -ex
-            openssl req -newkey rsa:2048 -nodes -subj '/C=US/ST=State/L=City/CN=0.0.0.0' -out "$cert.csr" -keyout "$cert.key" </dev/null
-            openssl x509 -req -in "$cert.csr" -signkey "$cert.key" -out "$cert.pem" -days 3650 -extfile <(printf 'subjectAltName=DNS:127.0.0.1,DNS:localhost,DNS:::1')
+            openssl req -newkey rsa:2048 -nodes -subj '/C=US/ST=State/L=City/CN=127.0.0.1' -out "$cert.csr" -keyout "$cert.key" </dev/null
+            openssl x509 -req -in "$cert.csr" -signkey "$cert.key" -out "$cert.pem" -days 3650 -extfile <(printf 'subjectAltName=DNS:localhost,DNS:::1,DNS:0.0.0.0')
         ) || return 1
     fi
 

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list