One option is to skip the TLS check in the client in development :)
Once you have a valid TLS key, use the
http://docs.hdyra.apiary.io/#reference/json-web-keys-jwk API to
set `keys/
hydra.tls/private` `key/hydra.tls/public` (using HTTP PUT). the
keys need to be layouted as JWKs. There are helpers for this in
golang and in nodejs - I might add saving PEM keys some time as
well.
--
You received this message because you are subscribed to the Google Groups "ory-hydra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ory-hydra+...@googlegroups.com.
To post to this group, send email to ory-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ory-hydra/fb88b580-5dda-4245-9053-3b92f1105873%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
It is planned to pass PEM files to hydra, something like `hydra
keys add hydra.tls public --pem-file=public.cert`
--
You received this message because you are subscribed to the Google Groups "ory-hydra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ory-hydra+...@googlegroups.com.
To post to this group, send email to ory-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ory-hydra/36074c61-0552-48a8-8a13-ed5fe858af71%40googlegroups.com.
because you usually don't keep those files around when you deploy
using docker or heroku :)
To view this discussion on the web visit https://groups.google.com/d/msgid/ory-hydra/9ec41526-ac81-49ae-8ae1-e15c47dd7bcf%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ory-hydra/43997c8b-b1c5-45a7-8af3-c42b49b6a300%40googlegroups.com.
Good points. I will add the ability to read the certificate from
env and from a file as well when running host. :)
--
You received this message because you are subscribed to the Google Groups "ory-hydra" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ory-hydra+...@googlegroups.com.
To post to this group, send email to ory-...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ory-hydra/eba15b5e-c6d2-4bfc-adfe-aa3ff5f1ff60%40googlegroups.com.