Mike Shultz

Results 105 comments of Mike Shultz

@joshfraser Sent via Discord

Bumped this down to P3 since CDNs really aren't utilized much yet.

I don't think any of this would (or should) prevent password managers. But we also don't want things like API keys to be stored in a dictionary or autofill. They're...

Also, listing ID isn't used right now, so maybe axe this requirement entirely?

> Google-managed SSL certificates don't support using wildcards From the [GCP load balancing documentation](https://cloud.google.com/load-balancing/docs/ssl-certificates)

[May be do doable via self-managed certs](https://cloud.google.com/load-balancing/docs/ssl-certificates/self-managed-certs#wildcards) but not clear what needs to be done for that yet. I'm just leaving notes in the issue here as I go.

Looks like we're going to need to build a [custom integration with Let's Encrypt](https://letsencrypt.org/docs/integration-guide/) for this using their ACME protocol/REST API. There doesn't appear to be any friendly nodejs clients...

There do appear to be standardized ACME clients, though, which should speed up implemetntion a bit, as long as they support v2 with DNS. - https://github.com/publishlab/node-acme-client - https://github.com/buschtoens/acme-v2