Files
nomad/website/content/docs/commands/tls/index.mdx
Ashlee M Boyer 3444ece549 docs: Migrate link formats (#15779)
* Adding check-legacy-links-format workflow

* Adding test-link-rewrites workflow

* chore: updates link checker workflow hash

* Migrating links to new format

Co-authored-by: Kendall Strautman <kendallstrautman@gmail.com>
2023-01-25 09:31:14 -08:00

28 lines
1.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]: /nomad/docs/commands/tls/ca-create 'Create Certificate Authority'
[cainfo]: /nomad/docs/commands/tls/ca-info 'Display information from a CA certificate'
[certcreate]: /nomad/docs/commands/tls/cert-create 'Create self signed certificates'
[certinfo]: /nomad/docs/commands/tls/cert-info 'Display information from a certificate'