2024-11-13 16:40:40,016:DEBUG:certbot._internal.main:certbot version: 2.11.0 2024-11-13 16:40:40,016:DEBUG:certbot._internal.main:Location of certbot entry point: /usr/local/bin/certbot 2024-11-13 16:40:40,016:DEBUG:certbot._internal.main:Arguments: ['--webroot', '--webroot-path=/usr/share/nginx/html/letsencrypt', '--email', 'najia@slc-assurances.fr', '--agree-tos', '--no-eff-email', '-d', 'comparateur.slc-assurances.fr', '-d', 'scraping.slassurances.fr'] 2024-11-13 16:40:40,016:DEBUG:certbot._internal.main:Discovered plugins: PluginsRegistry(PluginEntryPoint#manual,PluginEntryPoint#null,PluginEntryPoint#standalone,PluginEntryPoint#webroot) 2024-11-13 16:40:40,035:DEBUG:certbot._internal.log:Root logging level set at 30 2024-11-13 16:40:40,036:DEBUG:certbot._internal.plugins.selection:Requested authenticator webroot and installer None 2024-11-13 16:40:40,036:DEBUG:certbot._internal.plugins.selection:Single candidate plugin: * webroot Description: Saves the necessary validation files to a .well-known/acme-challenge/ directory within the nominated webroot path. A seperate HTTP server must be running and serving files from the webroot path. HTTP challenge only (wildcards not supported). Interfaces: Authenticator, Plugin Entry point: EntryPoint(name='webroot', value='certbot._internal.plugins.webroot:Authenticator', group='certbot.plugins') Initialized: Prep: True 2024-11-13 16:40:40,037:DEBUG:certbot._internal.plugins.selection:Selected authenticator and installer None 2024-11-13 16:40:40,037:INFO:certbot._internal.plugins.selection:Plugins selected: Authenticator webroot, Installer None 2024-11-13 16:40:40,109:DEBUG:certbot._internal.main:Picked account: ), creation_host='d75572c010e1', register_to_eff=None))> 2024-11-13 16:40:40,109:DEBUG:acme.client:Sending GET request to https://acme-v02.api.letsencrypt.org/directory. 2024-11-13 16:40:40,111:DEBUG:urllib3.connectionpool:Starting new HTTPS connection (1): acme-v02.api.letsencrypt.org:443 2024-11-13 16:40:40,485:DEBUG:urllib3.connectionpool:https://acme-v02.api.letsencrypt.org:443 "GET /directory HTTP/1.1" 200 746 2024-11-13 16:40:40,486:DEBUG:acme.client:Received response: HTTP 200 Server: nginx Date: Wed, 13 Nov 2024 16:40:40 GMT Content-Type: application/json Content-Length: 746 Connection: keep-alive Cache-Control: public, max-age=0, no-cache X-Frame-Options: DENY Strict-Transport-Security: max-age=604800 { "4qgE2e4nDXQ": "https://community.letsencrypt.org/t/adding-random-entries-to-the-directory/33417", "keyChange": "https://acme-v02.api.letsencrypt.org/acme/key-change", "meta": { "caaIdentities": [ "letsencrypt.org" ], "termsOfService": "https://letsencrypt.org/documents/LE-SA-v1.4-April-3-2024.pdf", "website": "https://letsencrypt.org" }, "newAccount": "https://acme-v02.api.letsencrypt.org/acme/new-acct", "newNonce": "https://acme-v02.api.letsencrypt.org/acme/new-nonce", "newOrder": "https://acme-v02.api.letsencrypt.org/acme/new-order", "renewalInfo": "https://acme-v02.api.letsencrypt.org/draft-ietf-acme-ari-03/renewalInfo", "revokeCert": "https://acme-v02.api.letsencrypt.org/acme/revoke-cert" } 2024-11-13 16:40:47,820:DEBUG:certbot._internal.display.obj:Notifying user: To obtain a new certificate that contains these names without replacing your existing certificate for comparateur.slc-assurances.fr, you must use the --duplicate option. For example: certbot --duplicate certonly --webroot --webroot-path=/usr/share/nginx/html/letsencrypt --email najia@slc-assurances.fr --agree-tos --no-eff-email -d comparateur.slc-assurances.fr -d scraping.slassurances.fr 2024-11-13 16:40:47,821:DEBUG:certbot._internal.log:Exiting abnormally: Traceback (most recent call last): File "/usr/local/bin/certbot", line 33, in sys.exit(load_entry_point('certbot', 'console_scripts', 'certbot')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/main.py", line 19, in main return internal_main.main(cli_args) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 1894, in main return config.func(config, plugins) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 1593, in certonly should_get_cert, lineage = _find_cert(config, domains, certname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 363, in _find_cert action, lineage = _find_lineage_for_domains_and_certname(config, domains, certname) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 393, in _find_lineage_for_domains_and_certname return _find_lineage_for_domains(config, domains) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 340, in _find_lineage_for_domains return _handle_subset_cert_request(config, domains, subset_names_cert) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/opt/certbot/src/certbot/certbot/_internal/main.py", line 247, in _handle_subset_cert_request raise errors.Error(USER_CANCELLED) certbot.errors.Error: User chose to cancel the operation and may reinvoke the client. 2024-11-13 16:40:47,825:ERROR:certbot._internal.log:User chose to cancel the operation and may reinvoke the client.