We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When implementing key-rotation the following command was used to check the validity of the certificate/ephemeral keys.
dnscrypt-proxy --resolver-address=127.0.0.1:443 \ --provider-name=2.dnscrypt-cert.<yourdomain> \ --provider-key=<provider_public_key> \ --test=10080
In dnscrypt-proxy 2 --test is gone, see DNSCrypt/dnscrypt-proxy#185 and there is no other way than using the old v1 fork.
--test
This mode should be provided by a small tool or, ideally, by dnscrypt-wrapper itself.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When implementing key-rotation the following command was used to check the validity of the certificate/ephemeral keys.
In dnscrypt-proxy 2
--test
is gone, see DNSCrypt/dnscrypt-proxy#185 and there is no other way than using the old v1 fork.This mode should be provided by a small tool or, ideally, by dnscrypt-wrapper itself.
The text was updated successfully, but these errors were encountered: