We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 273c2b2 commit 63a9266Copy full SHA for 63a9266
README.md
@@ -1889,6 +1889,25 @@ See: <http://127.0.0.1:8001/api/v1/namespaces/default/pods/cephfs-volume-example
1889
kubectl apply -f 11_secret.yml
1890
```
1891
1892
+### Create TLS secret from cert and key
1893
+
1894
+Create secret file `tls_secret_127-0-0-1.uk.local.yaml`
1895
1896
+```
1897
+kubectl create secret tls sikademo.com-tls \
1898
+ --key=/sikademo.com.key \
1899
+ --cert=sikademo.com.crt \
1900
+ --dry-run=client -o yaml | tee secret_tls_sikademo_com.local.yml
1901
1902
1903
+Create secret in Kubernetes cluster
1904
1905
1906
1907
1908
+ --cert=sikademo.com.crt
1909
1910
1911
### Get Values
1912
1913
Using **slu**
0 commit comments