Security (WS)
Parameter | Type | Description | Default |
---|---|---|---|
UseSecurity | Checkbox | Allows you to activate or deactivate security features. If enabled security for archive link is used. | Unchecked |
Certificate | DropDown | The selected certificate will be used to send signed HTTP requests to the configured Content Server. |
|
PublicStoreAlias | String | Configured alias in the keystopre will be used to verify signed text. Pa-rameter UseSecurity should be activated as well for this function. |
|
PrivateStoreAlias | String | Configured alias will be used to generate CSR. |
|
serverinfo | Checkbox | Option indicates whether serverinfo-requests are to be forwarded to Content Server. | Unchecked |
info | Checkbox | Option indicates whether info-requests are to be forwarded to Content Server. | Unchecked |
create | Checkbox | Option indicates whether create-requests are to be forwarded to Content Server. | Unchecked |
delete | Checkbox | Option indicates whether delete-requests are to be forwarded to Content Server. | Unchecked |
get | Checkbox | Option indicates whether get-requests are to be forwarded to Content Server. | Unchecked |
getAll | Checkbox | Option indicates whether getAll-requests are to be forwarded to Content Server. | Unchecked |
CsrCN | String | Option which specifies the Common Name (CN) attribute for the CSR request. |
|
CsrOU | String | Option which specifies the Organization Unit (OU) attribute for the CSR request. |
|
CsrO | String | Option which specifies the Organization (O) at-tribute for the CSR request. |
|
CsrL | String | Option which specifies the Locality (L) attribute for the CSR request. |
|
CsrS | String | Option which specifies the State (S) attribute for the CSR request. |
|
CsrC | String | Option which specifies the country (Country) at-tribute for the CSR request. |
|
CsrEmail | String | Option which specifies e-mail attribute for the CSR request. |
|
CNOverride | String | Option which allows the instance to use another certificate according to the Common Name (CN). PublicStoreAlias should also be configured accordingly. |
|