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
I have a request - more like a wish - for client-side certificate handling:
We have a certificate with encrypted private key and therefore need to pass the password for the private key to the certificate loader function. Afaik neither credentialLoadX509 nor credentialLoadX509FromMemory support this.
Would it be possible to add this functionality? Or is there known work-around?
thanx, nikomi
The text was updated successfully, but these errors were encountered:
I'ld like that too, but I don't see how to provide a user experience for this. I'm not sure what other applications that supports directly encrypted keys do TBH.
Hi,
I have a request - more like a wish - for client-side certificate handling:
We have a certificate with encrypted private key and therefore need to pass the password for the private key to the certificate loader function. Afaik neither
credentialLoadX509
norcredentialLoadX509FromMemory
support this.Would it be possible to add this functionality? Or is there known work-around?
thanx, nikomi
The text was updated successfully, but these errors were encountered: