mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-23 10:27:36 +00:00
12 lines
185 B
Plaintext
12 lines
185 B
Plaintext
|
@startuml
|
||
|
|
||
|
title TKEY Exchange (GSS-TSIG hook)
|
||
|
|
||
|
participant "Kea D2 server" as Kea
|
||
|
participant "DNS server" as DNS
|
||
|
|
||
|
Kea -> DNS: TKEY request
|
||
|
DNS -> Kea: TKEY response (signed)
|
||
|
|
||
|
@enduml
|