Prepare DANE

This commit is contained in:
M66B
2024-01-02 10:17:33 +01:00
parent 80f69c2240
commit 895f4a0f35
4 changed files with 3015 additions and 1 deletions

View File

@@ -75,6 +75,8 @@ public class EntityIdentity {
@NonNull
public Boolean insecure = false;
@NonNull
public Boolean dane = false;
@NonNull
public Integer port;
@NonNull
public Integer auth_type;