Skip to content

Commit 4868eb4

Browse files
authored
Update 2018-03-01-everything-you-need-to-know-about-pipeline.md
1 parent 46a9505 commit 4868eb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_tutorials/2018-03-01-everything-you-need-to-know-about-pipeline.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ gRPC has SSL/TLS integration and promotes the use of SSL/TLS to authenticate the
344344
In Dial-OUT mode, the router is the “client” and Pipeline is the “server.” Therefore, in the TLS handshake, Pipeline will need to send a certificate to authenticate itself to the router. The router validates Pipeline’s certificate using the public certificate of the Root Certificate Authority (CA) that signed it and then generates session keys to encrypt the session.
345345
Running in this mode requires you to have certificates and have your infra ready. But if you want just to try this mode on, there are two ways available for you:
346346
1. Follow the steps from this [tutorial](https://xrdocs.github.io/telemetry/tutorials/2017-05-08-pipeline-with-grpc/#grpc-dialout-with-tls), or
347-
2. Follow the steps in this document. Start with downloading an archive with three files from [here](https://cisco.box.com/v/grpc-dial-out-tls)
347+
2. Follow the steps in this document. Start with downloading an archive with three files from here
348348

349349
After you downloaded the archive and extracted files from it, follow these steps:
350350

0 commit comments

Comments
 (0)