Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

elaborate on Store certificate path #1432

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion articles/desktop-flows/actions-reference/cyberark.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Retrieves a password for a specific application from CyberArk.
|Accept untrusted certificates|N/A|[Boolean value](../variable-data-types.md#boolean-value)|False|Specifies whether to accept untrusted certificates|
|Certificate location|N/A|Don't use certificate, Load certificate from Windows Store, Load certificate from file|Don't use certificate|Specifies how to load (if needed) the certificate for the request|
|Use only valid certificates|N/A|[Boolean value](../variable-data-types.md#boolean-value)|False|Specifies whether to load only valid certificates from the store|
|Store certificate path|No|[Text value](../variable-data-types.md#text-value)||The path of the certificate in the certificate store|
|Store certificate path|No|[Text value](../variable-data-types.md#text-value)||The path of the certificate in the certificate store. The path can be specified in this format: `%StoreName%/%StoreLocation%/%CertificateSerialNumber%` <br/>For example: `LocalMachine/My/9F2B7A5C3D4E8F1A6B3C7D8E9A0B1C2D` |
|Certificates path|No|[File](../variable-data-types.md#files-and-folders)||The path of the certificate selected from the store|
|Certificate password|No|Direct encrypted input or [Text value](../variable-data-types.md#text-value)||The password for the certificate file|
|Timeout|Yes|[Numeric value](../variable-data-types.md#numeric-value)|30|The waiting time (in seconds) to get results from CyberArk|
Expand Down