[
https://issues.apache.org/jira/browse/CLOUDSTACK-6695?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14091125#comment-14091125
]
ASF subversion and git services commented on CLOUDSTACK-6695:
-------------------------------------------------------------
Commit d0ff6cd461d9169133a7782850c93c9a3e994ba8 in cloudstack's branch
refs/heads/4.4 from [~jessicawang]
[ https://git-wip-us.apache.org/repos/asf?p=cloudstack.git;h=d0ff6cd ]
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)