tailwind icon indicating copy to clipboard operation
tailwind copied to clipboard

Add overridable cacertfile

Open easink opened this issue 3 years ago • 1 comments

Add a way to override CAStore.

easink avatar Feb 11 '22 18:02 easink

Hey I and my team (in a corporate environment) have run into an issue where we need to override the CAStore. As well as asking after the status of this feature, is there any info we can provide to help in building a use case? Perhaps we could even help test some stuff!

Thanks, +Jonathan

yonkeltron avatar Sep 01 '22 15:09 yonkeltron

For anyone who is needing this patch;

#config/dev.ex or config/prod.ex
config :tailwind,
    cacerts_path: "/to/ssl/path/custom.pem"

seymores avatar Nov 09 '22 13:11 seymores

:green_heart: :blue_heart: :purple_heart: :yellow_heart: :heart:

josevalim avatar Jan 08 '23 23:01 josevalim