This page (revision-6) was last changed on 22-Feb-2014 15:42 by Dieter Käppel

This page was created on 09-May-2012 15:40 by Dieter Käppel

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
6 22-Feb-2014 15:42 3 KB Dieter Käppel to previous
5 22-Feb-2014 15:42 3 KB Dieter Käppel to previous | to last
4 22-Feb-2014 15:35 3 KB Dieter Käppel to previous | to last
3 22-Feb-2014 15:34 2 KB Dieter Käppel to previous | to last
2 22-Oct-2013 15:53 2 KB Dieter Käppel to previous | to last
1 09-May-2012 15:40 1 KB Dieter Käppel to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 41 changed one line
!!!Beispiel
!!!Beispiele
!!Remote Certificates (unsicher)
At line 75 added 16 lines
!!Lokale Certificates
Sicherer ist es, die Zertifikate lokal abzulegen, um eine Manipulation zu vermeiden. Darin liegt letzten Endes der Sinn von SSL:
{{{
<configuration>
<certificates>
<certificate>
<url>file:/${basedir}/src/main/resources/cert/ca.pem</url>
</certificate>
<certificate>
<url>file:/${basedir}/src/main/resources/cert/sub.class1.server.ca.pem</url>
</certificate>
</certificates>
</configuration>
}}}
At line 92 added 2 lines
Soll ein Proxy verwendet werden, können folgende Einträge in die Configuration gemacht werden: