Specifying the SSL Certificate for a Site (SetSSLCertificate)

Available in EFT Server 6.1 and later.

Use the ICISite::SetSSLCertificate method to specify the SSL certificate for serving SSL-based connections (HTTPS/FTPS/AS2/Web Services).

HRESULT SetSSLCertificate(

[in] BSTR bzCertFilePath, // Certificate path

[in] BSTR bzKeyFilePath, // Certificate private key path

[in] BSTR bzPassPhrase); // Certificate private key password

Example (VBScript):

Site.SetSSLCertificate "C:\MySite.crt", "C:\ MySite.key", "My-Site_passwd"