Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.