Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hilli/gencert
Acme Cert is all you get
https://github.com/hilli/gencert
Last synced: about 13 hours ago
JSON representation
Acme Cert is all you get
- Host: GitHub
- URL: https://github.com/hilli/gencert
- Owner: hilli
- Created: 2022-02-12T15:30:31.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-12T15:35:38.000Z (over 2 years ago)
- Last Synced: 2024-06-20T11:55:44.912Z (5 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GenCert
Generates an self signed eliptic curve certificate (`cert.cer`) and key (`cert.key`) it the current directory.
From [this gist](https://gist.github.com/samuel/8b500ddd3f6118d052b5e6bc16bc4c09) with added write to file pieces. All done to be able to do a
```
go run github.com/hilli/gencert@latest
```whereever you want.