Is your feature request related to a problem? Please describe.
I could not find way to do this unless by keytool command using
openssl pkcs12 -export -in abc.cer -inkey abc.key -chain -CAfile abc_ca.cer -name "abc" -out abc.p12
Describe the solution you'd like
It will be great to have an option to provide these files and be able to create .p12 file.
Describe alternatives you've considered
Above openssl option
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe. I could not find way to do this unless by keytool command using openssl pkcs12 -export -in abc.cer -inkey abc.key -chain -CAfile abc_ca.cer -name "abc" -out abc.p12
Describe the solution you'd like It will be great to have an option to provide these files and be able to create .p12 file.
Describe alternatives you've considered Above openssl option
Additional context Add any other context or screenshots about the feature request here.