Confirmed users, Administrators
5,526
edits
| Line 56: | Line 56: | ||
== About the Testing Tool == | == About the Testing Tool == | ||
The code for the Testing Tool is here: https://github.com/mozkeeler/ev-checker | |||
The Testing Tool... | The Testing Tool... | ||
* | * Runs a program on a remote computer rather than the user's browser, so it should work with any browser/version. | ||
* Does not interact with the user's profile, so the user does not need to import the root certificate in order to run the tool. The web server must serve up the intermediate cert(s) along with the end-entity cert. | * Does not interact with the user's profile, so the user does not need to import the root certificate in order to run the tool. The web server must serve up the intermediate cert(s) along with the end-entity cert. | ||
* Runs on an [http://aws.amazon.com/ec2/ Amazon EC2 instance], so your test website must be accessible from Amazon EC2 instances. | * Runs on an [http://aws.amazon.com/ec2/ Amazon EC2 instance], so your test website must be accessible from Amazon EC2 instances. | ||