diff --git a/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/ssl.properties b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/ssl.properties new file mode 100644 index 00000000000..cf522e0b443 --- /dev/null +++ b/rse/plugins/org.eclipse.rse.services.dstore/serverruntime/ssl.properties @@ -0,0 +1,41 @@ +################################################################################ +# Copyright (c) 2006 IBM Corporation. All rights reserved. +# This program and the accompanying materials are made available under the terms +# of the Eclipse Public License v1.0 which accompanies this distribution, and is +# available at http://www.eclipse.org/legal/epl-v10.html +# +# Initial Contributors: +# The following IBM employees contributed to the Remote System Explorer +# component that contains this file: David McKnight, Kushal Munir, +# Michael Berger, David Dykstal, Phil Coulthard, Don Yantzi, Eric Simpson, +# Emily Bruner, Mazen Faraj, Adrian Storisteanu, Li Ding, and Kent Hawley. +# +# Contributors: +# {Name} (company) - description of contribution. +################################################################################ + +# +# SSL Security Properties for RSE server and daemon +# + +# Specify this property as true to enable SSL +enable_ssl=false + +################################### +# Daemon Properties +################################### +# The keystore file and password need to be specified for daemon +# to use. +# +#daemon_keystore_file= +#daemon_keystore_password= + +################################### +# Server Properties +################################### +# The keystore file and password need to be specified for the +# server to use. If none is specified, the server falls back +# to use the same keystore and password as the daemon +# +#server_keystore_file= +#server_keystore_password= \ No newline at end of file