Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/artyom/gencert

gencert creates server + client certificates signed with the same self-issued CA
https://github.com/artyom/gencert

Last synced: about 11 hours ago
JSON representation

gencert creates server + client certificates signed with the same self-issued CA

Awesome Lists containing this project

README

        

gencert creates server + client certificates signed with the same
self-issued CA

Usage of gencert:
-client.cert string
file to save client certificate (default "client-cert.pem")
-client.key string
file to save client certificate key (default "client-key.pem")
-hosts string
comma-separated list of hostnames
-server.cert string
file to save server certificate (default "server-cert.pem")
-server.key string
file to save server certificate key (default "server-key.pem")

Both client and server saved certificates are concatenated with CA certificate
they were signed with. This CA can be used by either side to verify
authenticity of certificate presented by other party.