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. |
||
|---|---|---|
| .. | ||
| testdata | ||
| certificate-authority.go | ||
| certificate-authority_test.go | ||