OPCFoundation / UA-.NETStandard

OPC Unified Architecture .NET Standard
Other
1.97k stars 950 forks source link

[Server] Allow Subject Name Change of Application Certificate in GDS Push scenario #2833

Open romanett opened 2 weeks ago

romanett commented 2 weeks ago

Proposed changes

Extend CertificateIdentifier to allow Certificate to be found by applicationUri in addition to the subject name. This allows an Administator to perform a certificate update and changing the subject name specified in the application certificate during the process

Related Issues

Types of changes

Checklist

Further comments

codecov[bot] commented 2 weeks ago

Codecov Report

Attention: Patch coverage is 77.14286% with 8 lines in your changes missing coverage. Please review.

Project coverage is 55.28%. Comparing base (ce33d63) to head (ce0b808).

Files with missing lines Patch % Lines
...ore/Security/Certificates/CertificateIdentifier.cs 58.33% 3 Missing and 2 partials :warning:
...raries/Opc.Ua.Configuration/ApplicationInstance.cs 83.33% 1 Missing :warning:
...a.Server/Configuration/ConfigurationNodeManager.cs 88.88% 0 Missing and 1 partial :warning:
...Security/Certificates/DirectoryCertificateStore.cs 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2833 +/- ## ========================================== - Coverage 55.70% 55.28% -0.42% ========================================== Files 352 352 Lines 67332 67345 +13 Branches 13806 13813 +7 ========================================== - Hits 37506 37233 -273 - Misses 25792 26029 +237 - Partials 4034 4083 +49 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.