Files
dbserver/.Notebook/Configuration 파일 생성.md
2026-02-21 06:14:35 +09:00

1.9 KiB

cat > OpcTestClient.Config.xml << 'EOF'

<?xml version="1.0" encoding="utf-8"?>

OPC Test Client urn:localhost:OpcTestClient Client_1

Directory %CommonApplicationData%/OPC Foundation/pki/own CN=OPC Test Client
<TrustedPeerCertificates>
  <StoreType>Directory</StoreType>
  <StorePath>%CommonApplicationData%/OPC Foundation/pki/trusted</StorePath>
</TrustedPeerCertificates>

<RejectedCertificateStore>
  <StoreType>Directory</StoreType>
  <StorePath>%CommonApplicationData%/OPC Foundation/pki/rejected</StorePath>
</RejectedCertificateStore>

<AutoAcceptUntrustedCertificates>true</AutoAcceptUntrustedCertificates>
600000 1048576 1048576 65536 4194304 65536 300000 3600000 60000 10000 OpcTest.log true EOF

echo " Config file created!"