https://github.com/johejo/go-defaultcertifi
Automatic certificate bundler for http.DefaultTransport.
https://github.com/johejo/go-defaultcertifi
certificate go golang http tls
Last synced: 7 months ago
JSON representation
Automatic certificate bundler for http.DefaultTransport.
- Host: GitHub
- URL: https://github.com/johejo/go-defaultcertifi
- Owner: johejo
- License: mit
- Created: 2020-10-25T16:59:39.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-04-24T18:13:55.000Z (almost 4 years ago)
- Last Synced: 2025-09-03T01:43:27.502Z (7 months ago)
- Topics: certificate, go, golang, http, tls
- Language: Go
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-defaultcertifi
[](https://github.com/johejo/go-defaultcertifi/actions?query=workflow%3Aci)
[](https://codecov.io/gh/johejo/go-defaultcertifi)
[](https://goreportcard.com/report/github.com/johejo/go-defaultcertifi)
## Description
Automatic certificate bundler for `http.DefaultTransport`.
Intercepts the TLS config of `http.DefaultTransport` so helps you make HTTPS requests in any environment with a single binary without installing ca-certificates etc.
You don't have to add certificates into image in Dockerfile such as `apk add --no-cache ca-certificates` for making HTTPS Requests.
## Usage
```go
import (
_ "github.com/johejo/go-defaultcertifi/http"
)
```
## License
MIT
## Author
@johejo