diff options
author | rst0git <rst0git@users.noreply.github.com> | 2017-10-19 17:10:41 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-19 17:10:41 +0100 |
commit | 6853f72b388ea1872d40efc5275c1c013213e31e (patch) | |
tree | 897f754239edfb9cff9d07430de55ffee2e4921e /docs | |
parent | 4fa8e3475f310348f15f79c10987eb27ceabe7af (diff) | |
download | mitmproxy-6853f72b388ea1872d40efc5275c1c013213e31e.tar.gz mitmproxy-6853f72b388ea1872d40efc5275c1c013213e31e.tar.bz2 mitmproxy-6853f72b388ea1872d40efc5275c1c013213e31e.zip |
docs-certinstall: Certificate pinning update link
Certificate pinning (HTTP Public Key Pinning) is better described on Wikipedia
Diffstat (limited to 'docs')
-rw-r--r-- | docs/certinstall.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/certinstall.rst b/docs/certinstall.rst index 2594c439..2ec5f022 100644 --- a/docs/certinstall.rst +++ b/docs/certinstall.rst @@ -208,4 +208,4 @@ directory and uses this as the client cert. -.. _Certificate Pinning: https://security.stackexchange.com/questions/29988/what-is-certificate-pinning/ +.. _Certificate Pinning: https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning |