boulder/test/js
Roland Shoemaker f4ee29d1d3 Change all references from SimpleHTTPS -> SimpleHTTP 2015-06-12 11:22:04 -07:00
..
README.md Move boulder to using local signer. 2015-06-05 08:13:39 -07:00
acme-util.js Addressing JCJ comments 2015-03-17 10:17:21 -04:00
crypto-util.js Initial anti-replay mechanism 2015-06-08 15:02:39 -04:00
package.json Add an integration test using test.js 2015-05-21 16:51:40 -07:00
revoke.js Fixes to integration tests 2015-06-08 15:31:56 -04:00
test.js Change all references from SimpleHTTPS -> SimpleHTTP 2015-06-12 11:22:04 -07:00

README.md

A JS tester for boulder

The node.js scripts in this directory provide a simple end-to-end test of Boulder. (Using some pieces from node-acme) To run:

Run boulder in default test mode:

cd ../../
./start.py

To run cfssl with a Yubikey, edit test/boulder-pkcs11-example-config.json to

add your PKCS#11 PIN (and module name, token name, and label). Then run:

cd ../../
BOULDER_CONFIG=test/boulder-pkcs11-example-config.json ./start.py

Client side

npm install
node test.js