mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
Update README.md (#29126)
Fixed typo Signed-off-by: Viraj Jadhav <45794663+VirajJadhav@users.noreply.github.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user