namecoin / certinject

Inject certificates into Windows CryptoAPI trust store, with EKU and name constraints.
https://www.namecoin.org/
GNU General Public License v3.0
2 stars 6 forks source link

Exit code is incorrectly success when injection fails #49

Open JeremyRand opened 3 years ago

JeremyRand commented 3 years ago

E.g. "Couldn't open cert store" is logged, but exit code is success anyway.

We should still try to continue injecting as best we can, even if we have to return an error.