You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.markdown
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7757,8 +7757,8 @@ corresponding `pkey` be provided too. See below.
7757
7757
These objects can be created using [ngx.ssl.parse\_pem\_priv\_key](https://github.com/openresty/lua-resty-core/blob/master/lib/ngx/ssl.md#parse_pem_priv_key)
7758
7758
function provided by lua-resty-core.
7759
7759
7760
-
If both of `cert` and `pkey` are `nil`, this method will clear
7761
-
the client certificate and private key that were setted before.
7760
+
If both of `cert` and `pkey` are `nil`, this method will clear any existing client certificate and private key
7761
+
that was previously set on the cosocket object.
7762
7762
7763
7763
This method was first introduced in the `v0.10.22` release.
0 commit comments