Skip to content

Commit

Permalink
[FAB-13213] Add CA note to operations
Browse files Browse the repository at this point in the history
It's important to make it explicit
that the TLS CA for the operations
service should be separate and
dedicated to it.

Change-Id: Ic738a71c70a4e4b0913c9899d357ea925562b6fb
Signed-off-by: joe-alewine <Joe.Alewine@ibm.com>
  • Loading branch information
joe-alewine authored and Joe Alewine committed Dec 10, 2018
1 parent 39b57cd commit e58ab12
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions docs/source/operations_service.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,11 @@ Configuring the Operations Service

The operations service requires two basic pieces of configuration:

- The **address** and **port** to listen on
- The **TLS certificates** and **keys** to use for authentication and encryption
- The **address** and **port** to listen on.
- The **TLS certificates** and **keys** to use for authentication and encryption.
Note, **these certificates should be generated by a separate and dedicated CA**.
Do not use a CA that has generated certificates for any organizations
in any channels.

Peer
~~~~
Expand Down Expand Up @@ -294,4 +297,4 @@ For a look at the different metrics that are generated, check out
:doc:`metrics_reference`.

.. Licensed under Creative Commons Attribution 4.0 International License
https://creativecommons.org/licenses/by/4.0/
https://creativecommons.org/licenses/by/4.0/

0 comments on commit e58ab12

Please sign in to comment.