mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 18:08:16 +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
|