diff --git a/src/tls.rs b/src/tls.rs index 32ffa62..0e911d2 100644 --- a/src/tls.rs +++ b/src/tls.rs @@ -183,6 +183,8 @@ impl Identity { /// The input should contain a PEM encoded private key /// and at least one PEM encoded certificate. /// + /// Note: The private key must be in RSA or PKCS#8 format. + /// /// # Examples /// /// ```