2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-22 18:08:16 +00:00
kea/doc/sphinx/uml/tkey.uml
2021-08-19 18:32:47 +02:00

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