-
Notifications
You must be signed in to change notification settings - Fork 21
Expand file tree
/
Copy pathPCWE.opcua.config
More file actions
31 lines (31 loc) · 1.08 KB
/
PCWE.opcua.config
File metadata and controls
31 lines (31 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<OpcUAConfigurationDocument schemaVersion="2.4" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.phoenixcontact.com/schema/opcuaconfig" xmlns="http://www.phoenixcontact.com/schema/opcuaconfig">
<NodeName>axc-f-2152-1</NodeName>
<ServerCertificate>
<SelfSigned>
<SubjectAlternativeName>
<NotSet />
</SubjectAlternativeName>
<SubjectAlternativeName>
<NotSet />
</SubjectAlternativeName>
<SubjectAlternativeName>
<NotSet />
</SubjectAlternativeName>
<SubjectAlternativeName>
<NotSet />
</SubjectAlternativeName>
</SelfSigned>
</ServerCertificate>
<GdsPortsToProvide>
<Flagged />
</GdsPortsToProvide>
<SubscriptionSettings>
<SubscriptionKind>DirectRead</SubscriptionKind>
</SubscriptionSettings>
<SecuritySettings ApplicationUriCheck="true" ApplicationAuthentication="true">
<Basic256Sha256 />
<Aes128Sha256RsaOaep />
<Aes256Sha256RsaPss />
</SecuritySettings>
</OpcUAConfigurationDocument>