square / certigo

A utility to examine and validate certificates in a variety of formats
Apache License 2.0
940 stars 71 forks source link

Build with CGO disabled #321

Open smlx opened 1 year ago

smlx commented 1 year ago

Currently the certigo binary downloadable from the releases page is dynamically linked. I don't believe CGO is required for certigo functionality, so it could be statically built which would make the binaries more portable. For example, the binaries could run in non glibc linux environments.