0 votes
by (120 points)
edited

To connect to our z/OS mainframe FTP server using FTPS, I was given certificate files in .crt format. It seems that REBEX wants to use .pfx certificate file format. Is there any way to get REBEX to use the .crt files?

And/or do you have any information about connecting to a z/OS mainframe FTP server?

Applies to: Rebex FTP/SSL
by (144k points)
edited

Which certificate does the .crt file actually contain? Is it the server certificate (and you just want to validate whether the server actually presents this one to the client), or is it a client certificate you would like to use to authenticate yourself (the client) to the server?

by (144k points)
The newly added CertificateChain.LoadDer method might handle those .crt files.

1 Answer

0 votes
by (144k points)

Also, please check out http://www.rebex.net/ftp-ssl.net/features/x509-certificates.aspx and http://www.rebex.net/ftp-ssl.net/features/tls-ssl.aspx for information about supported certificate formats and their usage in Rebex FTP/SSL.

...