From e804091a844c7a424f0ed0050cb444cd540ffeed Mon Sep 17 00:00:00 2001 From: Mark Bishop Date: Mon, 10 Sep 2018 09:46:43 -0700 Subject: [PATCH] fixing sentence in note that didn't make sense. --- .../v2.x/en/admin-settings/authentication/keycloak/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/rancher/v2.x/en/admin-settings/authentication/keycloak/_index.md b/content/rancher/v2.x/en/admin-settings/authentication/keycloak/_index.md index 852fa103bf2..4b5817939ae 100644 --- a/content/rancher/v2.x/en/admin-settings/authentication/keycloak/_index.md +++ b/content/rancher/v2.x/en/admin-settings/authentication/keycloak/_index.md @@ -26,10 +26,10 @@ If your organization uses KeyCloak Identity Provider (IdP) for user authenticati | UID Field | An AD attribute that is unique to every user. | | Groups Field | Make entries for managing group memberships. | | Rancher API Host | The URL for your Rancher Server. | - | Private Key / Certificate | A key-certificate pair to create a secure shell between Rancher and your IdP. | + | Private Key / Certificate | A key/certificate pair to create a secure shell between Rancher and your IdP. | | IDP-metadata | The `metadata.xml` file that you exported from your IdP server. | - >**Tip:** You can generate one using an openssl command. For example: + >**Tip:** You can generate a key/certificate pair using an openssl command. For example: > > openssl req -x509 -sha256 -nodes -days 365 -newkey rsa:2048 -keyout myservice.key -out myservice.cert