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
The credential opts require certfile, keyfile and possibly cacertfile. This is a bit impractical since i generate lots of Cert-Key pairs locally for testing (thousands).
The commit here adds a certkeyasn1 option that can be used to pass a PKCS12-ASN.1 encoded blob, according to this.
I will clean it up a bit when I get the time, but it seems to work so far. It is currently missing password support.
The text was updated successfully, but these errors were encountered:
The credential opts require
certfile
,keyfile
and possiblycacertfile
. This is a bit impractical since i generate lots of Cert-Key pairs locally for testing (thousands).The commit here adds a
certkeyasn1
option that can be used to pass a PKCS12-ASN.1 encoded blob, according to this.I will clean it up a bit when I get the time, but it seems to work so far. It is currently missing password support.
The text was updated successfully, but these errors were encountered: