mirror of
https://github.com/DNSCrypt/doh-server.git
synced 2025-04-05 14:07:37 +03:00
Clarify
This commit is contained in:
parent
63d672895f
commit
00cc43e2bb
1 changed files with 1 additions and 1 deletions
|
@ -79,7 +79,7 @@ where
|
||||||
if keys.is_empty() {
|
if keys.is_empty() {
|
||||||
return Err(io::Error::new(
|
return Err(io::Error::new(
|
||||||
io::ErrorKind::InvalidInput,
|
io::ErrorKind::InvalidInput,
|
||||||
"No private keys found",
|
"No private keys found - Make sure that they are in PKCS#8/PEM format",
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
keys
|
keys
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue