-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Support .well-known delegation when issuing certificates through ACME #4652
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #4652 +/- ##
===========================================
- Coverage 75.27% 75.19% -0.08%
===========================================
Files 338 340 +2
Lines 34626 34721 +95
Branches 5670 5679 +9
===========================================
+ Hits 26064 26109 +45
- Misses 6966 7009 +43
- Partials 1596 1603 +7 |
I feel like this should be manually configured, not done automagically? |
I'd figure it should be done "automagically", especially since the original issue was mentioning "support .well-known delegation from 1708 and ACME", which I understand as "synapse checking whether there's a .well-known in order to know which domain it should issue a cert for". |
Co-Authored-By: babolivier <contact@brendanabolivier.com>
Co-Authored-By: babolivier <contact@brendanabolivier.com>
I'm with hawkowl. It should be explicit. The .well-known check, if we do one at all, should just be a sanity-check, but I think it's overkill. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
config opt pls
FWIW I think it should be a config option too, otherwise weird things will happen if we start it up while |
Roger that, making it a config parameter. Following @erikjohnston's comment I'll remove the well-known check entirely. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm otherwise
Fixes #4552