Viewing profile — benburkert
benburkert
HN member- Joined
- Tue, Sep 09, 2008, 4:57 AM UTC
- HN karma
- 138
- Public activity
- 54 items
- HN profile
- View on Hacker News ↗
About benburkert
No profile information was provided.
Recent public activity
-
comment
Comment #44965547
We don't think of it as reinventing the wheel since it works with all existing RFC compliant ACME clients without needing a plugin. You can use lego, caddy, certbot, cert-manager, …
-
comment
Comment #44965429
Sorry, not trying to obfuscate anything, hopefully this clarifies: users trust us to hold their ACME account key and we only ask for DNS records prefixed with `_acme-challenge.` to…
-
comment
Comment #44964640
We theoretically could, but those certificates would show up in CT logs. (For quick & easy monitoring, you can get an RSS feed for your domain on https://crt.sh/ , but it's not the…
-
comment
Comment #44963676
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 decry…
-
comment
Comment #44963629
sorry about that! mind sharing what domain name (or something similar that also doesn't work) & what browser you used?
-
comment
Comment #43718046
No, they stay on the client, our service only has access to the CSR. From our docs: > The CSR relayed through Anchor does not contain secret information. Anchor never sees the priv…
-
comment
Comment #43708727
It's 100% possible today to get certs in segmented networks without a new ACME challenge type: https://anchor.dev/docs/public-certs/acme-relay (disclamer: i'm a founder at anchor.d…
-
comment
Comment #41312248
Hi HN! I'm part of the Anchor ( https://anchor.dev/ ) team building lcl.host: https://lcl.host/ > We launched lcl.host in March as the easiest way to get HTTPS in your development …
- story
- story
- story
- story
- story
-
comment
Comment #39771951
right it's the loopback, but I believe docker-compose can forward loopback ports to the host (and then back into the other container) using links, but i'm fuzzy on the details and …
-
comment
Comment #39771349
we're going to say more about how lcl.host works between containers in the future since it ends up pulling in Anchor's package features, but I can give a quick rundown of what we'v…
-
comment
Comment #39769474
We just released a fix for the version error, this will be the last one you see, we promise!
-
comment
Comment #39768685
Sorry about that, we're working on switching this to a warning and not an error, that slipped by us before release. After the next update, it will only show a warning if you're not…
-
comment
Comment #39768504
We install the CA certificates into the trust stores so that the certificates are trusted by your browsers and clients, otherwise they will (rightfully!) get connection errors. We …
-
comment
Comment #38107695
We just see a whole lot of downside and no upside, what reason would someone have other than spoofing a third party domain? I don't think I understand your second question, are you…
-
comment
Comment #38104960
Just wanted to clarify that `lcl.host` is a service that only helps with local development, it's not useful (and shouldn't be used) in staging & production environments. For stagin…
-
comment
Comment #38104024
It does work, and we've found it to be about as well supported as SAN names, which is pretty extensive these days. It's just not commonly used by public CAs because the real value …
-
comment
Comment #38101291
Yes, we do support wildcard certs (and will support IP certs in the future). But we don't let you provision certs for domains that you don't own.
-
comment
Comment #38101214
We don't have a paid offering yet. Right now we're focused on local development environments, which is free to use as individuals and organizations. In the future, we'll have a pai…
-
comment
Comment #38101128
> My theory for getlocalcert is that the distribution problem is too difficult (for me) to solve, so I layer the tool on top of Let's Encrypt certificates instead. The end result f…
-
comment
Comment #38100444
This is a managed SaaS solution, not self-hosted software like the ones listed. We're more akin to one of the certificate management products in cloud providers, but our target use…