<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>http://imigtds.med.uni-giessen.de/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ilia</id>
	<title>GTDS - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="http://imigtds.med.uni-giessen.de/w/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ilia"/>
	<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php/Spezial:Beitr%C3%A4ge/Ilia"/>
	<updated>2026-06-02T07:00:20Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.34.0</generator>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=Kategorie:GUI&amp;diff=76</id>
		<title>Kategorie:GUI</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=Kategorie:GUI&amp;diff=76"/>
		<updated>2024-11-27T17:27:10Z</updated>

		<summary type="html">&lt;p&gt;Ilia: Die Seite wurde neu angelegt: „mini“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[[Datei:Auswahl 001.png|mini]]&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=Datei:Auswahl_001.png&amp;diff=75</id>
		<title>Datei:Auswahl 001.png</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=Datei:Auswahl_001.png&amp;diff=75"/>
		<updated>2024-11-27T17:26:54Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Test&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=Einrichtung_der_Filterung_nach_Einzugsgebiete&amp;diff=61</id>
		<title>Einrichtung der Filterung nach Einzugsgebiete</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=Einrichtung_der_Filterung_nach_Einzugsgebiete&amp;diff=61"/>
		<updated>2020-09-08T12:32:25Z</updated>

		<summary type="html">&lt;p&gt;Ilia: Die Seite wurde neu angelegt: „1. Version des EZB Pakets überprüfen (z.Z. 270519) und gegeben falls aktualisieren.&amp;lt;br&amp;gt;  2. Tabelle ARBEITSLISTE kontrollieren, ob die Spalte FK_EINZUGSBEREI…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;1. Version des EZB Pakets überprüfen (z.Z. 270519) und gegeben falls aktualisieren.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
2. Tabelle ARBEITSLISTE kontrollieren, ob die Spalte FK_EINZUGSBEREICH_ID vorhanden ist. Gegeben falls hinzufügen:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
ALTER TABLE ARBEITSLISTE ADD FK_EINZUGSBEREICH_ID NUMBER;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
3. In der Tabelle EINZUGSBEREICH die Einzugsbereiche anlegen.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
4. In der Tabelle PLZBEREICH entsprechende PLZ Einträge anlegen.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5. GTDS-Parameter anlegen:&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
INSERT INTO GTDS_PARAMETER (PARAMETER, WERT) VALUES ('MATCHAPPEINZUG','ja');&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Bedeutet, dass die Funktionalität der Filterung nach Einzugsbereich eingeschaltet ist.&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
INSERT INTO GTDS_PARAMETER (PARAMETER,WERT, FK_BENUTZERBENUTZE) VALUES ('MATCHAPPEINZUG.ID','14#15#16', 'OPS$TUMSYS');&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Hier bitte pro Benutzer einen Eintrag anlegen. Als Wert sind hier die Einzugsbereiche, getrennt durch ‚#‘ Symbol, einzugeben. &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6. &amp;lt;span style=&amp;quot;color: #cc3300&amp;quot;&amp;gt;Dieser Punkt ist nur für den Fall, dass mehrere Register eine MatchApp Instance teilen und getrennte XML Pakete bearbeiten möchten.&amp;lt;/span&amp;gt;&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;source lang=&amp;quot;sql&amp;quot;&amp;gt;&lt;br /&gt;
INSERT INTO GTDS_PARAMETER (PARAMETERWERT) VALUES ('MATCHAPPEINZUG.ORDNER#14','c:\KR_HE_PLZ');&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
Hier bitte pro Einzugsbereich einen Eintrag anlegen. Als Wert ist hier das Verzeichnis zu definieren, in das die Meldepakete abgelegt werden. Momentan gibt es nur ein Verzeichnis, wo alle Pakete liegen. Nach diesem Konzept existieren dann mehrere Verzeichnisse, wobei nur entsprechende Benutzer Zugriff darauf haben.&lt;br /&gt;
Das Verzeichnis, das bis jetzt definiert war, und für alle Pakete diente, bleibt bestehen. Dort landen die Pakete, die zu keinem Einzugsbereich gehören. Die Benutzer, die nicht in GTDS_PARAMETER unter  'MATCHAPPEINZUG.ID' erfasst sind, sehen in MatchApp den Inhalt dieses Verzeichnisses.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:MatchApp-Einstellungen]]&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=60</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=60"/>
		<updated>2020-09-08T12:21:22Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
* GTDS Klassisch&lt;br /&gt;
** Kategorie:GTDS Klassisch GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
** Kategorie:Download|Download&lt;br /&gt;
* WebGTDS&lt;br /&gt;
** Kategorie:WebGTDS GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* MatchApp&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:MatchApp-Einstellungen|Einstellungen&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Melderportal&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Java&lt;br /&gt;
** Kategorie: WebService|WebService&lt;br /&gt;
** Kategorie: KeyTool|KeyTool&lt;br /&gt;
** Kategorie: Proxy|Proxy&lt;br /&gt;
* Tomcat&lt;br /&gt;
** Kategorie: Konfiguration|Konfiguration&lt;br /&gt;
* Schulung und Vorlesung&lt;br /&gt;
** Kategorie: Vorlesung|Vorlesungen&lt;br /&gt;
** Kategorie: Schulung|Schulungen&lt;br /&gt;
* Media Wiki&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=59</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=59"/>
		<updated>2020-09-08T12:20:44Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
* GTDS Klassisch&lt;br /&gt;
** Kategorie:GTDS Klassisch GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
** Kategorie:Download|Download&lt;br /&gt;
* WebGTDS&lt;br /&gt;
** Kategorie:WebGTDS GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* MatchApp&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Einstellungen|Einstellungen&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Melderportal&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Java&lt;br /&gt;
** Kategorie: WebService|WebService&lt;br /&gt;
** Kategorie: KeyTool|KeyTool&lt;br /&gt;
** Kategorie: Proxy|Proxy&lt;br /&gt;
* Tomcat&lt;br /&gt;
** Kategorie: Konfiguration|Konfiguration&lt;br /&gt;
* Schulung und Vorlesung&lt;br /&gt;
** Kategorie: Vorlesung|Vorlesungen&lt;br /&gt;
** Kategorie: Schulung|Schulungen&lt;br /&gt;
* Media Wiki&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=Bedienung_des_GTDS&amp;diff=56</id>
		<title>Bedienung des GTDS</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=Bedienung_des_GTDS&amp;diff=56"/>
		<updated>2020-09-03T15:24:28Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Videotutorials ==&lt;br /&gt;
* [http://imigtds.med.uni-giessen.de/gtds/grafisch/doku/bedienelemente.avi Bedienelemente ]&lt;br /&gt;
* [http://imigtds.med.uni-giessen.de/gtds/grafisch/doku/eingangsmaske_klassisch.avi Eingangsmaske ]&lt;br /&gt;
* [http://imigtds.med.uni-giessen.de/gtds/grafisch/doku/patientenauswahl.avi Patientenauswahl ]&lt;br /&gt;
* [http://imigtds.med.uni-giessen.de/gtds/grafisch/doku/patientenstamm.avi Patientenstamm ]&lt;br /&gt;
* [http://imigtds.med.uni-giessen.de/gtds/grafisch/doku/vorhandene_daten.avi Übersicht vorhandene Daten ]&lt;br /&gt;
&lt;br /&gt;
[[Category:Schulung]][[Category:GTDS Klassisch GUI]]&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=Auswertungen&amp;diff=55</id>
		<title>Auswertungen</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=Auswertungen&amp;diff=55"/>
		<updated>2020-09-03T15:24:08Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Überlebensstatistik ==&lt;br /&gt;
&lt;br /&gt;
* [http://imigtds.med.uni-giessen.de/gtds/grafisch/doku/ueberlebensstatistik.pdf Überlebensstatistik mit GTDS (PDF) ]&lt;br /&gt;
* [http://imigtds.med.uni-giessen.de/gtds/grafisch/doku/ueberleben.mkv Video zur Handhabung ]&lt;br /&gt;
&lt;br /&gt;
[[Category:Schulung]][[Category:GTDS Klassisch GUI]]&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=54</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=54"/>
		<updated>2020-09-03T15:23:22Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
* GTDS Klassisch&lt;br /&gt;
** Kategorie:GTDS Klassisch GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
** Kategorie:Download|Download&lt;br /&gt;
* WebGTDS&lt;br /&gt;
** Kategorie:WebGTDS GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* MatchApp&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Melderportal&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Java&lt;br /&gt;
** Kategorie: WebService|WebService&lt;br /&gt;
** Kategorie: KeyTool|KeyTool&lt;br /&gt;
** Kategorie: Proxy|Proxy&lt;br /&gt;
* Tomcat&lt;br /&gt;
** Kategorie: Konfiguration|Konfiguration&lt;br /&gt;
* Schulung und Vorlesung&lt;br /&gt;
** Kategorie: Vorlesung|Vorlesungen&lt;br /&gt;
** Kategorie: Schulung|Schulungen&lt;br /&gt;
* Media Wiki&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=Proxy_Zertifikat_ermitteln&amp;diff=50</id>
		<title>Proxy Zertifikat ermitteln</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=Proxy_Zertifikat_ermitteln&amp;diff=50"/>
		<updated>2020-09-03T14:40:38Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Auszug aus:&amp;lt;br&amp;gt;&lt;br /&gt;
https://support.sonatype.com/hc/en-us/articles/213464948-How-to-trust-the-SSL-certificate-issued-by-the-HTTP-proxy-server-in-Nexus&amp;lt;br&amp;gt;&lt;br /&gt;
und&amp;lt;br&amp;gt;&lt;br /&gt;
https://support.sumologic.com/hc/en-us/articles/360000744108-SSLHandshakeException-PKIX-path-building-failed-unable-to-find-valid-certification-path-to-requested-target&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
keytool -J-Dhttps.proxyHost=&amp;lt;proxy_hostname&amp;gt; -J-Dhttps.proxyPort=&amp;lt;proxy_port&amp;gt; -printcert -rfc -sslserver &amp;lt;remote_host_name:remote_ssl_port&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
You should see at least two entries printed by the above command. Take the last certificate content printed and copy it entirely to your clipboard. This should be your proxy server's certificate, added to the end of the certificate chain.&lt;br /&gt;
&lt;br /&gt;
The copied certificate content should start with -----BEGIN CERTIFICATE----- and end with-----END CERTIFICATE-----&lt;br /&gt;
&lt;br /&gt;
Navigate to ../jre/bin and run the below command&lt;br /&gt;
&amp;lt;source lang=&amp;quot;PowerShell&amp;quot;&amp;gt;&lt;br /&gt;
..\..\bin/keytool.exe -keystore cacerts -importcert -alias proxy -file &amp;lt;path_to_file\proxy.cer..&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enter keystore password:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5.) Type the password for the keystore at the “Password” prompt and press Enter. The default Java password for the cacerts file is “changeit”.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6.) Type ‘y’ at the “Trust this certificate?” prompt and press Enter.&lt;br /&gt;
&lt;br /&gt;
[[Category:KeyTool]][[Category:Proxy]]&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=Proxy_Zertifikat_ermitteln&amp;diff=48</id>
		<title>Proxy Zertifikat ermitteln</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=Proxy_Zertifikat_ermitteln&amp;diff=48"/>
		<updated>2020-09-03T14:39:59Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Insperiert von:&amp;lt;br&amp;gt;&lt;br /&gt;
https://support.sonatype.com/hc/en-us/articles/213464948-How-to-trust-the-SSL-certificate-issued-by-the-HTTP-proxy-server-in-Nexus&amp;lt;br&amp;gt;&lt;br /&gt;
und&amp;lt;br&amp;gt;&lt;br /&gt;
https://support.sumologic.com/hc/en-us/articles/360000744108-SSLHandshakeException-PKIX-path-building-failed-unable-to-find-valid-certification-path-to-requested-target&lt;br /&gt;
&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
keytool -J-Dhttps.proxyHost=&amp;lt;proxy_hostname&amp;gt; -J-Dhttps.proxyPort=&amp;lt;proxy_port&amp;gt; -printcert -rfc -sslserver &amp;lt;remote_host_name:remote_ssl_port&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
You should see at least two entries printed by the above command. Take the last certificate content printed and copy it entirely to your clipboard. This should be your proxy server's certificate, added to the end of the certificate chain.&lt;br /&gt;
&lt;br /&gt;
The copied certificate content should start with -----BEGIN CERTIFICATE----- and end with-----END CERTIFICATE-----&lt;br /&gt;
&lt;br /&gt;
Navigate to ../jre/bin and run the below command&lt;br /&gt;
&amp;lt;source lang=&amp;quot;PowerShell&amp;quot;&amp;gt;&lt;br /&gt;
..\..\bin/keytool.exe -keystore cacerts -importcert -alias proxy -file &amp;lt;path_to_file\proxy.cer..&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enter keystore password:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5.) Type the password for the keystore at the “Password” prompt and press Enter. The default Java password for the cacerts file is “changeit”.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6.) Type ‘y’ at the “Trust this certificate?” prompt and press Enter.&lt;br /&gt;
&lt;br /&gt;
[[Category:KeyTool]][[Category:Proxy]]&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=Proxy_Zertifikat_ermitteln&amp;diff=44</id>
		<title>Proxy Zertifikat ermitteln</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=Proxy_Zertifikat_ermitteln&amp;diff=44"/>
		<updated>2020-09-03T14:34:04Z</updated>

		<summary type="html">&lt;p&gt;Ilia: Die Seite wurde neu angelegt: „&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt; keytool -J-Dhttps.proxyHost=&amp;lt;proxy_hostname&amp;gt; -J-Dhttps.proxyPort=&amp;lt;proxy_port&amp;gt; -printcert -rfc -sslserver &amp;lt;remote_host_name:remote_ssl_port…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;source lang=&amp;quot;java&amp;quot;&amp;gt;&lt;br /&gt;
keytool -J-Dhttps.proxyHost=&amp;lt;proxy_hostname&amp;gt; -J-Dhttps.proxyPort=&amp;lt;proxy_port&amp;gt; -printcert -rfc -sslserver &amp;lt;remote_host_name:remote_ssl_port&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
You should see at least two entries printed by the above command. Take the last certificate content printed and copy it entirely to your clipboard. This should be your proxy server's certificate, added to the end of the certificate chain.&lt;br /&gt;
&lt;br /&gt;
The copied certificate content should start with -----BEGIN CERTIFICATE----- and end with-----END CERTIFICATE-----&lt;br /&gt;
&lt;br /&gt;
Navigate to ../jre/bin and run the below command&lt;br /&gt;
&amp;lt;source lang=&amp;quot;PowerShell&amp;quot;&amp;gt;&lt;br /&gt;
..\..\bin/keytool.exe -keystore cacerts -importcert -alias proxy -file &amp;lt;path_to_file\proxy.cer..&amp;gt;&lt;br /&gt;
&amp;lt;/source&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Enter keystore password:&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
5.) Type the password for the keystore at the “Password” prompt and press Enter. The default Java password for the cacerts file is “changeit”.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
6.) Type ‘y’ at the “Trust this certificate?” prompt and press Enter.&lt;br /&gt;
&lt;br /&gt;
[[Category:KeyTool]][[Category:Proxy]]&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=42</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=42"/>
		<updated>2020-09-03T14:13:52Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
* GTDS Klassisch&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
** Kategorie:Download|Download&lt;br /&gt;
* WebGTDS&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* MatchApp&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Melderportal&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Java&lt;br /&gt;
** Kategorie: WebService|WebService&lt;br /&gt;
** Kategorie: KeyTool|KeyTool&lt;br /&gt;
** Kategorie: Proxy|Proxy&lt;br /&gt;
* Tomcat&lt;br /&gt;
** Kategorie: Konfiguration|Konfiguration&lt;br /&gt;
* Media Wiki&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=41</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=41"/>
		<updated>2020-09-03T14:04:18Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
* GTDS Klassisch&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
** Kategorie:Download|Download&lt;br /&gt;
* WebGTDS&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* MatchApp&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Melderportal&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Media Wiki&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=40</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=40"/>
		<updated>2020-09-03T14:03:21Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
* GTDS Klassisch&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
** Kategorie:Download|Download&lt;br /&gt;
* WebGTDS&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* MatchApp&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
* Melderportal&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=39</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=39"/>
		<updated>2020-09-03T14:02:40Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
* GTDS Klassisch&lt;br /&gt;
** Kategorie:GUI|GUI&lt;br /&gt;
** Kategorie:Installation|Installation&lt;br /&gt;
** Kategorie:Download|Download&lt;br /&gt;
* WebGTDS&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
* MatchApp&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
* Melderportal&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=38</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=38"/>
		<updated>2020-09-03T14:01:01Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* navigation&lt;br /&gt;
* GTDS Klassisch&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
** Download&lt;br /&gt;
* WebGTDS&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
* MatchApp&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
* Melderportal&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=9</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=9"/>
		<updated>2020-03-23T14:47:44Z</updated>

		<summary type="html">&lt;p&gt;Ilia: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* GTDS Klassisch&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
** Download&lt;br /&gt;
* WebGTDS&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
* MatchApp&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
* Melderportal&lt;br /&gt;
** GUI&lt;br /&gt;
** Installation&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
	<entry>
		<id>http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=8</id>
		<title>MediaWiki:Sidebar</title>
		<link rel="alternate" type="text/html" href="http://imigtds.med.uni-giessen.de/w/index.php?title=MediaWiki:Sidebar&amp;diff=8"/>
		<updated>2020-03-23T14:44:36Z</updated>

		<summary type="html">&lt;p&gt;Ilia: Die Seite wurde neu angelegt: „* GTDS Klassisch * WebGTDS * MatchApp * Melderportal * navigation ** mainpage|mainpage-description ** recentchanges-url|recentchanges ** randompage-url|randomp…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;* GTDS Klassisch&lt;br /&gt;
* WebGTDS&lt;br /&gt;
* MatchApp&lt;br /&gt;
* Melderportal&lt;br /&gt;
* navigation&lt;br /&gt;
** mainpage|mainpage-description&lt;br /&gt;
** recentchanges-url|recentchanges&lt;br /&gt;
** randompage-url|randompage&lt;br /&gt;
** helppage|help-mediawiki&lt;br /&gt;
* SEARCH&lt;br /&gt;
* TOOLBOX&lt;br /&gt;
* LANGUAGES&lt;/div&gt;</summary>
		<author><name>Ilia</name></author>
		
	</entry>
</feed>