Skip to content

Commit

Permalink
Update generated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Keyfactor committed Jun 25, 2024
1 parent a1d51f7 commit ee12765
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,28 +98,15 @@ This text would be entered in as the value for the __Server Password__, instead
---


## Release 2.2 Update on Entry Params
**Important Note** Entry params are no longer used. This version of the extension will only update certs on existing bindings and not add a cert to a new binding location. This was done to simplify the process since there are so many binding locations and reference issues.

## CERT STORE SETUP AND GENERAL PERMISSIONS
<details>
<summary>Cert Store Type Configuration</summary>

In Keyfactor Command create a new Certificate Store Type similar to the one below:

### Release 2.2 Update on Entry Params
**Important Note** Entry params are no longer used. This version of the extension will only update certs on existing bindings and not add a cert to a new binding location. This was done to simplify the process since there are so many binding locations and reference issues.

### Store Path Explanation
**Important Note** The store path permutations are show below

#### FIREWALL VIRTUAL SYSTEM PATH
**Path Example: ** /config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']
**localhost.localdomain**: This is a constant value representing the default domain on the firewall.
**vsys1**: This represents a specific virtual system on the firewall.

The complete path is:

/config/devices/entry[@name='localhost.localdomain']: This part of the path refers to the device entry with the name 'localhost.localdomain' under the 'devices' section in the 'config'.
/vsys/entry[@name='vsys1']: Within the 'localhost.localdomain' device entry, this specifies the entry for the virtual system named 'vsys1'.

#### STORE TYPE CONFIGURATION
SETTING TAB | CONFIG ELEMENT | DESCRIPTION
------|-----------|------------------
Expand Down Expand Up @@ -166,6 +153,19 @@ Use SSL |This should be checked.
User |ApiUser Setup for either Panorama or the Firewall Device
Password |Api Password Setup for the user above

### Store Path Explanation
**Important Note** The store path permutations are show below

#### FIREWALL VIRTUAL SYSTEM PATH
*Path Example*: /config/devices/entry[@name='localhost.localdomain']/vsys/entry[@name='vsys1']
*localhost.localdomain*: This is a constant value representing the default domain on the firewall.
*vsys1*: This represents a specific virtual system on the firewall.

The complete path is:

/config/devices/entry[@name='localhost.localdomain']: This part of the path refers to the device entry with the name 'localhost.localdomain' under the 'devices' section in the 'config'.
/vsys/entry[@name='vsys1']: Within the 'localhost.localdomain' device entry, this specifies the entry for the virtual system named 'vsys1'.

</details>

<details>
Expand Down

0 comments on commit ee12765

Please sign in to comment.