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 ef15da8 commit f86be0cCopy full SHA for f86be0c
README.rst
@@ -71,7 +71,7 @@ To make this example self-sufficient for test purposes:
71
- Generate a test certificate and key using
72
``openssl req -x509 -sha256 -nodes -subj "/CN=test" -days 1 -newkey rsa:2048 -keyout example.key -out example.pem``.
73
- Pass the ``x509_cert=cert`` keyword argument to ``XMLVerifier.verify()``. (In production, ensure this is replaced with
74
- the correct configuration for the trusted CA or certificate - this determines which signatures your software trusts.)
+ the correct configuration for the trusted CA or certificate - this determines which signatures your application trusts.)
75
76
.. _verifying-saml-assertions:
77
0 commit comments