Update docs/book/src/quinn/certificate.md

Co-authored-by: Dirkjan Ochtman <dirkjan@ochtman.nl>
This commit is contained in:
Timon
2021-01-13 17:35:21 +01:00
committed by Dirkjan Ochtman
parent ce456c3291
commit 08e26ce3fd
+1 -1
View File
@@ -31,7 +31,7 @@ impl rustls::ServerCertVerifier for SkipCertificationVerification {
}
```
After that, we can configure our [ClientConfig][ClientConfig] to use this new [ServerCertVerifier][ServerCertVerifier] implementation.
After that, modify the [ClientConfig][ClientConfig] to use this [ServerCertVerifier][ServerCertVerifier] implementation.
```rust
pub fn insecure() -> ClientConfig {