Certbot does not seem to have been built for windows / apache. Can you give me another suggestion on how to get started with lets encrypt? It does not feel safe to choose a third party for this or maybe you have some trusted partners?
But when I use the other clients, where are the keys and certificates created? Is that part still happening at Lets Encrypt, or is it a conversation between me and the third parties?
It is not good if I use a bad client and keys end up in the wrong hands
However, all of those clients are completely open source, so you can always verify that they are not sending your private keys anywhere. (And none of them do, as far as I know).
You can, of course, try to run Certbot on Windows via Python. It does work to some extent, but probably not with all of the functionality you need (such as automatically configuring Apache).
It’s better to stick to the other Windows choices for now.
So this workes now for one of my websites. I generated and downloaded some files direct from zero ssl’s online tools. Then I made some updates in my apache ssl config file. However, this process is just for one website, what if I want to host multiple websites om my server.
Can I have a certificate that covers the entire server and all the websites in it? Or do I have to make a new request for each website and also add each website in my ssl config file?