Skip to content

Commit 70c4c5e

Browse files
author
Bob Pokorny
committed
Updated documentation for Linux and SSH
1 parent 15ecb86 commit 70c4c5e

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

docsource/content.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ In version 2.0 of the IIS Orchestrator, the certificate store type has been rena
5656

5757
Please consult with your company's system administrator for more information on configuring SSH or WinRM in your environment.
5858

59+
### PowerShell Requirements
60+
PowerShell is extensively used to inventory and manage certificates across each Certificate Store Type. Windows Desktop and Server includes PowerShell 5.1 that is capable of running all or most PowerShell functions. If the Orchestrator is to run in a Linux environment using SSH as their communication protocol, PowerShell 6.1 or greater is required (7.4 or greater is recommended).
61+
In addition to PowerShell, IISU requires additional PowerShell modules to be installed and available. These modules include: WebAdministration and IISAdministration, versions 1.1.
5962

6063
### Security and Permission Considerations
6164

docsource/iisu.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ The IISU store type represents the IIS servers and their certificate bindings. I
99
### Limitations and Areas of Confusion
1010

1111
- **Caveats:** It's important to ensure that the Windows Remote Management (WinRM) is properly configured on the target server. The orchestrator relies on WinRM to perform its tasks, such as manipulating the Windows Certificate Stores. Misconfiguration of WinRM may lead to connection and permission issues.
12+
<br><br>When performing <b>Inventory</b>, all bound certificates <i>regardless</i> to their store location will be returned.
13+
<br><br>When executing an Add or Renew Management job, the Store Location will be considered and place the certificate in that location.
1214

1315
- **Limitations:** Users should be aware that for this store type to function correctly, certain permissions are necessary. While some advanced users successfully use non-administrator accounts with specific permissions, it is officially supported only with Local Administrator permissions. Complexities with interactions between Group Policy, WinRM, User Account Control, and other environmental factors may impede operations if not properly configured.
1416

0 commit comments

Comments
 (0)