This is an automated email from the ASF dual-hosted git repository.
sergeyb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/master by this push:
new a55fe18 Removing redundant demo resources
a55fe18 is described below
commit a55fe18d50a951959406ea63e153e68652c0d360
Author: Sergey Beryozkin <[email protected]>
AuthorDate: Thu Nov 23 13:29:44 2017 +0000
Removing redundant demo resources
---
.../jax_rs/odata/src/main/config/KeyREADME.txt | 19 -------------------
.../jax_rs/odata/src/main/config/clientKeystore.jks | Bin 2039 -> 0 bytes
.../jax_rs/odata/src/main/config/serviceKeystore.jks | Bin 2039 -> 0 bytes
3 files changed, 19 deletions(-)
diff --git
a/distribution/src/main/release/samples/jax_rs/odata/src/main/config/KeyREADME.txt
b/distribution/src/main/release/samples/jax_rs/odata/src/main/config/KeyREADME.txt
deleted file mode 100644
index 9b55d5a..0000000
---
a/distribution/src/main/release/samples/jax_rs/odata/src/main/config/KeyREADME.txt
+++ /dev/null
@@ -1,19 +0,0 @@
-# The below scripts show the commands used to generate the self-signed keys
for this sample.
-# If you use the below script to create your own keys be sure to change the
passwords used here
-# DO NOT USE THE SUPPLIED KEYS IN PRODUCTION--everyone has them!!
-# For production recommended to use keys signed by a third-party certificate
authority (CA)
-
-# Create the combination keystore/truststore for the client and service.
-# Note you can create separate keystores/truststores for both if desired
-keytool -genkeypair -validity 730 -alias myservicekey -keystore
serviceKeystore.jks -dname "cn=localhost" -keypass skpass -storepass sspass
-keytool -genkeypair -validity 730 -alias myclientkey -keystore
clientKeystore.jks -keypass ckpass -storepass cspass
-
-# Place server public cert in client key/truststore
-keytool -export -rfc -keystore serviceKeystore.jks -alias myservicekey -file
MyService.cer -storepass sspass
-keytool -import -noprompt -trustcacerts -file MyService.cer -alias
myservicekey -keystore clientKeystore.jks -storepass cspass
-
-# Place client public cert in service key/truststore
-# Note this needs to be done only if you're requiring client authentication
-# as configured in resources/ServerConfig.xml
-keytool -export -rfc -keystore clientKeystore.jks -alias myclientkey -file
MyClient.cer -storepass cspass
-keytool -import -noprompt -trustcacerts -file MyClient.cer -alias myclientkey
-keystore serviceKeystore.jks -storepass sspass
diff --git
a/distribution/src/main/release/samples/jax_rs/odata/src/main/config/clientKeystore.jks
b/distribution/src/main/release/samples/jax_rs/odata/src/main/config/clientKeystore.jks
deleted file mode 100644
index 89dbb3d..0000000
Binary files
a/distribution/src/main/release/samples/jax_rs/odata/src/main/config/clientKeystore.jks
and /dev/null differ
diff --git
a/distribution/src/main/release/samples/jax_rs/odata/src/main/config/serviceKeystore.jks
b/distribution/src/main/release/samples/jax_rs/odata/src/main/config/serviceKeystore.jks
deleted file mode 100644
index cdbe48a..0000000
Binary files
a/distribution/src/main/release/samples/jax_rs/odata/src/main/config/serviceKeystore.jks
and /dev/null differ
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].