We tried to configure the SSL for ASAP, post configuration when we are trying to launch ASAP we are getting error "Unable to launch application: unsigned application"
Release : 6.x
Component : CA RELEASE AUTOMATION
The custom-truststore.jar is not been signed correctly or been signed with certificate which doesn't allows code signing.
You can validate the same by running command and check section Warning in output for warning "This jar contains entries whose signer certificate's ExtendedKeyUsage extension doesn't allow code signing"
jarsigner –verify –verbose –certs custom-truststore.jar
Firstly, get the certificate whose extended key usage allow code-signing and extract code-signing keystore (JKS) file. The code signing certificate is must for ASAP SSL configuration.
For ASAP configuration please make sure you follow/execute steps mentioned for SSL configuration in documentation, with below mentioned consideration. The summary of step will be as below
ui.trustStorePassword=<Plain text password for nolio.jks>
Release Automation 6.7 the ASAP (Automation Studio) java-based client has been deprecated. All functionality has been moved into the browse based ROC (Release Operations Center).
If you only use ROC over SSL (and not ASAP), then you do not need the jarsigner step.