-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
security.acme #34422
Comments
agreed this is weird, I would expect the submodule to recursively merge. |
the answer is probably somewhere in here: Lines 263 to 269 in 71631a9
the submodule system is quite hard to read |
@zimbatm thanks for your insight. (just wanted to point this out and see if i was right or missed something). |
@zimbatm i've figured out what is going on in the mergin issue: with this code i was able to merge the 'domain' properly.
**note: **
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue description
we are creating
security.acme
records from two modules:my original idea was that they could share the certificates but the
security.acme
won't merge my configurations and bails out with:config from module a
config from module b
the error message
question & current solution
i wonder if certificate sharing can even work with the way
security.acme
is designed at the moment.so for now, until someone can teach me otherwise, i will just issue a new certificate per abstraction which means:
The text was updated successfully, but these errors were encountered: