Certificate security plugin: Difference between revisions
From OPC Labs Knowledge Base
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
[[Category:Plugins]] | [[Category:Plugins]] | ||
{| class="wikitable" | |||
!Order | |||
!Enabled by | |||
!Parameterized by | |||
!Description | |||
|- | |||
|1 | |||
|{{Style=Identifier|AllowStatic}} | |||
|{{Style=Identifier|StaticCertificateSecurityParameters}} | |||
| | |||
|- | |||
|2 | |||
|{{Style=Identifier|AllowHandler}} | |||
| | |||
| | |||
|- | |||
|3 | |||
|{{Style=Identifier|AllowInteractive}} | |||
| | |||
| | |||
|} | |||
Line 15: | Line 42: | ||
|False | |False | ||
|True | |True | ||
|The user is allowed to supply the local certificates (depending on the capabilities of the interaction provider), or use the provided defaults. The default local certificates for the interaction are given by the {{Style=Identifier|StaticCertificateSecurityParameters}}.{{Style=Identifier|LocalCertificatesQuery}} setting (even though | |The user is allowed to supply the local certificates (depending on the capabilities of the interaction provider), or use the provided defaults. The default local certificates for the interaction are given by the {{Style=Identifier|StaticCertificateSecurityParameters}}.{{Style=Identifier|LocalCertificatesQuery}} setting (even though {{Style=Identifier|AllowStatic}} is set False). | ||
|The user is allowed to accept or reject the remote certificate. | |The user is allowed to accept or reject the remote certificate. | ||
|- | |- |
Revision as of 20:01, 23 December 2019
Order | Enabled by | Parameterized by | Description |
---|---|---|---|
1 | AllowStatic | StaticCertificateSecurityParameters | |
2 | AllowHandler | ||
3 | AllowInteractive |
AllowStatic setting | AllowInteractive setting | Get local certificates | Validate remote certificate |
---|---|---|---|
False | False | The consumer will use its default behavior for obtaining local certificates. | The consumer will use its default behavior for validating the remote certificate. |
False | True | The user is allowed to supply the local certificates (depending on the capabilities of the interaction provider), or use the provided defaults. The default local certificates for the interaction are given by the StaticCertificateSecurityParameters.LocalCertificatesQuery setting (even though AllowStatic is set False). | The user is allowed to accept or reject the remote certificate. |
True | False | Local certificates are obtained according to StaticCertificateSecurityParameters.LocalCertificatesQuery setting (can be read from certificate files, and/or found in certificate store). | The remote certificate is accepted if it complies with the StaticCertificateSecurityParameters.RemoteCertificateAcceptancePolicy setting. |
True | True | Local certificates are obtained according to StaticCertificateSecurityParameters.LocalCertificatesQuery setting (can be read from certificate files, and/or found in certificate store). | The remote certificate is accepted if it complies with the StaticCertificateSecurityParameters.RemoteCertificateAcceptancePolicy setting. Otherwise, the user is allowed to accept or reject the remote certificate. |