boulder/ca
Jacob Hoffman-Andrews 3ede9b7223 Allow PKCS11 config to be loaded from a file.
This allows secret values (PIN) to be separated from the main config.

Part of #1157.

In the process, move the CA constructor in the direction of
https://github.com/letsencrypt/boulder/wiki/Config-plan:

- Make most fields private.
- Take private key and issuer cert as constructor arguments rather than
  constructing them internally.

This allows the CA test to parse the private key and issuer cert once, rather
than once per test case.
2015-11-27 15:23:31 -08:00
..
testdata clean up CSRs with capitalized letters 2015-10-08 17:04:07 -07:00
certificate-authority.go Allow PKCS11 config to be loaded from a file. 2015-11-27 15:23:31 -08:00
certificate-authority_test.go Allow PKCS11 config to be loaded from a file. 2015-11-27 15:23:31 -08:00