My domain is: finrhodweb.com
My web server is (include version): Xampp Windows 3.2.4
The operating system my web server runs on is (include version): Windows 10
I'm using a control panel to manage my site: yes
The version of my client is: 1.9.0
Hi so I'm running Xammp Apache on A Windows machine just for a small project, web server is running on ports 80 and 443 as needed.
To sign it I used cerbot certonly --webroot.
The signage all went fine, however, it still will not let me use https://finrhodweb.com.
I've checked all DNS records and they seem to be inline but I'm not sure as I have the signage files in the normal directory under Certbot/live/{domain name} and the files are all there so it's definitely worked but still nothing...
Any ideas at all would be appreciated as I'm new to this
No.
You need to INSTALL the certificate you already have.
See for yourself.
Try: certbot certificates
Now you just need to USE that certificate within your XAMPP (Apache).
You can either do that manually - if you know how to setup a new site in Apache.
OR
You can tell certbot to reinstall it while using the Apache installer.
Maybe you need to add some --force just this one time.
But it should have asked you if you wanted to reinstall the existing cert...
Can you show the whole certbot output with all choices you made?
READERS: Get involved. Be heard. Do your part, it starts with: If you read something you like; then like it !
No. What you've done is optimal to minimize disruption of webserver operation.
This is the trouble:
No installers for HTTP servers are supported for now (Certbot for Windows can currently obtain your certificate from Let's Encrypt, but not install it into your web server application).
The following resource is a bit dated, but it might help you modify your apache configuration to use the cert you've acquired. Once it's pointed at the cert and key in the Let's Encrypt live folder, when it comes time to renew your certificate you should only need to use renew then restart your webserver using a --deploy-hook.
Ok, Thank you so much for your help! I will try this in the morning as all this is frying my brain by the second! I will be sure to come back if I have any issues but looking at those links looks like I should be fine.