Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /proc/thread-self/root/usr/lib/python3/dist-packages/acme/__pycache__/ |
Upload File : |
o 6��a�b � @ s� d Z ddlmZ ddlZddlmZ ddlmZ ddlmZ ddlmZ ddlm Z dd lm Z dd lmZ ddlmZ ddlm Z ddlZdd lmZ ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ dZdZi dd�dd�dd�dd�dd�dd �d!d"�d#d$�d%d&�d'd(�d)d*�d+d,�d-d.�d/d0�d1d2�d3d4�d5d6�d7d8d9d:d;d<d=d>d?d@� �ZedAdB� e�� D ��Ze�edCdB� e�� D ��� dDedEe fdFdG�Z!G dHdI� dIej"ej#�Z#G dJdK� dKej$e�Z%G dLdM� dMe%�Z&e&dN�Z'e&dO�Z(e&dP�Z)e&dQ�Z*e&dR�Z+e&dS�Z,e&dT�Z-e&dU�Z.G dVdW� dWe%�Z/e/d)�Z0e/dX�Z1G dYdZ� dZej"�Z2G d[d\� d\ej$�Z3G d]d^� d^ej"�Z4G d_d`� d`e4�Z5G dadb� dbej"�Z6G dcdd� dd�Z7G dedf� dfe6�Z8e3j9G dgdh� dhee8��Z:G didj� djee8�Z;G dkdl� dle5�Z<G dmdn� dne6�Z=G dodp� dpe4�Z>G dqdr� dre6�Z?e3j9G dsdt� dtee?��Z@G dudv� dvee?�ZAG dwdx� dxe5�ZBe3j9G dydz� dzeej"��ZCG d{d|� d|e5�ZDe3j9G d}d~� d~eej"��ZEG dd�� d�e6�ZFG d�d�� d�e5�ZGe3j9G d�d�� d�eF��ZHdS )�zACME protocol messages.� )�HashableN)�Any)�Dict)�Iterator)�List)�Mapping)�MutableMapping)�Tuple)�Type)�Optional�� challenges)�errors)�fields)�jws)�util)� ResourceMixinzurn:acme:error:zurn:ietf:params:acme:error:�accountDoesNotExistz4The request specified an account that does not exist�alreadyRevokedzOThe request specified a certificate to be revoked that has already been revoked�badCSRz2The CSR is unacceptable (e.g., due to a short key)�badNoncez1The client sent an unacceptable anti-replay nonce�badPublicKeyz>The JWS was signed by a public key the server does not support�badRevocationReasonz;The revocation reason provided is not allowed by the server�badSignatureAlgorithmz@The JWS was signed with an algorithm the server does not support�caaz\Certification Authority Authorization (CAA) records forbid the CA from issuing a certificate�compoundzBSpecific error conditions are indicated in the "subproblems" array� connectionz?The server could not connect to the client to verify the domain�dnszAThere was a problem with a DNS query during identifier validation�dnssecz4The server could not validate a DNSSEC signed domain�incorrectResponsez;Response received didn't match the challenge's requirements�invalidEmailz1The provided email for a registration was invalid�invalidContactz$The provided contact URI was invalid� malformedz!The request message was malformed�rejectedIdentifierz9The server will not issue certificates for the identifierzLThe request attempted to finalize an order that is not ready to be finalizedz,There were too many requests of a given typez(The server experienced an internal errorz=The server experienced a TLS error during domain verificationz)The client lacks sufficient authorizationz@A contact URL for an account used an unsupported protocol schemez*The server could not resolve a domain namez'An identifier is of an unsupported typez,The server requires external account binding) � orderNotReady�rateLimited�serverInternal�tls�unauthorized�unsupportedContact�unknownHost�unsupportedIdentifier�externalAccountRequiredc c � � | ]\}}t | |fV qd S �N)�ERROR_PREFIX��.0�name�desc� r4 �//usr/lib/python3/dist-packages/acme/messages.py� <genexpr>; � � �r6 c c r- r. )�OLD_ERROR_PREFIXr0 r4 r4 r5 r6 >