Before you begin, you must have the following:
|
To use the application certificate and serverTrustStore keystore (created in the above sections) with a web application, add the following 4 lines of java code somewhere prior to making the first call to the web application. System.setProperty("javax.net.ssl.keyStore", KeyStoreFile); where: If the application certificate is going to be used with and ISDA web service, the application certificate's CN must be entered into the web service access control list. Email ISDA application administrators at map-support@mit.edu. In the body for your email, give the CN of the application certificate, the web services for which you are requesting activation and the servers that you want access to (production or staging servers). |