Skip to content

UncleJunVIP/certifiable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Certifiable

This is just a small little utility to help inject root certificates into your Go Application.

It was created for inexpensive retro handheld devices that have Wi-Fi but run into issues connecting to services hosted on HTTPS due to not having a root certificate store shipped on device.

Import with side effects and you are done!

package main

import (
    _ "github.com/UncleJunVIP/certifiable"
)

Note

These certificates are pulled from Mozilla using the download_certs.sh script (it's just a curl).

About

Bundle the certs!

Resources

License

Stars

Watchers

Forks

Packages

No packages published