|
1 | 1 | - [Keyfactor Command Utility (kfutil)](#keyfactor-command-utility--kfutil-)
|
2 |
| - - [Integration status: Production - Ready for use in production environments.](#integration-status--production---ready-for-use-in-production-environments) |
3 |
| - * [Support for Keyfactor Command Utility (kfutil)](#support-for-keyfactor-command-utility--kfutil-) |
4 |
| - * [Quickstart](#quickstart) |
5 |
| - + [Prerequisites:](#prerequisites-) |
6 |
| - + [Installation:](#installation-) |
7 |
| - + [Environmental Variables](#environmental-variables) |
8 |
| - * [Authentication Providers](#authentication-providers) |
9 |
| - * [Commands](#commands) |
10 |
| - + [Login](#login) |
11 |
| - + [Logout](#logout) |
12 |
| - * [Commands](#commands-1) |
13 |
| - + [Bulk operations](#bulk-operations) |
14 |
| - - [Bulk create cert stores](#bulk-create-cert-stores) |
15 |
| - - [Bulk create cert store types](#bulk-create-cert-store-types) |
16 |
| - + [Root of Trust](#root-of-trust) |
17 |
| - + [Root of Trust Quickstart](#root-of-trust-quickstart) |
18 |
| - - [Generate Certificate List Template](#generate-certificate-list-template) |
19 |
| - - [Generate Certificate Store List Template](#generate-certificate-store-list-template) |
20 |
| - - [Run Root of Trust Audit](#run-root-of-trust-audit) |
21 |
| - - [Run Root of Trust Reconcile](#run-root-of-trust-reconcile) |
22 |
| - + [Certificate Store Inventory](#certificate-store-inventory) |
23 |
| - - [Show the inventory of a certificate store](#show-the-inventory-of-a-certificate-store) |
24 |
| - - [Add certificates to certificate stores](#add-certificates-to-certificate-stores) |
25 |
| - - [Remove certificates from certificate stores](#remove-certificates-from-certificate-stores) |
26 |
| - * [Development](#development) |
27 |
| - + [Adding a new command](#adding-a-new-command) |
28 |
| - |
| 2 | + - [Integration status: Production - Ready for use in production environments.](#integration-status--production---ready-for-use-in-production-environments) |
| 3 | + |
| 4 | + * [Support for Keyfactor Command Utility (kfutil)](#support-for-keyfactor-command-utility--kfutil-) |
| 5 | + * [Quickstart](#quickstart) |
| 6 | + + [Prerequisites:](#prerequisites-) |
| 7 | + + [Installation:](#installation-) |
| 8 | + + [Environmental Variables](#environmental-variables) |
| 9 | + * [Authentication Providers](#authentication-providers) |
| 10 | + * [Commands](#commands) |
| 11 | + + [Login](#login) |
| 12 | + + [Logout](#logout) |
| 13 | + * [Commands](#commands-1) |
| 14 | + + [Bulk operations](#bulk-operations) |
| 15 | + - [Bulk create cert stores](#bulk-create-cert-stores) |
| 16 | + - [Bulk create cert store types](#bulk-create-cert-store-types) |
| 17 | + + [Root of Trust](#root-of-trust) |
| 18 | + + [Root of Trust Quickstart](#root-of-trust-quickstart) |
| 19 | + - [Generate Certificate List Template](#generate-certificate-list-template) |
| 20 | + - [Generate Certificate Store List Template](#generate-certificate-store-list-template) |
| 21 | + - [Run Root of Trust Audit](#run-root-of-trust-audit) |
| 22 | + - [Run Root of Trust Reconcile](#run-root-of-trust-reconcile) |
| 23 | + + [Certificate Store Inventory](#certificate-store-inventory) |
| 24 | + - [Show the inventory of a certificate store](#show-the-inventory-of-a-certificate-store) |
| 25 | + - [Add certificates to certificate stores](#add-certificates-to-certificate-stores) |
| 26 | + - [Remove certificates from certificate stores](#remove-certificates-from-certificate-stores) |
| 27 | + * [Development](#development) |
| 28 | + + [Adding a new command](#adding-a-new-command) |
29 | 29 |
|
30 | 30 | # Keyfactor Command Utility (kfutil)
|
31 | 31 |
|
@@ -113,12 +113,12 @@ $env:KFUTIL_DEBUG=0 # Set to 1 or true to enable debug logging
|
113 | 113 |
|
114 | 114 | `kfutil` supports the following authentication providers in order of precedence:
|
115 | 115 |
|
116 |
| -| Provider Type | Description | |
117 |
| -|------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
118 |
| -| Azure Key Vault via Azure ID | This provider will read the Keyfactor Command credentials from Azure Key Vault. For more info review the [auth providers](docs/auth_providers#azure-key-vault) docs. | |
119 |
| -| Environment | This provider will read the Keyfactor Command credentials from the environment variables listed above. | |
120 |
| -| File | This is the default provider. It will read the credentials from a file on disk at `$HOME/.keyfactor/command_config.json` | |
121 |
| -| User Interactive | This provider will prompt the user for their credentials. | |
| 116 | +| Provider Type | Description | |
| 117 | +|------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------| |
| 118 | +| Azure Key Vault via Azure ID | This provider will read the Keyfactor Command credentials from Azure Key Vault. For more info review the [auth providers](docs/auth_providers.md#azure-key-vault) docs. | |
| 119 | +| Environment | This provider will read the Keyfactor Command credentials from the environment variables listed above. | |
| 120 | +| File | This is the default provider. It will read the credentials from a file on disk at `$HOME/.keyfactor/command_config.json` | |
| 121 | +| User Interactive | This provider will prompt the user for their credentials. | |
122 | 122 |
|
123 | 123 | ## Commands
|
124 | 124 |
|
|
0 commit comments