astarte-platform / astarte_vmq_plugin

Astarte VerneMQ plugin publishes incoming messages on an AMQP exchange with some additional metadata, so they can be processed by other components.
http://astarte-platform.org/
Apache License 2.0
16 stars 10 forks source link

Default max certificate chain length to 10 #24

Closed matt-mazzucato closed 4 years ago

matt-mazzucato commented 4 years ago

The erlang default of 1 is too strict. Increase the default value to 10 to make it coincident to OpenSSL default.

codecov[bot] commented 4 years ago

Codecov Report

Merging #24 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #24   +/-   ##
=======================================
  Coverage   75.00%   75.00%           
=======================================
  Files           8        8           
  Lines         176      176           
=======================================
  Hits          132      132           
  Misses         44       44           
Impacted Files Coverage Δ
lib/astarte_vmq_plugin/config.ex 75.67% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e9d5562...dd203fe. Read the comment docs.