Please fill out the fields below so we can help you better. Note: you must provide your domain name to get help. Domain names for issued certificates are all made public in Certificate Transparency logs (e.g. crt.sh | example.com), so withholding your domain name here does not increase secrecy, but only makes it harder for us to provide help.
My domain is:
Not started yet ruined after using certbot and certificate.
I ran this command:
It produced this output:
My web server is (include version):
Apache 2.4
The operating system my web server runs on is (include version):
Windows 10
My hosting provider, if applicable, is:
No-ip
I can login to a root shell on my machine (yes or no, or I don't know):
I'm using a control panel to manage my site (no, or provide the name and version of the control panel):
The version of my client is (e.g. output of certbot --version or certbot-auto --version if you're using Certbot):
I need help installing certificate in xampp-apache.
Everything I do Apache 2.4 server not loading, obviously I do everything wrong.
There are a few good ACME clients for windows.
They will all have the same basic requirements.
If you are going to use HTTP-01 validation, the Internet must reach your Windows 10 system on port 80.
So that is a very big requirement that needs to be met before proceeding.
And, given, you will need to be using a FQDN that is resolvable via Internet DNS.
It's everything like this these days. Money rules everything.
Its my domain eligible for let's encrypt? I use ddns because of my ISP dynamic IP address not owned permanent IP address., but router forward corect ports 80 and 443.
The next step is actually quite simple.
We just need to insert a custom location in your Apache config to handle the challenge requests.
Then any ACME client for Windows can easily obtain a cert via the HTTP-01 method.
Yep that's the part I screw everything up! Adding those lines in Apache httpd config stop server starting, error log points me www.example.com:443 is not registered in certificate file.
Apache global? httpd.conf from config folder? Inside I have a Extra folder with same file, original folder have aswell.
I added those lines created folder but I receive error not found on this server.
Ty