montemj
I have a client that is using Tectia SSH and I am sending data over SFTP. However they require authentication via a X.509 privatekey/certificate. I have one I can use, but I'm not sure how to go about using the SmartFTP library to facility this.
Is it as easy as manually exporting the private key from the Windows Certificate store and loading from a file it in code? I have connected to other SFTP servers that use SSH Private/Public Keys fine using this method.
I haven't seen any samples that specifically address the usage of a X.509 privatekey/certificate.
Any help would be appreciated.
Is it as easy as manually exporting the private key from the Windows Certificate store and loading from a file it in code? I have connected to other SFTP servers that use SSH Private/Public Keys fine using this method.
I haven't seen any samples that specifically address the usage of a X.509 privatekey/certificate.
Any help would be appreciated.