mirror of
https://github.com/AdguardTeam/AdGuardHome.git
synced 2026-03-04 00:01:12 -05:00
DNScrypt - key validity period #4676
Labels
No labels
P1: Critical
P2: High
P3: Medium
P4: Low
UI
bug
cannot reproduce
compatibility
dependencies
docker
documentation
duplicate
enhancement
enhancement
external libs
feature request
good first issue
help wanted
infrastructure
invalid
localization
needs investigation
performance
potential-duplicate
question
recurrent
research
snap
waiting for data
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AdGuardHome#4676
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ghost on GitHub (Aug 23, 2023).
Prerequisites
I have checked the Wiki and Discussions and found no answer
I have searched other issues and found no duplicates
I want to report a bug and not ask a question or ask for help
I have set up AdGuard Home correctly and configured clients to use it. (Use the Discussions for help with installing and configuring clients.)
Platform (OS and CPU architecture)
Linux, ARM64
Installation
GitHub releases or script from README
Setup
On one machine
AdGuard Home version
v0.107.36
Action
The the key validity period using dnscrypt on Adguard Home is excessively long.
[2023-08-23 10:55:48] [INFO] [2.dnscrypt-cert.testserver.local] the key validity period for this server is excessively long (365 days), significantly reducing reliability and forward security.Expected result
Reduse the key validity period for extra security. After all, the use of DNScrypt is there for one reason only. Security.
Actual result
The key validity is 365 days long.
Additional information and/or screenshots
No response
@ainar-g commented on GitHub (Aug 23, 2023):
Hello. Which tool is the notice coming from? In any case, the default
certificate_ttlcan already be overriden, and if you want the default to be changed, you should file an issue with thegithub.com/ameshkov/dnscryptrepository.@ghost commented on GitHub (Aug 23, 2023):
dnscrypt-proxy by jedisct1.
And yep already changed the default 365 days.
But I think as default way to long. Will create a seperate ticket: https://github.com/ameshkov/dnscrypt/issues/22
Thanks.