Commit Graph

4 Commits

Author SHA1 Message Date
Jacob Hoffman-Andrews 625eab5ad3 Move boulder to using local signer.
This allows us to use the same PKCS#11 key for both cert signing and OCSP
signing, and simplifies config and startup.

This also starts building with -tags pkcs11 in all scripts, which is required
now that the CA can choose between pkcs11 and non-pkcs11.

In order to successfully issue using a pkcs11 key, you'll need to run a version
of Go built off the master branch. The released versions are missing this
commit:
fe40cdd756,
which is necessary for PKCS#11 signing.
2015-06-05 08:13:39 -07:00
Roland Shoemaker a1f056ac80 Check env for boulder+cfssl non-default config files and remove start_amqp.sh 2015-06-03 21:44:22 +01:00
Jacob Hoffman-Andrews b868596a4d Build and run cfssl on correct port. 2015-06-03 11:45:47 -07:00
Jacob Hoffman-Andrews 65cb272435 Add a start.py to run in non-monolithic mode. 2015-06-02 14:07:33 -07:00