Skip to content
This repository was archived by the owner on Jan 13, 2021. It is now read-only.

Commit 0741b55

Browse files
committed
Fetch certs from mkcert.org
1 parent f3fecc7 commit 0741b55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
.PHONY: certs publish test
22

33
certs:
4-
curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o hyper/certs.pem
4+
curl https://mkcert.org/generate/ -o hyper/certs.pem
55

66
publish:
77
python setup.py sdist upload

0 commit comments

Comments
 (0)