https://github.com/icio/mkcert
Go package for generating certificates with github.com/FiloSottile/mkcert
https://github.com/icio/mkcert
Last synced: about 1 year ago
JSON representation
Go package for generating certificates with github.com/FiloSottile/mkcert
- Host: GitHub
- URL: https://github.com/icio/mkcert
- Owner: icio
- License: bsd-3-clause
- Created: 2019-06-22T00:15:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-20T23:12:14.000Z (over 6 years ago)
- Last Synced: 2025-01-28T00:42:57.419Z (over 1 year ago)
- Language: Go
- Homepage: https://github.com/FiloSottile/mkcert/issues/45#issuecomment-504611052
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkcert
Go package for generating certificates with `mkcert` from [github.com/FiloSottile/mkcert](https://github.com/FiloSottile/mkcert).
This library just provides a Go API with which to invoke mkcert. `mkcert` still needs tobe installed on your system.
Created following https://github.com/FiloSottile/mkcert/issues/45#issuecomment-504611052.