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
Let's support cases when `local_cert` is a HSM URI too.
TODO: fixup indent, this version is only designed to ease code review.
Suggested-by: Jakub Zelenka <bukka@php.net>
The current PHP usage of this has got just the path without file:// so the
fast path should be to first try to get it from real path and if that fails,
then try to get it from php_openssl_x509_from_str(). If the cert is found
in any of those, then try local_pk.
0 commit comments