From fcc11ef3112765c33cc3ebdd3ae70a95aa519103 Mon Sep 17 00:00:00 2001 From: Konrad `ktoso` Malawski Date: Mon, 13 Nov 2017 16:41:31 +0900 Subject: [PATCH] =doc fix ssl-config link (#23897) --- akka-docs/src/main/paradox/remoting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akka-docs/src/main/paradox/remoting.md b/akka-docs/src/main/paradox/remoting.md index 56c430356b..819c900e95 100644 --- a/akka-docs/src/main/paradox/remoting.md +++ b/akka-docs/src/main/paradox/remoting.md @@ -575,7 +575,7 @@ According to [RFC 7525](https://tools.ietf.org/html/rfc7525) the recommended alg You should always check the latest information about security and algorithm recommendations though before you configure your system. Creating and working with keystores and certificates is well documented in the -[Generating X.509 Certificates](http://typesafehub.github.io/ssl-config/CertificateGeneration.html#using-keytool) +[Generating X.509 Certificates](http://lightbend.github.io/ssl-config/CertificateGeneration.html#using-keytool) section of Lightbend's SSL-Config library. Since an Akka remoting is inherently @ref:[peer-to-peer](general/remoting.md#symmetric-communication) both the key-store as well as trust-store