Let's encrypt on windows XAMPP?

How do i make a certificate for xampp and be able to use it? on windows?

hey The-creeper-cow

unfortunately most of the clients for windows are designed to work with iis

i have written an article on how to create a certificate using windows

https://www.linkedin.com/pulse/lets-encrypt-part-1-issuing-installing-certificates-andrei-hawke?trk=mp-reader-card

Instead of creating the PFX you will need to configure apache

Sample configurations can be found at mozillas website:

https://mozilla.github.io/server-side-tls/ssl-config-generator/

You can also check out the ACMESharp project. It’s a PowerShell module which you can get up and running quickly from the PS Gallery.

If you follow the Quick-Start there are procedures for manually handling the Let’s Encrypt DNS ownership challenges with any web server that should work just fine for Apache on Windows.

Once you have successfully requested and retrieved a certificate, you export it out in PEM, DER or PFX formats which should be compatible with just about any server. I believe Apache uses PEM files exclusively, even on Windows.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.