We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abb53e4 commit 5ae6cbfCopy full SHA for 5ae6cbf
Makefile
@@ -1,5 +1,5 @@
1
update:
2
- curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o certifi/cacert.pem
+ curl https://mkcert.org/generate/ -o certifi/cacert.pem
3
4
publish:
5
python setup.py publish
tasks.py
@@ -2,4 +2,4 @@
@task
def update():
- run("curl http://ci.kennethreitz.org/job/ca-bundle/lastSuccessfulBuild/artifact/cacerts.pem -o certifi/cacert.pem")
+ run("curl https://mkcert.org/generate/ -o certifi/cacert.pem")
0 commit comments