Yeah, I know there's Win clients out there.
Thanks, finding those was the easy part.
I love open source for that, once source is released, all kinds of cross-platform apps open up if the app is useful.
My challenge - I found out ACME expects an open standard HTTP server on port 80 to access a particular folder.
I don't want to have to install IIS or Apache for a few hours just to get a cert created.
I've gone back to researching.
I happen to have python installed for PlexEmail app weekly email updates, and previously mentioned PlexPy.
PlexPy, though running as an http (or https if I have a cert) server, doesn't have the ability to set up folders/files other than what its intended.
So, I'm now searching for a quick 'run this simple web server, allow certain folders to be served' app,
I just saw that Python has a way to act as a server, so, with more research could do that.
http://www.2ality.com/2014/06/simple-http-server.htmlAlso found an (old!) simpleserver:WWW that MIGHT work, but, hard to tell without more research.
http://www.analogx.com/contents/download/Network/sswww/Freeware.htmI've figured out in my research it's not just an easy 'run this, it exports cert after you answer some questions'.
That was my original hope.
I'm still tinkering.
From more research so far, I'm going to have to learn to create, or have script create for me, a csr file using (downloaded?) openssl, then share/obtain cert file with letsencrypt using any number of python/win apps I found.
Letsencrypt goes looking for some verification I'm who I say I am in jamminr.punked.us/acme-challenge/ before creating the cert for me.
I found two possibilities for python, which I have python installed on Windows already.
LetsEncrypt-NoSudoAcme-TinyWhile grabbing those links, I also found this.
Kind of helpful to me. Wish I'd seen it sooner.
https://www.metachris.com/2015/12/comparison-of-10-acme-lets-encrypt-clients/I'm kind of bummed.
What I was hoping to be a 1-2 hour project has turned into a 3-4 hour so far, and I'm only 80% into the research portion of it.
All for a hobby server.
And, with my luck, though my dynamic DNS domain (punked.us) has lasted almost 2 years now for me, 6 overall, it's not owned by the admin of afraid.org, so, could go, and likely will now that I'm trying to associate a cert with it, belly up at any time.
I've been recovering from a sinus infection for the past few days, so this really isn't helping me relax, even if a learning experience I'd normally enjoy.