package
0.0.0-20200807125606-b3493662e4bf
Repository: https://github.com/thethingsnetwork/go-utils.git
Documentation: pkg.go.dev

# README

Roots

Go can't get the system roots on Windows, so we need to add them manually. For this, we use the Root CAs that are bundled with Mozilla Firefox through the ca-certificate package in Alpine Linux.

Updating the certificates

This requires docker.

go generate

# Variables

MozillaRootCAs to use in API connections if x509 SystemCertPool unavailable.