Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 964 Bytes

README.md

File metadata and controls

42 lines (30 loc) · 964 Bytes

Command Line Tool

private-key

used to create private key, you need to specify the key path you want to save

Usage:
  cert-go create private-key [flags]

Flags:
  -h, --help         help for private-key
  -o, --out string   specify the output path of the private key

csr

used to create csr, you need to specify the configuration yaml file path

Usage:
  cert-go create csr [flags]

Flags:
  -h, --help          help for csr
  -t, --type string   specify the type of the certificate: [intermediate, server, client]
  -y, --yaml string   specify the configuration yaml file path

certificate

used to create certificate, you need to specify the configuration yaml file path

Usage:
  cert-go create cert [flags]

Flags:
  -h, --help          help for cert
  -t, --type string   specify the type of the certificate: [root, intermediate, server, client]
  -y, --yaml string   specify the configuration yaml file path