5 Apr
2023
5 Apr
'23
1:21 a.m.
Hi László, Great, thx, I'll give this a try too (so the CA bundle must already exist - no support for using the target as defined by ca-dir()?). Regards, -David On Tuesday, April 04, 2023 1:43 PM, László Várady <annonameus@gmail.com> wrote:
Hi,
Not exactly sure how I’d wrap all of key-file(), cert-file(), and ca-dir() (all certs) values into a single pfx file? Do you happen to know how this ca be done (with openssl presumably)?
I usually do this with the following openssl command:
|openssl pkcs12 -export -inkey my.key -in my.crt -certfile ca.crt -out my.p12|
-- László Várady||