]> git.ipfire.org Git - thirdparty/httpx.git/commitdiff
Update link to trustme (#2318)
authorOfek Lev <ofekmeister@gmail.com>
Mon, 25 Jul 2022 09:23:08 +0000 (05:23 -0400)
committerGitHub <noreply@github.com>
Mon, 25 Jul 2022 09:23:08 +0000 (17:23 +0800)
docs/advanced.md

index 81623fe88ffb598939e315e0814c6d13062aee9d..5da53118c0f8de0fb30417ccb3a5122782b9675f 100644 (file)
@@ -1064,7 +1064,7 @@ When making requests to local servers, such as a development server running on `
 
 If you do need to make HTTPS connections to a local server, for example to test an HTTPS-only service, you will need to create and use your own certificates. Here's one way to do it:
 
-1. Use [trustme-cli](https://github.com/sethmlarson/trustme-cli/) to generate a pair of server key/cert files, and a client cert file.
+1. Use [trustme](https://github.com/python-trio/trustme) to generate a pair of server key/cert files, and a client cert file.
 1. Pass the server key/cert files when starting your local server. (This depends on the particular web server you're using. For example, [Uvicorn](https://www.uvicorn.org) provides the `--ssl-keyfile` and `--ssl-certfile` options.)
 1. Tell HTTPX to use the certificates stored in `client.pem`: