...
To use the file stored in the CS as attachment, during an operation, JADE has to export the attached file on local filesystem. To define the name of exported file name on local filesystem , use this parameter.
Code Block | ||
---|---|---|
| ||
-CredentialStore_ExportAttachment2FileName="archive_server_ras.ppk" <source> | ||
Code Block |
example: additional parameters in notes section
<source>
-CredentialStore_ExportAttachment2FileName="archive_server_ras.ppk"
todo: This is the explanation for this example.
Code Block |
---|
Data-Type : SOSOptionOutFileName
Use together with parameter:
* [use_credential_Store|#use_credential_Store] - use credential store for authentication
Alias: CS_ExportAttachment2FileName
h4. Parameter <span ih1. "CredentialStore_KeyFileName">CredentialStore_KeyFileName</span>: Name of the File containing the private Key
----
Credential store can be accessed by the JADE using an private key or with password or combination of both. define the path/location of the ssh key file using this parameter.
{code:language=bash}
-CredentialStore_KeyFileName="jade_cs_rsa.ppk"
<source>
|
...