dns3l / dns3l-core

Core functionality of dns3l written in Go
1 stars 3 forks source link

Fix of issue FTTH-52269 #69

Closed markusBayerbach closed 4 months ago

markusBayerbach commented 1 year ago

In the function DeleteCertificatesAllCA which delete a certificate the case of no error is not implemented in the type cast to *cmn.NotFoundError

markusBayerbach commented 1 year ago

Fix the error that the if a ca-provider return error=nil a http respond code 500 is returned