How to make an x.509 certificate from a PEM one?
- by Ken
I'm trying to test a script, locally, which involves uploading a file using a Java-based program to a FileZilla FTPES server.
For the real thing, there is a real certificate on the FZ server, and the upload step (tested alone) seems to work fine.
I've installed FileZilla Server on my dev box (so it'll test uploading from localhost to localhost). …