Skip to content

Commit

Permalink
Merge pull request #74 from darrellodonnell/main
Browse files Browse the repository at this point in the history
added x509
  • Loading branch information
andorsk authored Dec 9, 2024
2 parents a703e4c + e0dc9a9 commit d44de94
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion diagrams/protocol-bridging.plantuml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@startuml
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Context.puml
!include https://raw.githubusercontent.com/plantuml-stdlib/C4-PlantUML/master/C4_Container.puml
' uncomment the following line and comment the first to use locally
' !include C4_Context.puml

Expand All @@ -21,6 +21,15 @@ Rel(oidcBridge,oidfDataN,"OIDF\nProfile N")
System(TRAIN, "TRAIN")
Rel(Bridge, TRAIN,"bridges")

System_Boundary(x509system,"x509"){
System(x509,"x509 Ecosystem")
System(x509CA,"x509 CA")
System(x509bridge, "x509 Bridge")
Rel(Integrator,x509bridge,"TRQP")
Rel(x509bridge,x509,"bridges")
Rel(x509CA, x509,"anchors")
}



System(EUTrustedList, "EU Trusted List")
Expand Down
Binary file modified docs/images/puml/protocol-bridging.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d44de94

Please sign in to comment.