Skip to content

Commit

Permalink
Revert "Update readme"
Browse files Browse the repository at this point in the history
This reverts commit eeec683.
  • Loading branch information
dgaley committed Jan 7, 2022
1 parent eeec683 commit 4390bc7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -139,11 +139,11 @@ This setting determine the number of times the service will attempt to download
* ```PickupDelay```
This is the number of seconds between retries. Be aware that the total # of retries times the number of seconds will be an amount of time the portal will be occupied during enrollment. If the duration is too long the request may timeout and cause unexpected results.
* ```PageSize```
This is the number of certificates per request that will be processed during sync. If not provided, default is 25.
This is the number of certificates per request that will be processed during sync.
* ```ExternalRequestorFieldName```
This is the Enrollment Field name that can be populated to pass an email address to Sectigo for enrollment notifications. If blank, the API will default to the email address of the API user configured in the username field above.
* ```SyncFilter```
This object will allow the implementation team to determine how the synchronization process limits certificates. If not provided, no filtering will be done, and all certs returned. All SSL List filter parameters should be supported. The example below shows filtering based on specific templates that should only be synchronized by a particular CA.[Support Article for API detail](https://support.sectigo.com/Com_KnowledgeDetailPage?Id=kA01N000000XDkE)
This object will allow the implementation team to determine how the synchronization process limits certificates. All SSL List filter parameters should be supported. The example below shows filtering based on specific templates that should only be synchronized by a particular CA.[Support Article for API detail](https://support.sectigo.com/Com_KnowledgeDetailPage?Id=kA01N000000XDkE)

```json
"CAConnection": {
Expand Down

0 comments on commit 4390bc7

Please sign in to comment.