Certbot cert creation is failing

0

I have a site on an EC2 instance and it is not picking up the ssl certificate created by Certbot. I have this error. Can anyone help?

2024-02-15 09:00:29,267:DEBUG:certbot._internal.log:Exiting abnormally: Traceback (most recent call last): File "runpy.py", line 194, in _run_module_as_main File "runpy.py", line 87, in run_code File "C:\Program Files (x86)\Certbot\bin\certbot.exe_main.py", line 18, in <module> sys.exit(main()) File "C:\Program Files (x86)\Certbot\pkgs\certbot\main.py", line 15, in main return internal_main.main(cli_args) File "C:\Program Files (x86)\Certbot\pkgs\certbot_internal\main.py", line 1421, in main return config.func(config, plugins) File "C:\Program Files (x86)\Certbot\pkgs\certbot_internal\main.py", line 1325, in renew renewal.handle_renewal_request(config) File "C:\Program Files (x86)\Certbot\pkgs\certbot_internal\renewal.py", line 506, in handle_renewal_request raise errors.Error("{0} renew failure(s), {1} parse failure(s)".format( certbot.errors.Error: 0 renew failure(s), 1 parse failure(s)

Alan
gefragt vor 3 Monaten93 Aufrufe
1 Antwort
2
Akzeptierte Antwort

From the error message, it seems that you are running Windows Server. Certbot for Windows seems to be in beta status.

You may want to try other clients as listed at https://letsencrypt.org/docs/client-options/

AWS
EXPERTE
Mike_L
beantwortet vor 3 Monaten
profile picture
EXPERTE
überprüft vor 2 Monaten

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen