Assistance #70
Zinn/nvca - CA Chain
| Status: | Solved | Start: | 07/20/2010 | |
| Priority: | Normal | Due date: | ||
| Assigned to: | pnl | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
Description
Arguments for nvca script are: <key> <certificate> and <CA_chain>
My question is: what do I need to put for CA_chain? Whatever the file I give, the script freezes after asking me the passphrase to unlock the private key.
History
Updated by pnl 528 days ago
- Status changed from New to Solved
- Assigned to set to pnl
nvca now uses the zinn configuration file, see #54 for details.
The certificate chain it requires (chain entry in the zonenode section of the configuration file) is the one that will be sent to client programs upon registration. This chain will be used by client programs to verify the certificate of the zone manager (zonemgrd program), which is loaded from the path specified in the certificate entry of the zonenode section.
openssl verify -CAfile root_cert.pem zd_cert.pem
where (these are the default names)
root_cert.pemis the certificate chainzd_cert.pemis the zone manager certificate