From 2e0faa6812cd5b8521d18114704f287f6c7dac09 Mon Sep 17 00:00:00 2001 From: Alexander J Date: Fri, 20 Jan 2017 16:12:08 +0100 Subject: [PATCH 1/2] Update edit.ctp (*.pem) https://github.com/MISP/MISP/issues/1246 --- app/View/Servers/edit.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Servers/edit.ctp b/app/View/Servers/edit.ctp index 283819601..938088149 100644 --- a/app/View/Servers/edit.ctp +++ b/app/View/Servers/edit.ctp @@ -85,7 +85,7 @@ ?>

- Server certificate file: + Server certificate file (*.pem): Date: Fri, 20 Jan 2017 16:15:56 +0100 Subject: [PATCH 2/2] Update add.ctp --- app/View/Servers/add.ctp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/View/Servers/add.ctp b/app/View/Servers/add.ctp index 7c5c6f2a6..fdb20351d 100644 --- a/app/View/Servers/add.ctp +++ b/app/View/Servers/add.ctp @@ -129,7 +129,7 @@ var formInfoValues = { 'ServerAuthkey' : "You can find the authentication key on your profile on the external server.", 'ServerPush' : "Allow the upload of events and their attributes.", 'ServerPull' : "Allow the download of events and their attributes from the server.", - 'ServerSubmittedCert' : "You can also upload a certificate file if the instance you are trying to connect to has its own signing authority.", + 'ServerSubmittedCert' : "You can also upload a certificate file if the instance you are trying to connect to has its own signing authority. (*.pem)", 'ServerSelfSigned' : "Click this, if you would like to allow a connection despite the other instance using a self-signed certificate (not recommended)." };