Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A661E109AF for ; Fri, 8 Aug 2014 17:59:12 +0000 (UTC) Received: (qmail 35544 invoked by uid 500); 8 Aug 2014 17:59:12 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 35520 invoked by uid 500); 8 Aug 2014 17:59:12 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 35510 invoked by uid 500); 8 Aug 2014 17:59:12 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 35507 invoked by uid 99); 8 Aug 2014 17:59:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 08 Aug 2014 17:59:12 +0000 Date: Fri, 8 Aug 2014 17:59:12 +0000 (UTC) From: "ASF subversion and git services (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (CLOUDSTACK-6695) UI should allow uploading chained SSL certificates MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CLOUDSTACK-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091046#comment-14091046 ] ASF subversion and git services commented on CLOUDSTACK-6695: ------------------------------------------------------------- Commit 57f611df16c48419e582f41c1e630faa739c11c5 in cloudstack's branch refs/heads/master from [~mihaelas] [ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=57f611d ] CLOUDSTACK-6695: Added support to the UI for uploading a chain of certificates In the "SSL Certificate" dialog we added: - new field for the root certificate; - a button to add intermediate certificates if necessary; when this is pressed, a new field, called "Intermediate certificate 1" is added; pressed again, "Intermediate certificate 2" field is added, and so on. We upload the certificates in order: first the root certificate (with id=1), then the intermediate certificates (with id=2,3,..) and finally the server certificate. When uploading a certificate, we wait for the upload to be completed successfully and only then we proceed to uploading the next one. If one fails, we report failure and don't continue with the remaining. Signed-off-by: Mihaela Stoica > UI should allow uploading chained SSL certificates > --------------------------------------------------- > > Key: CLOUDSTACK-6695 > URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6695 > Project: CloudStack > Issue Type: New Feature > Security Level: Public(Anyone can view this level - this is the default.) > Components: UI > Affects Versions: 4.3.0, 4.4.0 > Reporter: Amogh Vasekar > Assignee: Mihaela Stoica > Priority: Critical > Fix For: 4.4.0, 4.5.0 > > > Currently, to upload chained certificates into CloudStack for SSVM / CPVM requires making API calls with right "id" and alias parameter. > The UI only supports adding the server certificate, and should be enhanced to support adding the whole chain. -- This message was sent by Atlassian JIRA (v6.2#6252)