certifi / erlang-certifi

SSL Certificates for Erlang
Other
131 stars 33 forks source link

use ct_expand #24

Closed fenollp closed 6 years ago

fenollp commented 6 years ago

Fixes https://github.com/certifi/erlang-certifi/issues/23 Haven't had time to play with Travis yet, I expect that the +deterministic flag will fail for older OTP versions thus needing some rebar.config magic. Also, @benoitc do you know how is cacerts.pem generated / how frequently? I need this for the Travis Cron.

benoitc commented 6 years ago

Thanks for the patch! I'm not sure for the cront, a new release is generally done every 6 months or less but that's pretty irregular. Will check anyway. For the +deterministc flag did you figure when it was added to Erlang ?

fenollp commented 6 years ago

Now by setting up a monthly cron (should be enough) in travis we'd know if the cacerts.pem need any updates, although manual. Making this project really self-sustaining / publishing is more work than I can get into for now.

benoitc commented 6 years ago

@fenollp let me test it this morning, I will release it asap :)

fenollp commented 6 years ago

WFM ;)

benoitc commented 6 years ago

Thanks!, 2.3.0 is on hex