Josef Johansson
Josef Johansson
In most software one can specify which certificate to use, this could be one of many reasons to most obvious being security. I want to use LoadCredential= in systemd where...
This is actually a limit with the mongod driver. Reading the "docs" in the driver test reveals this nugget: `openssl pkcs12 -CAfile ${DRIVERS_TOOLS}/.evergreen/x509gen/ca.pem -export -in ${DRIVERS_TOOLS}/.evergreen/x509gen/client.pem -out client.pkc -password pass:bithere`...
What would make things simpler here, given that you would need to write a hook for e.g. letsencrypt, is to add certificates to the keystore via the configuration. ``` certificates:...
not stale
Issue tracking multiple audiences: https://github.com/zitadel/zitadel/issues/9200
@tuunit ping
Starting to create some tests.
Should really see this through. The only thing left is to add some test.. not sure how to do them though.
@tuunit I'm unsure how to make this merge-able. Would like to help me out a bit? What tests should I implement?
I have a separate patch about this, I should add a PR about it :) On Tue, 30 May 2023 at 16:27, Florian Woerner ***@***.***> wrote: > Hey, > We...