splinter-cert
Name
splinter-cert — Provides certificate management subcommands
Synopsis
splinter cert [FLAGS] [SUBCOMMAND]
Description
This command provides subcommands for working with self-signed (insecure)
certificates in a development environment. For example, the splinter cert
generate
subcommand creates these certificates and the associated keys.
Running Splinter in TLS mode usually requires valid X.509 certificates from a certificate authority. When developing against Splinter, you can use self-signed development certificates in place of the X.509 certificates. These self-signed certificates are insecure, so they should only be used in a development environment (not in a POC or production environment).
Flags
-
-h
,--help
- Prints help information
-
-q
,--quiet
- Decrease verbosity (the opposite of -v). When specified, only errors or warnings will be output.
-
-V
,--version
- Prints version information
-v
- Increases verbosity (the opposite of -q). Specify multiple times for more output.
Subcommands
generate
- Generates insecure certificates for development