-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed package name from org.v2gclarity.risev2g to com.v2gclarity.risev2g - Changed pom.xml and bin.xml files for creating deployable .jar files with Maven - Added RISE-V2G-Parent project folder for Maven to facilitate an easy build process that has now be reworked in this version
- Loading branch information
Marc Mültin
committed
Oct 13, 2017
1 parent
374e06e
commit babd2ee
Showing
261 changed files
with
1,602 additions
and
1,376 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
# This is a useful small shell script to automatically copy the Java Keystores (.jks files), .p12 containers and the DER encoded Mobility Operator Sub-CA private key to the places in the RISE V2G project where they belong. Execute this script after you executed the generateCertificates.sh script. | ||
|
||
cp keystores/evccKeystore.jks ../RISE-V2G-EVCC | ||
cp keystores/evccTruststore.jks ../RISE-V2G-EVCC | ||
cp keystores/seccKeystore.jks ../RISE-V2G-SECC | ||
cp keystores/seccTruststore.jks ../RISE-V2G-SECC | ||
cp keystores/evccKeystore.jks ../RISE-V2G-EVCC/ | ||
cp keystores/evccTruststore.jks ../RISE-V2G-EVCC/ | ||
cp keystores/seccKeystore.jks ../RISE-V2G-SECC/ | ||
cp keystores/seccTruststore.jks ../RISE-V2G-SECC/ | ||
|
||
cp certs/cpsCertChain.p12 ../RISE-V2G-SECC | ||
cp certs/moCertChain.p12 ../RISE-V2G-SECC | ||
cp certs/cpsCertChain.p12 ../RISE-V2G-SECC/ | ||
cp certs/moCertChain.p12 ../RISE-V2G-SECC/ | ||
|
||
cp privateKeys/moSubCA2.pkcs8.der ../RISE-V2G-SECC | ||
cp privateKeys/moSubCA2.pkcs8.der ../RISE-V2G-SECC/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
/******************************************************************************* | ||
* The MIT License (MIT) | ||
* | ||
* Copyright (c) 2015-2017 V2G Clarity (Dr. Marc Mültin) | ||
* | ||
* Permission is hereby granted, free of charge, to any person obtaining a copy | ||
* of this software and associated documentation files (the "Software"), to deal | ||
* in the Software without restriction, including without limitation the rights | ||
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | ||
* copies of the Software, and to permit persons to whom the Software is | ||
* furnished to do so, subject to the following conditions: | ||
* | ||
* The above copyright notice and this permission notice shall be included in | ||
* all copies or substantial portions of the Software. | ||
* | ||
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | ||
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | ||
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE | ||
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, | ||
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN | ||
* THE SOFTWARE. | ||
*******************************************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.