Updated broken Extended Key Usage link (#2500)

This commit is contained in:
Brian Shumate 2016-11-10 11:09:39 -05:00 committed by James Phillips
parent 2f97f65ed9
commit 486fa06eec
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ Certificate Authority. This can be a private CA, used only internally. The
CA then signs keys for each of the agents, as in
[this tutorial on generating both a CA and signing keys](http://russellsimpkins.blogspot.com/2015/10/consul-adding-tls-using-self-signed.html)
using OpenSSL. Note: client certificates must have
[Extended Key Usage](https://www.openssl.org/docs/apps/x509v3_config.html#extended_key_usage_) enabled
[Extended Key Usage](https://www.openssl.org/docs/manmaster/man5/x509v3_config.html#Extended-Key-Usage) enabled
for client and server authentication.
TLS can be used to verify the authenticity of the servers or verify the authenticity of clients.