From 844803a0c41a912a7b070c95c5f1e03191186815 Mon Sep 17 00:00:00 2001 From: Richard Samuelson Date: Thu, 27 Feb 2020 10:15:20 +0100 Subject: [PATCH] Remove contradictory statements (#19321) Remove contradictory statements (Use a local tool trusted by your OS vs. recommend to use online base64 tool) --- .../inject-data-application/distribute-credentials-secure.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md b/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md index 8886da28d2..25e6956403 100644 --- a/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md +++ b/content/en/docs/tasks/inject-data-application/distribute-credentials-secure.md @@ -21,9 +21,7 @@ encryption keys, into Pods. ## Convert your secret data to a base-64 representation Suppose you want to have two pieces of secret data: a username `my-app` and a password -`39528$vdg7Jb`. First, use online Base 64 Encoding Tool [Base64 encoding](https://www.base64encode.org/), [Base64 encode](https://goonlinetools.com/base64-encode/) to -convert your username and password to a base-64 representation. Here's a Linux -example: +`39528$vdg7Jb`. First, use a base64 encoding tool to convert your username and password to a base64 representation. Here's an example using the commonly available base64 program: ```shell echo -n 'my-app' | base64