https://github.com/artyom/gencert
gencert creates server + client certificates signed with the same self-issued CA
https://github.com/artyom/gencert
Last synced: 8 months 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 (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-31T10:26:41.000Z (almost 8 years ago)
- Last Synced: 2025-03-25T05:51:30.150Z (about 1 year 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 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.