Skip to main content link. Accesskey S
  • Log In
  • Help
  • IBM Logo
  • IBM Web Experience Factory wiki
  • All Wikis
  • All Forums
  • Home
  • Product Documentation
  • Community Articles
  • Learning Center
  • IBM Redbooks
Community Articles Product Documentation Learning Center IBM Redbooks This category Web Experience Factory 8 Documentation WebSphere Portlet Factory 7 Documentation WebSphere Portlet Factory 7.0.1 Documentation Custom Search Scope...
Search
Community Articles > FAQs > Managing SSL certificates used for publishing in the WEF Designer
  • New Article
  • Share Show Menu▼
  • Subscribe Show Menu▼

About the Original Author

IBM contributorKevin Tapperson
Contribution Summary:
  • Articles authored: 13
  • Articles edited: 9
  • Comments Posted: 3

Recent articles by this author

WebSphere Dashboard Framework Tutorials Feature Sets

This article contains the WebSphere Dashboard Framework Tutorials Feature Sets.

Managing SSL certificates used for publishing in the WEF Designer

This article describes how to manage SSL certificates used for publishing by the WEF Designer.

Diagnosing JMX publishing problems with WebSphere Portlet Factory

This article provides information on diagnosing problems with the JMXbased publish configurations in WebSphere Portlet Factory

How do I use the Transform builder?

Here is an example of using the Transform builder to map from one schema to another.
Let's assume a source schema like this:
{code:} Smith John
222 Main ...

How do I retrieve generated values from a SQL insert or update operation?

SQL provides the ability to retrieve the entire table of modified data following an insert/update/delete operation. For insert and update operations, you can use a syntax like this: {code:} SELECT * FROM NEW TABLE (INSERT INTO SCHEMA.TABLE_NAME (UNIQUEID, NAME, DESCRIPTION) VALUES ((SELECT ...

Community articleManaging SSL certificates used for publishing in the WEF Designer

Added by IBM contributor Kevin Tapperson | Edited by IBM contributor Kevin Tapperson on June 21, 2012 | Version 4
  • Edit
  • More Actions Show Menu▼
Rate this article 1 starsRate this article 2 starsRate this article 3 starsRate this article 4 starsRate this article 5 stars
expanded Abstract
collapsed Abstract
This article describes how to manage SSL certificates used for publishing by the WEF Designer.
Tags:

The Web Experience Factory Designer uses a secure transport to communicate with the WebSphere Application Server during the process of publishing a WEF project to a WebSphere based test environment.  The WEF Designer automatically manages the SSL certificates used for the transport.

When a new WebSphere Application Server is used in the publish configuration, the WEF Designer automatically accepts the SSL certificate presented by the Websphere Application Server and installs the SSL certificate into the Designer's trust store.

On occasion, it may be necessary to manually manage the WEF Designer's trust store to explicitly add, update or remove a SSL certificate.  For example, if the WebSphere Application Server is using a self-signed certificate (common), and that certificate expires, the WEF Designer may not automatically accept the new version of that certificate after WAS regenerates a new copy.  Or in the case of a re-installation of the WebSphere Application Server on the same host using the same installation parameters as a previous install, a new self-signed certificate will be generated by WAS which doesn't match the previous version of the same certificate.

The WEF Designer stores these SSL certificates used for publishing in its trust store in the following path:

Designer/eclipse/plugins/com.bowstreet.designer.WASAdminClient_<version>/profile/etc/DummyClientTrustFile.jks

For older versions of WEF, the trust store can be found in a slightly different path:

Designer/eclipse/plugins/com.bowstreet.designer.JMXConnection_<version>/WAS6.1/etc/DummyClientTrustFile.jks

 

To manage the trust store, the java keytool command should be used.

As an example, to locate and remove a certificate from the WEF Designer trust store, run the following commands:

This command lists the SSL certificates contained in the trust store:

keytool -list -v -keystore <path to DummyClientTrustFile.jks> -storetype JKS -storepass WebAS

This command removes a SSL certificate from the trust store identified by the alias, which you can obtain from the output of the first command:

keytool -delete -keystore <path to DummyClientTrustFile.jks> -storetype JKS -storepass WebAS -alias <certificate alias>

 


  • Edit
  • More Actions Show Menu▼


expanded Attachments (0)
collapsed Attachments (0)
Edit the article to add or modify attachments.
expanded Versions (4)
collapsed Versions (4)
Version Comparison     
VersionDateChanged by              Summary of changes
This version (4)Jun 21, 2012 10:28:49 AMKevin Tapperson  IBM contributor
3Jun 21, 2012 10:28:06 AMKevin Tapperson  IBM contributor
2Jun 20, 2012 10:56:16 AMKevin Tapperson  IBM contributorMinor change
1Jun 20, 2012 10:54:55 AMKevin Tapperson  IBM contributor
expanded Comments (0)
collapsed Comments (0)
Copy and paste this wiki markup to link to this article from another article in this wiki.
Go ElsewhereStay ConnectedHelpAbout
  • IBM Collaboration Solutions wikis
  • IBM developerWorks
  • IBM Software support
  • Twitter LinkIBMSocialBizUX on Twitter
  • BlogsIBMSocialBizUX on Facebook
  • ForumsLotus product forums
  • BlogsIBM Social Business UX blog
  • Community LinkIBM Collaboration Solutions
  • Wiki Help
  • Forgot user name/password
  • Wiki design feedback
  • Content feedback
  • About the wiki
  • About IBM
  • Privacy
  • Accessibility
  • IBM Terms of use
  • Wiki terms of use