Rename guide from tls to securing-nomad

This commit is contained in:
Michael Schurter
2017-08-11 21:00:13 -07:00
parent bec5519126
commit cadbe7a77f
2 changed files with 3 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
---
layout: "guides"
page_title: "Securing Nomad with TLS"
sidebar_current: "guides-tls"
sidebar_current: "guides-securing-nomad"
description: |-
Securing Nomad's cluster communication with TLS is important for both
security and easing operations. Nomad can use mutual TLS (mTLS) for

View File

@@ -50,8 +50,8 @@
</ul>
</li>
<li<%= sidebar_current("guides-tls") %>>
<a href="/guides/tls.html">Configuring TLS</a>
<li<%= sidebar_current("guides-securing-nomad") %>>
<a href="/guides/securing-nomad.html">Securing Nomad</a>
</li>
<li<%= sidebar_current("guides-outage-recovery") %>>