-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updates from PR#79 to fix readme and manifest in main
- Loading branch information
Michael Henderson
committed
Sep 27, 2023
1 parent
e836b7c
commit 5cdcaad
Showing
3 changed files
with
156 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
|
||
### Windows Certificate Store Type | ||
#### kfutil Create Windows Certificate Store Type | ||
The following commands can be used with [kfutil](https://github.com/Keyfactor/kfutil). Please refer to the kfutil documentation for more information on how to use the tool to interact w/ Keyfactor Command. | ||
|
||
``` | ||
bash | ||
kfutil login | ||
kfutil store - types create--name Windows Certificate | ||
``` | ||
|
||
#### UI Configuration | ||
##### UI Basic Tab | ||
| Field Name | Required | Value | | ||
|-------------------------|----------|-------------------------------------------| | ||
| Name | ✓ | Windows Certificate | | ||
| ShortName | ✓ | Windows Certificate | | ||
| Custom Capability | | Unchecked [ ] | | ||
| Supported Job Types | ✓ | Inventory,Add,Enrollment,Remove | | ||
| Needs Server | ✓ | Checked [x] | | ||
| Blueprint Allowed | | Unchecked [ ] | | ||
| Uses PowerShell | | Unchecked [ ] | | ||
| Requires Store Password | | Unchecked [ ] | | ||
| Supports Entry Password | | Unchecked [ ] | | ||
![k8sstlssecr_basic.png](docs%2Fscreenshots%2Fstore_types%2Fwindows certificate_basic.png) | ||
|
||
##### UI Advanced Tab | ||
| Field Name | Required | Value | | ||
|-----------------------|----------|-----------------------| | ||
| Store Path Type | | undefined | | ||
| Supports Custom Alias | | Forbidden | | ||
| Private Key Handling | | Required | | ||
| PFX Password Style | | Default | | ||
|
||
![k8sstlssecr_advanced.png](docs%2Fscreenshots%2Fstore_types%2Fwindows certificate_advanced.png) | ||
|
||
##### UI Custom Fields Tab | ||
| Name | Display Name | Type | Required | Default Value | | ||
|----------------|----------------------|--------|----------|---------------| | ||
| KubeNamespace | Kube Namespace | String | | `default` | | ||
| KubeSecretName | Kube Secret Name | String | ✓ | | | ||
| KubeSecretType | Kube Secret Type | String | ✓ | `tls_secret`| | ||
|
||
|
||
### IIS Bound Certificate Store Type | ||
#### kfutil Create IIS Bound Certificate Store Type | ||
The following commands can be used with [kfutil](https://github.com/Keyfactor/kfutil). Please refer to the kfutil documentation for more information on how to use the tool to interact w/ Keyfactor Command. | ||
|
||
``` | ||
bash | ||
kfutil login | ||
kfutil store - types create--name IIS Bound Certificate | ||
``` | ||
|
||
#### UI Configuration | ||
##### UI Basic Tab | ||
| Field Name | Required | Value | | ||
|-------------------------|----------|-------------------------------------------| | ||
| Name | ✓ | IIS Bound Certificate | | ||
| ShortName | ✓ | IIS Bound Certificate | | ||
| Custom Capability | | Unchecked [ ] | | ||
| Supported Job Types | ✓ | Inventory,Add,Enrollment,Remove | | ||
| Needs Server | ✓ | Checked [x] | | ||
| Blueprint Allowed | | Unchecked [ ] | | ||
| Uses PowerShell | | Unchecked [ ] | | ||
| Requires Store Password | | Unchecked [ ] | | ||
| Supports Entry Password | | Unchecked [ ] | | ||
![k8sstlssecr_basic.png](docs%2Fscreenshots%2Fstore_types%2Fiis bound certificate_basic.png) | ||
|
||
##### UI Advanced Tab | ||
| Field Name | Required | Value | | ||
|-----------------------|----------|-----------------------| | ||
| Store Path Type | | undefined | | ||
| Supports Custom Alias | | Forbidden | | ||
| Private Key Handling | | Required | | ||
| PFX Password Style | | Default | | ||
|
||
![k8sstlssecr_advanced.png](docs%2Fscreenshots%2Fstore_types%2Fiis bound certificate_advanced.png) | ||
|
||
##### UI Custom Fields Tab | ||
| Name | Display Name | Type | Required | Default Value | | ||
|----------------|----------------------|--------|----------|---------------| | ||
| KubeNamespace | Kube Namespace | String | | `default` | | ||
| KubeSecretName | Kube Secret Name | String | ✓ | | | ||
| KubeSecretType | Kube Secret Type | String | ✓ | `tls_secret`| | ||
|
Oops, something went wrong.