diff options
-rw-r--r-- | docs/x509.rst | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docs/x509.rst b/docs/x509.rst index 48cb0730..d2313292 100644 --- a/docs/x509.rst +++ b/docs/x509.rst @@ -919,6 +919,10 @@ These classes may be present within a :class:`CertificatePolicies` instance. :type: list A list consisting of :term:`text` and/or :class:`UserNotice` objects. + If the value is text it is a pointer to the practice statement + published by the certificate authority. If it is a user notice it is + meant for display to the relying party when the certificate is + used. .. class:: UserNotice @@ -957,7 +961,7 @@ These classes may be present within a :class:`CertificatePolicies` instance. :type: :term:`text` or None - .. attribute :: notice_numbers + .. attribute:: notice_numbers :type: list or None |