Earlier quoted context omitted.
I believe the intent here is: * If you want an SSL certificate for, say, your printer * And you don’t want to expose your printer’s port 80 to the public internet because you’re not stupid * And you don’t want to put your DNS credentials onto your printer either, because again, you’re not stupid * And you don’t want to pay for a certificate with a longer validity, because it’s a home printer, so you’re stitch with mo…
Why not sign it yourself?
Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates
11–20 of 60 posts
Re: Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates
#12Does this means that you have the ability to a) impersonate the identities of your users and b) decrypt the SSL traffic of your users ?
It does not. Anchor never see sees your private keys for certificates. We hold an ACME account key on your behalf with the CA, but we cannot use it impersonate your domain or decrypt traffic. We have a more technical overview of how this works in our docs: https://anchor.dev/docs/public-certs/acme-relay
Re: Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates
#13I'm sure some people would find this useful but forgive me if I'm not ready to hand away my security to some unknown third party company. I don't know the first thing about CAs but Let's Encrypt really isn't that difficult to understand.
I believe the intent here is: * If you want an SSL certificate for, say, your printer * And you don’t want to expose your printer’s port 80 to the public internet because you’re not stupid * And you don’t want to put your DNS credentials onto your printer either, because again, you’re not stupid * And you don’t want to pay for a certificate with a longer validity, because it’s a home printer, so you’re stitch with mo…
Ummmm why does my printer need a certificate?
Re: Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates
#14Earlier quoted context omitted.
I believe the intent here is: * If you want an SSL certificate for, say, your printer * And you don’t want to expose your printer’s port 80 to the public internet because you’re not stupid * And you don’t want to put your DNS credentials onto your printer either, because again, you’re not stupid * And you don’t want to pay for a certificate with a longer validity, because it’s a home printer, so you’re stitch with mo…
> * If you want an SSL certificate for, say, your printer Ummmm why does my printer need a certificate?
Re: Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates
#15I'm sorry. But do you really need to re-invent the wheel yet again ?
Go to the Let's Encrypt website, there is a whole page of client implementations[1].
What makes yours better than, for example, `lego` or `caddy` or `step` ?
All of which are easy to use, come with sensible defaults and do not provide you with "innumerable ways to shoot yourself in the foot".
And for people who really can't use Let's Encrypt because "its difficult", there are still all the old-school, well-established, commercial CA's out there who will hold your hand in return for a few dollars.
Re: Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates
#16Earlier quoted context omitted.
I believe the intent here is: * If you want an SSL certificate for, say, your printer * And you don’t want to expose your printer’s port 80 to the public internet because you’re not stupid * And you don’t want to put your DNS credentials onto your printer either, because again, you’re not stupid * And you don’t want to pay for a certificate with a longer validity, because it’s a home printer, so you’re stitch with mo…
> * If you want an SSL certificate for, say, your printer Ummmm why does my printer need a certificate?
You get a handful of somewhat questionable benefits. If for some reason your guests are visiting your printer's administration page, they won't have to click through a scary warning page. If someone is somehow sniffing all the traffic within your home network they won't be able to get your printer's administrative password.
But the main reason is some homelab enthusiasts are like bodybuilders at the gym - taking on tasks that seem Sisyphean to outsiders, for fun and to build their strength.
Re: Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates
#17Re: Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates
#18Earlier quoted context omitted.
It does not. Anchor never see sees your private keys for certificates. We hold an ACME account key on your behalf with the CA, but we cannot use it impersonate your domain or decrypt traffic. We have a more technical overview of how this works in our docs: https://anchor.dev/docs/public-certs/acme-relay
If users delegate their DNS to you, what's stopping you issuing a certificate to yourself for their site?
Whether or not something like this makes sense to you is probably a question of your personal threat model.
Re: Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates
#191. Install acme-dns somewhere
2. Point part of your domain to that
3. Use lego or caddy or whatever to get certs using dns-01
No need to pay some dude who can then forge certs for your domain.
Re: Show HN: Anchor Relay – A faster, easier way to get Let's Encrypt certificates
#20Earlier quoted context omitted.
It does not. Anchor never see sees your private keys for certificates. We hold an ACME account key on your behalf with the CA, but we cannot use it impersonate your domain or decrypt traffic. We have a more technical overview of how this works in our docs: https://anchor.dev/docs/public-certs/acme-relay
If users delegate their DNS to you, what's stopping you issuing a certificate to yourself for their site?