[
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 <[email protected]>
> 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)