Skip to content

Commit 2074f71

Browse files
author
Keyfactor
committed
Update generated README
1 parent ff84dc6 commit 2074f71

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ the CA. Without the imported configuration, the service will fail to start.
134134
8) **ClientCertificateLocation** - This is for the SOAP Inventory as explained in the SOAP Inventory Setup section. This is the location of the pfx to use for the client certificate.
135135
9) **ClientCertificatePassword** - This is for the SOAP Inventory as explained in the SOAP Inventory Setup section. This is the password for the PFX file to use for the client certificate.
136136
8) **EndpointAddress** - This is for the SOAP Inventory as explained in the SOAP Inventory Setup section. This is endpoint address for the SOAP API. You will want a differnt value than the test version in production.
137+
9) **OuStartPoint** - This was made configurable for clients that have more than one Organizational Units. If there are 2 existing, this should be set to 2.
137138

138139
```
139140
"CAConnection": {
@@ -148,7 +149,8 @@ the CA. Without the imported configuration, the service will fail to start.
148149
"EmailConstantName": "mail_email",
149150
"ClientCertificateLocation": "C:\\Program Files\\Keyfactor\\Keyfactor AnyGateway\\KeyfactorMPki.pfx",
150151
"ClientCertificatePassword": "SomePassword!",
151-
"EndpointAddress": "https://pki-ws.symauth.com/pki-ws/certificateManagementService"
152+
"EndpointAddress": "https://pki-ws.symauth.com/pki-ws/certificateManagementService",
153+
"OuStartPoint":2
152154
}
153155
```
154156

0 commit comments

Comments
 (0)