CreateIntermediateCA

vttlstest CreateIntermediateCA

Create intermediate certificate authority

Synopsis

Create intermediate certificate authority

  1. vttlstest CreateIntermediateCA [--root <dir>] [--parent <name>] [--serial <serial>] [--common-name <CN>] <CA name>

Examples

  1. CreateIntermediateCA --root /tmp --parent ca mail.mycoolsite.com

Options

  1. --common-name string Common name for the certificate. If empty, uses the name.
  2. -h, --help help for CreateIntermediateCA
  3. --parent string Parent cert name to use. Use 'ca' for the toplevel CA. (default "ca")
  4. --serial string Serial number for the certificate to create. Should be different for two certificates with the same parent. (default "01")

Options inherited from parent commands

  1. --root string root directory for all artifacts (default ".")

SEE ALSO

  • vttlstest - vttlstest is a tool for generating test certificates, keys, and related artifacts for TLS tests.