diff options
author | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2014-01-07 11:24:07 +0000 |
---|---|---|
committer | tkellner <tkellner@8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4> | 2014-01-07 11:24:07 +0000 |
commit | 157776fac66fe64f5dd49cb3adf6522585edce07 (patch) | |
tree | 0b4a8119639721bb121da77e4c5c17220a223341 /BKULocal/src | |
parent | 6533569c244f920102301e72445adb95206edffc (diff) | |
download | mocca-157776fac66fe64f5dd49cb3adf6522585edce07.tar.gz mocca-157776fac66fe64f5dd49cb3adf6522585edce07.tar.bz2 mocca-157776fac66fe64f5dd49cb3adf6522585edce07.zip |
Add CA Cert recreation explanation to help page
git-svn-id: https://joinup.ec.europa.eu/svn/mocca/trunk@1272 8a26b1a7-26f0-462f-b9ef-d0e30c41f5a4
Diffstat (limited to 'BKULocal/src')
-rw-r--r-- | BKULocal/src/main/webapp/de/index.html | 2 | ||||
-rw-r--r-- | BKULocal/src/main/webapp/index.html | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/BKULocal/src/main/webapp/de/index.html b/BKULocal/src/main/webapp/de/index.html index 4cf46f8e..31846539 100644 --- a/BKULocal/src/main/webapp/de/index.html +++ b/BKULocal/src/main/webapp/de/index.html @@ -44,6 +44,8 @@ <a href="/ca.crt">CA Zertifikat</a><a href="#cacert">¹</a> in ihrem Browser</b>.<br/> (Rufen Sie diesen Link aus anderen Web-Browsern auf, um auch dort das CA Zertifikat zu installieren.) </p> + <p>Dieser Dialog wird auch angezeigt, wenn das CA Zertifikat neu generiert wurde, da das vorige Zertifikat + abgelaufen ist.</p> <p style="clear:left; margin-top:1.5em">Weiters können Sie</p> <ul> diff --git a/BKULocal/src/main/webapp/index.html b/BKULocal/src/main/webapp/index.html index ca51c9d6..064d3363 100644 --- a/BKULocal/src/main/webapp/index.html +++ b/BKULocal/src/main/webapp/index.html @@ -44,6 +44,7 @@ <a href="/ca.crt">CA certificate</a><a href="#cacert">¹</a> as trusted certificate in your browser</b>.<br/> (You may open this link within other browsers you use as well.) </p> + <p>This dialog also appears when the certificate is newly generated because the previous certificate expired.</p> <p style="clear:left; margin-top:1.5em">Further links:</p> <ul> |