From 476c90ca9a2223921c26434106fc3ad317c78a95 Mon Sep 17 00:00:00 2001 From: William Durand Date: Fri, 24 Apr 2020 13:38:43 +0200 Subject: [PATCH] Use official mkcert (#9377) --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e17c2005cd..1a75a9654b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -68,8 +68,7 @@ jobs: # This is required by `mkcert` to interact with Firefox - sudo apt-get -y install libnss3-tools # Get `mkcert` - # This is unfortunately needed because of https://github.com/FiloSottile/mkcert/issues/192 - - wget https://github.com/rfay/mkcert/releases/download/v1.4.1-alpha1/mkcert-v1.4.1-alpha1-linux-amd64 -O mkcert + - wget https://github.com/FiloSottile/mkcert/releases/download/v1.4.1/mkcert-v1.4.1-linux-amd64 -O mkcert - chmod +x mkcert - ./mkcert -install # Generate certificate for example.com