summaryrefslogtreecommitdiff
path: root/ext/openssl/lib/net/https.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/openssl/lib/net/https.rb')
-rw-r--r--ext/openssl/lib/net/https.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/openssl/lib/net/https.rb b/ext/openssl/lib/net/https.rb
index fb7f53c555..9d24635f2f 100644
--- a/ext/openssl/lib/net/https.rb
+++ b/ext/openssl/lib/net/https.rb
@@ -64,16 +64,10 @@ It can be replaced by follow one:
Sets an OpenSSL::PKey::RSA or OpenSSL::PKey::DSA object.
(This method is appeared in Michal Rokos's OpenSSL extention.)
-: key_file=((|path|))
- Sets a private key file to use in PEM format.
-
: cert=((|cert|))
Sets an OpenSSL::X509::Certificate object as client certificate.
(This method is appeared in Michal Rokos's OpenSSL extention.)
-: cert_file=((|path|))
- Sets pathname of a X.509 certification file in PEM format.
-
: ca_file=((|path|))
Sets path of a CA certification file in PEM format.
The file can contrain several CA certificats.