Use of customer certificates #732
Answered
by
simonhamp
galegobr01
asked this question in
Q&A
|
I'd like to know if NativePHP already has a built-in feature for working with client digital certificates, especially A3 certificates, via the Windows CertStore. If it doesn't have a built-in feature, is there any plan or idea for adding this in future versions? |
Answered by
simonhamp
Apr 8, 2026
Replies: 1 comment
|
Not currently, and it's not on the near-term roadmap given how platform-specific it is. Depending on your exact use case, the underlying Electron runtime may already handle client cert selection for TLS. For deeper CertStore access, you'd probably need to spawn a native helper process. |
0 replies
Answer selected by
galegobr01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Not currently, and it's not on the near-term roadmap given how platform-specific it is.
Depending on your exact use case, the underlying Electron runtime may already handle client cert selection for TLS. For deeper CertStore access, you'd probably need to spawn a native helper process.