Fix wording
This commit is contained in:
parent
af41d12157
commit
8048c7a9e5
|
@ -5,7 +5,7 @@
|
||||||
#### Bugfixes
|
#### Bugfixes
|
||||||
|
|
||||||
- The client certificate fingerprint hash is now encoded using a URL-safe
|
- The client certificate fingerprint hash is now encoded using a URL-safe
|
||||||
version of the base64 algorithm (urlsafe_b64encode)[https://docs.python.org/3/library/base64.html#base64.urlsafe_b64encode].
|
version of the base64 algorithm [urlsafe_b64encode()](https://docs.python.org/3/library/base64.html#base64.urlsafe_b64encode).
|
||||||
This is intended to make it simpler for applications and CGI scripts to
|
This is intended to make it simpler for applications and CGI scripts to
|
||||||
use the certificate fingerprint in URL paths.
|
use the certificate fingerprint in URL paths.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue