diff --git a/epp-client/src/config.rs b/epp-client/src/config.rs
index 197c568..7a34dd5 100644
--- a/epp-client/src/config.rs
+++ b/epp-client/src/config.rs
@@ -35,9 +35,6 @@
//!
//! // Get EPP service extensions
//! let service_extensions = registry.ext_uris().unwrap();
-//!
-//! // Get client certificate and private key
-//! let tls = registry.tls_files().unwrap();
//! ```
use std::collections::HashMap;
@@ -96,31 +93,15 @@ impl EppClientConnection {
}
/// Returns the parsed client certificate and private key for client TLS auth
pub fn tls_files(&self) -> Result