Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
[ui] fixes #64
Browse files Browse the repository at this point in the history
  • Loading branch information
smee committed Sep 22, 2010
1 parent 2026040 commit 8081b62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examServer/src/main/webapp/WEB-INF/pages/systemConfig.jsp
Expand Up @@ -63,13 +63,13 @@ Hier konfigurieren Sie Einstellungen für die PDF-Signaturen und Zeitstempel
<td>Pfad zum Keystore (serverseitig): </td><td><html:text property="signatureSettings.keystoreFile" size="60"/></td>
</tr>
<tr>
<td>Keystorepasswort: </td><td><html:password property="signatureSettings.keystorePassword" size="60"/></td>
<td>Alias der Zertifikatkette: </td><td><html:text property="signatureSettings.certificateChainAlias" size="60"/></td>
</tr>
<tr>
<td>Alias der Zertifikatkette: </td><td><html:password property="signatureSettings.certificateChainAlias" size="60"/></td>
<td>Alias des Privatschl&uuml;ssels: </td><td><html:text property="signatureSettings.keyAlias" size="60"/></td>
</tr>
<tr>
<td>Alias des Privatschl&uuml;ssels: </td><td><html:password property="signatureSettings.keyAlias" size="60"/></td>
<td>Keystorepasswort: </td><td><html:password property="signatureSettings.keystorePassword" size="60"/></td>
</tr>
<tr>
<td>Privatschl&uuml;sselpasswort: </td><td><html:password property="signatureSettings.privateKeyPassword" size="60"/></td>
Expand Down

0 comments on commit 8081b62

Please sign in to comment.