Revision 7329
Added by ben leinfelder over 12 years ago
docs/user/metacat/source/dataone.rst | ||
---|---|---|
343 | 343 |
Where ``<your_server_certificate>`` and ``<your_server_key>`` are the certificate/key pair used by Apache |
344 | 344 |
to identify the server to clients. The DataONE Certiciate Authority certificate - available from the DataONE administrators - |
345 | 345 |
will also need to be added to the directory specified by ``SSLCACertificatePath`` |
346 |
in order to validate client certificates signed by that authority. |
|
346 |
in order to validate client certificates signed by that authority. DataONE has also provided a CA chain file that may be used in lieu of directory-based CA |
|
347 |
confinguration. The `SSLCACertificateFile`` directive should be used when configuring your member node with the DataONE CA chain. |
|
347 | 348 |
When these changes have been applied, Apache should be restarted: |
348 | 349 |
|
349 | 350 |
:: |
Also available in: Unified diff
add note about DataONE CA chain file when configuring MNs at Tier 2+