How to configure the password in the program
I used the following method to initialize, but I don’t want to write the ICESSL password to the configuration file:
int main(int argc, const char* const argv[], ICE_CONFIG_FILE_STRING configFile, int version = ICE_INT_VERSION);
Tagged:
0
Comments
In this case, how do I configure this into the program
Hi Zhou,
You can configure a password prompt callback using the IceSSL plug-in interface see https://doc.zeroc.com/ice/3.7/ice-plugins/icessl/advanced-icessl-topics#id-.AdvancedIceSSLTopicsv3.7-ManagingCertificatePasswords
OK,It's solved,Thanks,