Our Products:   CompleteFTP  edtFTPnet/Free  edtFTPnet/PRO  edtFTPj/Free  edtFTPj/PRO
0 votes
4.1k views
in Java FTP by (160 points)
Good morning,

My team is testing a product which uses (among others) FTPS with a p12 certificate. FTPS is the only protocol for which we don't have a testing solution, and if edtFTPj/PRO supports it, we'll definitely give it a try.

Can anyone confirm that edtFTPj/PRO supports p12 certificates?

Thank you,

-c.
Casey Grimm

2 Answers

0 votes
by (162k points)
edtFTPj/PRO doesn't support p12 certificates.

However it is easy using the latest version of OpenSSL to convert them to PEM format.

To extract the certificate in PEM format:

openssl pkcs12 -clcerts -nokeys -in cert.p12 -out usercert.pem
0 votes
by (160 points)
Thank you!

-c.

Categories

...