add files
This commit is contained in:
		
							
								
								
									
										11
									
								
								temp/RISE-V2G/RISE-V2G-Certificates/copyNewCertsAndKeys.sh
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										11
									
								
								temp/RISE-V2G/RISE-V2G-Certificates/copyNewCertsAndKeys.sh
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +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 certs/cpsCertChain.p12 ../RISE-V2G-SECC/ | ||||
| cp certs/moCertChain.p12 ../RISE-V2G-SECC/ | ||||
|  | ||||
| cp privateKeys/moSubCA2.pkcs8.der ../RISE-V2G-SECC/ | ||||
		Reference in New Issue
	
	Block a user
	 ChiKyun Kim
					ChiKyun Kim