Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-bio-ssl.xml')
-rw-r--r--jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-bio-ssl.xml25
1 files changed, 0 insertions, 25 deletions
diff --git a/jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-bio-ssl.xml b/jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-bio-ssl.xml
deleted file mode 100644
index 0b0c6fc16f..0000000000
--- a/jetty-osgi/jetty-osgi-boot/jettyhome/etc/jetty-bio-ssl.xml
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE Configure PUBLIC "-//Jetty//Configure//EN" "http://www.eclipse.org/jetty/configure.dtd">
-
-<!-- =============================================================== -->
-<!-- Configure SSL for the Jetty Server -->
-<!-- this configuration file should be used in combination with -->
-<!-- other configuration files. e.g. -->
-<!-- java -jar start.jar etc/jetty.xml etc/jetty-ssl.xml -->
-<!-- =============================================================== -->
-<Configure id="Server" class="org.eclipse.jetty.server.Server">
-
- <Call name="addConnector">
- <Arg>
- <New class="org.eclipse.jetty.server.ssl.SslSocketConnector">
- <Set name="Port">9443</Set>
- <Set name="maxIdleTime">30000</Set>
- <Set name="Keystore"><SystemProperty name="jetty.home" default="." />/etc/keystore</Set>
- <Set name="Password">OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4</Set>
- <Set name="KeyPassword">OBF:1u2u1wml1z7s1z7a1wnl1u2g</Set>
- <Set name="truststore"><SystemProperty name="jetty.home" default="." />/etc/keystore</Set>
- <Set name="trustPassword">OBF:1vny1zlo1x8e1vnw1vn61x8g1zlu1vn4</Set>
- </New>
- </Arg>
- </Call>
-</Configure>

Back to the top