0.4.3
fix(step_ca_boostrap): don't fail on ubuntu 18.04 (#64) It seems that only catching OSError isn't sufficient on some systems and python versions, as this module currently crashes under Ubuntu 18.04 with a FileNotFoundError that is not caught properly. This patch addresses that.