open-nomad/website/content/docs/commands/tls/index.mdx
2022-11-22 14:12:07 -05:00

28 lines
1 KiB
Plaintext

---
layout: docs
page_title: 'Commands: tls'
description: |
The tls command is used to help with creating a Certificate Authority
and up self signed certificates for Nomad TLS configuration.
---
# Command: tls
The `tls` command is used to help with setting up a self signed CA and certificates for Nomad TLS.
## Usage
Usage: `nomad tls <subcommand> <subcommand> [options]`
Run `nomad tls <subcommand> -h` for help on that subcommand. The following
subcommands are available:
- [`ca create`][cacreate] - Create Certificate Authority
- [`ca info`][cainfo] - Display information from a CA certificate
- [`cert create`][certcreate] - Create self signed certificates
- [`cert info`][certinfo] - Display information from a certificate
[cacreate]: /docs/commands/tls/ca-create 'Create Certificate Authority'
[cainfo]: /docs/commands/tls/ca-info 'Display information from a CA certificate'
[certcreate]: /docs/commands/tls/cert-create 'Create self signed certificates'
[certinfo]: /docs/commands/tls/cert-info 'Display information from a certificate'