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
asked 3 months ago85 views
1 Answer
2
Accepted Answer

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
EXPERT
Mike_L
answered 3 months ago
profile picture
EXPERT
reviewed a month ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions