mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 09:55:44 +03:00
* Enhance front matter description for search * acl section * alloc section * config section * deployment section * eval section * job section * license section * namespace section * node section * node pool section * operator section * plugin section * quota section * recommendation section * scaling section * sentinel section * server section * service section * setup section * system section * tls section * var section * volume section * change reference to command reference * Apply suggestions from code review Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com> --------- Co-authored-by: Jeff Boruszak <104028618+boruszak@users.noreply.github.com>
28 lines
1.1 KiB
Plaintext
28 lines
1.1 KiB
Plaintext
---
|
|
layout: docs
|
|
page_title: 'nomad tls command reference'
|
|
description: |
|
|
The `nomad tls` command creates and displays information about a certificate authority and self-signed certificate for Nomad's Transport Security Layer (TLS).
|
|
---
|
|
|
|
# `nomad tls` command reference
|
|
|
|
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'
|