oliverlloyd / jmeter-ec2

Automates running Apache JMeter on Amazon EC2
GNU General Public License v3.0
464 stars 187 forks source link

Including system.properties in deployable files #87

Closed andymarch closed 7 years ago

andymarch commented 7 years ago

Added the capability to deploy system.properties and a keystore file. These are both treated as optional so will be ignored if not found.

System.properties specifies the configuration for ssl behaviour as well as key/trust stores which has beenmoved out of the jmeter.properties.

oliverlloyd commented 7 years ago

Looks good, thanks