Skip to content

Commit 5ae6cbf

Browse files
committed
Update scripts to use mkcert.org
1 parent abb53e4 commit 5ae6cbf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
update:
2-
curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o certifi/cacert.pem
2+
curl https://mkcert.org/generate/ -o certifi/cacert.pem
33

44
publish:
55
python setup.py publish

tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
@task
44
def update():
5-
run("curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o certifi/cacert.pem")
5+
run("curl https://mkcert.org/generate/ -o certifi/cacert.pem")

0 commit comments

Comments
 (0)