Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/artyom/gencert
- Owner: artyom
- License: mit
- Created: 2016-06-21T21:05:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T10:26:41.000Z (over 6 years ago)
- Last Synced: 2024-06-20T17:32:00.090Z (5 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 7
- Watchers: 0
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
gencert creates server + client certificates signed with the same
self-issued CAUsage 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.