Skip to content

Commit

Permalink
chore: replace plaing hyperlinks to rfc sections with rfc roles with …
Browse files Browse the repository at this point in the history
…section argument (#11985)

Signed-off-by: oleg.hoefling <[email protected]>
  • Loading branch information
hoefling authored Nov 17, 2024
1 parent 974a5bd commit 74f2621
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions docs/x509/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2228,7 +2228,7 @@ X.509 Extensions
public key corresponding to the private key used to sign a certificate.
This extension is typically used to assist in determining the appropriate
certificate chain. For more information about generation and use of this
extension see `RFC 5280 section 4.2.1.1`_.
extension see :rfc:`5280#section-4.2.1.1`.

.. attribute:: oid

Expand Down Expand Up @@ -4133,10 +4133,8 @@ Exceptions
:type: int

The integer value of the unsupported type. The complete list of
types can be found in `RFC 5280 section 4.2.1.6`_.
types can be found in :rfc:`5280#section-4.2.1.6`.


.. _`RFC 5280 section 4.2.1.1`: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.1
.. _`RFC 5280 section 4.2.1.6`: https://datatracker.ietf.org/doc/html/rfc5280#section-4.2.1.6
.. _`CABForum Guidelines`: https://cabforum.org/baseline-requirements-documents/
.. _`Common PKI v2`: https://www.elektronische-vertrauensdienste.de/EVD/SharedDocuments/Downloads/QES/Common_PKI_v2.0_02.pdf

0 comments on commit 74f2621

Please sign in to comment.