How Big Will the Impact of Lets Encrypt Be?
-
@scottalanmiller said:
Really big ones tend to end the SSL at the wall so that they can see what is inside.
And if someone is worried about that, it is easily detectable.
-
@JaredBusch said:
@scottalanmiller said:
Really big ones tend to end the SSL at the wall so that they can see what is inside.
And if someone is worried about that, it is easily detectable.
yes, if you control your desktop.
-
-
Do you think shared hosting company's will adopt this for there customers or will they want to keep trying to get them to buy certs from them?
-
Will major company's start to adopt it? Banks? Microsoft? Google?
-
@scottalanmiller said:
@JaredBusch said:
@scottalanmiller said:
Really big ones tend to end the SSL at the wall so that they can see what is inside.
And if someone is worried about that, it is easily detectable.
yes, if you control your desktop.
If you do not control your desktop, then there is not point in any expectation of privacy of any kind, so that is not even a concern.
-
@anonymous said:
Do you think shared hosting company's will adopt this for there customers or will they want to keep trying to get them to buy certs from them?
I think if the existing shared hosts do not start to offer it, you will find new shared hosts becoming popular. I fully believe that more than one of the existing shared hosts will go under when people abandon them for not doing so when their existing competitors do.
-
@JaredBusch said:
@scottalanmiller said:
@JaredBusch said:
@scottalanmiller said:
Really big ones tend to end the SSL at the wall so that they can see what is inside.
And if someone is worried about that, it is easily detectable.
yes, if you control your desktop.
If you do not control your desktop, then there is not point in any expectation of privacy of any kind, so that is not even a concern.
Quite right. I was shocked when I got here. First day boss said "What OS?"
I said Server 2012. "Join it to the domain?"
He said "Nope."
So I have complete and total control over my machine. Plus thanks to new security restrictions, I have to encrypt all of my drives with bitlocker. If I walk away from this machine, nobody can access it but me... Unless they want to format it, lol.
-
@dafyre What happens if you lose your password? I hope you have the recovery key?
-
@anonymous Saved on a jump drive. However, I have that password and know it well... It is not likely that I'll lose it. ... but I am also not perfect, so I have a plan B available!
-
@coliver said:
@JaredBusch said:
When is ML going to have SSL? There is really not any reason not to do it. Either StartSSL for a 1 year cert of Let's Encrypt.
Either way, @Minion-Queen , just (make your minions) do it.
Out of curiosity what is the driver for ML to be encrypted? It isn't highly sensitive data and your password shouldn't be the same as anywhere else. I could understand from a reputation point-of-view but I don't, necessarily, see the technical one.
The driver for me is to encrypt everything on the internet. Due to the load on something like Netflix.... I give them a pass.... But the rest, just do it.
-
Windows client in the works here
https://github.com/ebekker/ACMESharp/releases -
-
@anonymous said:
I don't understand why anyone would use a site like that. Let's Encrypt certificates have to be renewed every 90 days (and the recommend that you do it every 60 in case of errors).
-
A big benefit of Letsencrypt is the automation. The automation on a server box was already mentioned, but it goes further than that: you can create a VM or a liveCD or a docker container etc to distribute your server application and use Letsencrypt. Unlike today, you won't have to use a self-signed certificate or let the receiver of the VM add one by hand, you can generate one with Letsencrypt on the fly! That is a game changer for ISV's who want to simplify deployment for small business customers, really.
We intend to use it in our official ownCloud VM's (for home users and SMB) and it is also super interesting for our collaboration with Western Digital on creating a self hosting device based on a Raspberry Pi 2. And I'm looking forward to getting it on my server - right now, openSUSE isn't supported, I hope they take care of that soon.
-
That's a great perspective!
-
@jospoortvliet said:
A big benefit of Letsencrypt is the automation. The automation on a server box was already mentioned, but it goes further than that: you can create a VM or a liveCD or a docker container etc to distribute your server application and use Letsencrypt. Unlike today, you won't have to use a self-signed certificate or let the receiver of the VM add one by hand, you can generate one with Letsencrypt on the fly! That is a game changer for ISV's who want to simplify deployment for small business customers, really.
We intend to use it in our official ownCloud VM's (for home users and SMB) and it is also super interesting for our collaboration with Western Digital on creating a self hosting device based on a Raspberry Pi 2. And I'm looking forward to getting it on my server - right now, openSUSE isn't supported, I hope they take care of that soon.
I understand your concept, but how will you decide on the DNS name to register? and then how will that get "known" to the world?
You setup device XYZ and it auto registers with Let's Encrypt with XYZSerial.productdomain.com
Do you also have the device connect to a DDNS so it can be accessible? What do you do about the local DNS? Pray the hairpin routing works?
-
i had that same question - but then I realized that WesternDigital's Personal Cloud devices already do this. When you run their software it does all of this for you, only with security.
-
@Dashrender said:
i had that same question - but then I realized that WesternDigital's Personal Cloud devices already do this. When you run their software it does all of this for you, only with security.
I do now t have any of this gear, nor have I ever seen it. So I still have no idea how they make it work.
-
Aww - the software has the user setup a dynamic DNS account that they get free with purchase. The software walks them through creating the account, then setups up the DNS name for the device and tells the user what it is.
Hey user - if you want to connect to your private WD cloud from anywhere in teh world, just type xyz.somedomain.com into a browser and then login with your username and password.
once that step is completed on the device, the software could take over setting up a Let's Encrypt cert itself.