mirror of
https://github.com/kemko/nomad.git
synced 2026-01-07 19:05:42 +03:00
* 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>
28 lines
1.1 KiB
Plaintext
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' |