Update README.md (#29126)

Fixed typo

Signed-off-by: Viraj Jadhav <45794663+VirajJadhav@users.noreply.github.com>
This commit is contained in:
Viraj Jadhav
2024-08-31 13:11:43 +02:00
committed by GitHub
parent 7134ec1db9
commit 0d5e4f85cd
+2 -2
View File
@@ -79,7 +79,7 @@ kubectl create secret generic my-exisiting-stores --from-file=./keystore --from-
kubectl create secret generic my-stores-password --from-literal=keystore-password=KEYSTORE_PASSWORD --from-literal=truststore-password=TRUSTSTORE_PASSWORD
```
Keystore and Truststore files can be dinamycally created from the certificates files. In this case a secret with the tls.crt, tls.key and ca.crt in pem format is required. The following example shows how the secret can be created and assumes that all certificate files are in the working directory:
Keystore and Truststore files can be dynamically created from the certificates files. In this case a secret with the tls.crt, tls.key and ca.crt in pem format is required. The following example shows how the secret can be created and assumes that all certificate files are in the working directory:
```console
kubectl create secret tls my-certs --cert ./tls.crt --key ./tls.key
@@ -523,4 +523,4 @@ Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
limitations under the License.