mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 03:52:02 +02:00
Update various references to draft RFC to published versions. (#9250)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
This module is an implementation of the `ACME protocol`_.
|
||||
|
||||
.. _`ACME protocol`: https://ietf-wg-acme.github.io/acme
|
||||
.. _`ACME protocol`: https://datatracker.ietf.org/doc/html/rfc8555
|
||||
|
||||
"""
|
||||
import sys
|
||||
|
||||
+1
-1
@@ -1104,7 +1104,7 @@ class ClientNetwork:
|
||||
is ignored, but logged.
|
||||
|
||||
:raises .messages.Error: If server response body
|
||||
carries HTTP Problem (draft-ietf-appsawg-http-problem-00).
|
||||
carries HTTP Problem (https://datatracker.ietf.org/doc/html/rfc7807).
|
||||
:raises .ClientError: In case of other networking errors.
|
||||
|
||||
"""
|
||||
|
||||
@@ -82,7 +82,7 @@ def is_acme_error(err: BaseException) -> bool:
|
||||
class Error(jose.JSONObjectWithFields, errors.Error):
|
||||
"""ACME error.
|
||||
|
||||
https://tools.ietf.org/html/draft-ietf-appsawg-http-problem-00
|
||||
https://datatracker.ietf.org/doc/html/rfc7807
|
||||
|
||||
:ivar str typ:
|
||||
:ivar str title:
|
||||
|
||||
Reference in New Issue
Block a user