EFF Announces Certbot Client For Let's Encrypt (eff.org)
Peter Eckersley, the staff technologist for the Electronic Frontier Foundation, writes: EFF has just launched Certbot, which is the next iteration of the Let's Encrypt client. It's a powerful tool for obtaining TLS/SSL certificates from Let's Encrypt, and (if you wish) automatically installing them to enable and tune HTTPS on your website. It's extensible, and supports a rapidly-growing range of server software.
As of last week more than three million certificates had been issued, according to EFF.org, and despite a new name and host, Certbot "will still get certificates from Let's Encrypt and automatically configure HTTPS on your webserver.... We expect OS packages to begin using the Certbot name in the next few weeks as well."
As of last week more than three million certificates had been issued, according to EFF.org, and despite a new name and host, Certbot "will still get certificates from Let's Encrypt and automatically configure HTTPS on your webserver.... We expect OS packages to begin using the Certbot name in the next few weeks as well."
Any web hosting service worth the price will have an up-to-date CPanel that already has an easy-to-use "Let's encrypt" option.
http://marc.info/?l=openbsd-misc&m=146285553703534&w=2
Do I still need to install a compiler on the server to use it, and then wants to be run as root? Because I consider that a total no-go.
When I tried to run it, it seemed like a bunch of security-worst-practices bundled into an auto-installer that doesn't even ask you before it installs things that should never be on a server.
You need to prove to Let's encrypt that you own the domain. For that you have to add a special file to a special place inside the http accessible part of the website. This special file can only be added by root.
Why can't a process running under the user account of the website's owner write to a folder owned by the website's owner? As far as I can tell, the only part that ought to need superuser privilege is configuring the web server to use a particular certificate.
Other than that there are multiple ACME clients available if you dont like one you can use others as well.
The shared hosting provider WebFaction refuses to make automatic Let's Encrypt support available or let users programmatically upload a private key and certificate. Instead, the user has to submit a support ticket every time the certificate changes. This led to the creation of a passive-aggressive ACME client called letsencrypt-webfaction, which automates obtaining the certificate and filing a support ticket every two months.
The latest release of the Hiawatha webserver has its own Let's Encrypt script included. Seems to work ok. Anybody tried Hiawatha yet? How good is it?
It doesn't have to be like this. All we need to do is make sure we keep talking.
It's surprising that after all this time in beta and a move of its home to EFF, there still doesn't appear to be an official client for Windows Servers running IIS. Yes, there's several unofficial Windows clients, but am I supposed to trust them and even if I did, which one is the best?
Was this the service that provided certs of short-length expiration, a year or so?
Or am I thinking of something else?
I've fallen off your lawn, and I can't get up.
Indeed, you could even set up a user that can only write to the challenge folder; that's the recommended configuration for acme-tiny.
But to set that up you need knowledge of how to set permissions; I think certbot expects root in order to avoid that.