You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
# v1.3.0
2
+
## Features
3
+
4
+
### StoreTypes
5
+
- Added `--output-to-integration-manifest` flag to `kfutil store-types get` to download a remote certificate store type definition into an `integration-manifest.json` file locally.
-[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-)
- [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
-
30
1
# Keyfactor Command Utility (kfutil)
31
2
32
-
`kfutil` is a go-lang CLI wrapper for Keyfactor Command API. It also includes other utility/helper functions around
33
-
automating common Keyfactor Command operations.
3
+
`kfutil` is a go-lang CLI wrapper for Keyfactor Command API. It also includes other utility/helper functions around automating common Keyfactor Command operations.
34
4
35
5
#### Integration status: Production - Ready for use in production environments.
36
6
7
+
8
+
37
9
## Support for Keyfactor Command Utility (kfutil)
38
10
39
-
Keyfactor Command Utility (kfutil) is open source and there is **no SLA** for this tool/library/client. Keyfactor will
40
-
address issues as resources become available. Keyfactor customers may request escalation by opening up a support ticket
41
-
through their Keyfactor representative.
11
+
Keyfactor Command Utility (kfutil) is open source and there is **no SLA** for this tool/library/client. Keyfactor will address issues as resources become available. Keyfactor customers may request escalation by opening up a support ticket through their Keyfactor representative.
12
+
13
+
###### To report a problem or suggest a new feature, use the **[Issues](../../issues)** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)** tab.
42
14
43
-
###### To report a problem or suggest a new feature, use the **[Issues](../../issues)
44
15
45
-
** tab. If you want to contribute actual bug fixes or proposed enhancements, use the **[Pull requests](../../pulls)
46
-
** tab.
47
16
48
17
## Quickstart
49
18
@@ -54,14 +23,26 @@ through their Keyfactor representative.
54
23
- OR [wget](https://www.gnu.org/software/wget/) CLI tool, used to download the release files.
55
24
-[unzip](https://linuxize.com/post/how-to-unzip-files-in-linux/#installing-unzip) CLI tool, used to unzip the release
56
25
-[openssl](https://www.openssl.org/source/) CLI tool, used to validate package checksum.
57
-
-`$HOME/.local/bin` in your `$PATH` and exists.
26
+
-`$HOME/.local/bin` in your `$PATH` and exists if not running as root, else `/usr/local/bin` if running as root.
0 commit comments