vitess.io/vitess@v0.16.2/go/flags/endtoend/vttlstest.txt (about)

     1  vttlstest is a tool for generating test certificates, keys, and related artifacts for TLS tests.
     2  
     3  Usage:
     4    vttlstest [command]
     5  
     6  Available Commands:
     7    CreateCA             Create certificate authority
     8    CreateCRL            Create certificate revocation list
     9    CreateIntermediateCA Create intermediate certificate authority
    10    CreateSignedCert     Create signed certificate
    11    RevokeCert           Revoke a certificate
    12    completion           Generate the autocompletion script for the specified shell
    13    help                 Help about any command
    14  
    15  Flags:
    16    -h, --help          help for vttlstest
    17        --root string   root directory for all artifacts (default ".")
    18  
    19  Use "vttlstest [command] --help" for more information about a command.