storj / edge

Storj edge services (including multi-tenant, S3-compatible server to interact with the Storj network)
GNU Affero General Public License v3.0
53 stars 18 forks source link

Split certificate generation for additional domains from main domains #395

Closed ferristocrat closed 6 months ago

ferristocrat commented 7 months ago

What is the problem/pain point?

We need to split obtains and renewals for additional domains from main domains in Gateway-MT. Otherwise, the gateway's running is based on the correctness of DNS entries that might have been created by someone else than the gateway's administrator.

Acceptance Criteria

pwilloughby commented 7 months ago

This might be also be a good time to update certmagic. It's not spelled out in the acceptance criteria but missing an additional domain cert should be a warning instead of fatal like missing a main domain cert.

storj-gerrit[bot] commented 6 months ago

Change {pkg/server,pkg/httpserver}: add optional domains for cert generation mentions this issue.