Merge "Fix show certificate button returning invalid CA"
This commit is contained in:
commit
51d641525b
@ -52,7 +52,7 @@
|
||||
function perform(selected) {
|
||||
// get certificate
|
||||
return magnum.showCertificate(selected.id).then(function(response) {
|
||||
textDownload.downloadTextFile(response.pem, selected.name + "_ca.pem");
|
||||
textDownload.downloadTextFile(response.data.pem, selected.name + "_ca.pem");
|
||||
});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user