github.com/anth0d/nomad@v0.0.0-20221214183521-ae3a0a2cad06/website/content/docs/commands/tls/index.mdx (about)

     1  ---
     2  layout: docs
     3  page_title: 'Commands: tls'
     4  description: |
     5    The tls command is used to help with creating a Certificate Authority 
     6    and up self signed certificates for Nomad TLS configuration.
     7  ---
     8  
     9  # Command: tls
    10  
    11  The `tls` command is used to help with setting up a self signed CA and certificates for Nomad TLS.
    12  
    13  ## Usage
    14  
    15  Usage: `nomad tls <subcommand> <subcommand> [options]`
    16  
    17  Run `nomad tls <subcommand> -h` for help on that subcommand. The following
    18  subcommands are available:
    19  
    20  - [`ca create`][cacreate] - Create Certificate Authority
    21  - [`ca info`][cainfo] - Display information from a CA certificate
    22  - [`cert create`][certcreate] - Create self signed certificates
    23  - [`cert info`][certinfo] - Display information from a certificate
    24  
    25  [cacreate]: /docs/commands/tls/ca-create 'Create Certificate Authority'
    26  [cainfo]: /docs/commands/tls/ca-info 'Display information from a CA certificate'
    27  [certcreate]: /docs/commands/tls/cert-create 'Create self signed certificates'
    28  [certinfo]: /docs/commands/tls/cert-info 'Display information from a certificate'