website/content/en/docs
melvinrmc db8e3ec5f8 /etc/nginx/ssl/nginx.crt: No such file or directory. Instead use tls.crt (#18324)
Running the example into a katacoda environment I get this error message:
(77) error setting certificate verify locations:
  CAfile: /etc/nginx/ssl/nginx.crt


$ kubectl exec curl-deployment-f8c5c685b-9sphf -- ls /etc/nginx/ssl/
tls.crt
tls.key
$ kubectl exec curl-deployment-f8c5c685b-9sphf -- curl https://my-nginx --cacert /etc/nginx/ssl/tls.crt
...
<title>Welcome to nginx!</title>
...

$ kubectl version
Client Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:20:10Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"17", GitVersion:"v1.17.0", GitCommit:"70132b0f130acc0bed193d9ba59dd186f0e634cf", GitTreeState:"clean", BuildDate:"2019-12-07T21:12:17Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"}

$ kubectl describe secret nginxsecret
Name:         nginxsecret
Namespace:    default
Labels:       <none>
Annotations:  <none>

Type:  kubernetes.io/tls

Data
====
tls.crt:  1164 bytes
tls.key:  1708 bytes
2020-01-06 09:46:16 -08:00
..
concepts /etc/nginx/ssl/nginx.crt: No such file or directory. Instead use tls.crt (#18324) 2020-01-06 09:46:16 -08:00
contribute Fix en language misspell (#18201) 2019-12-20 06:49:32 -08:00
doc-contributor-tools Normalize case: Github -> GitHub (#13828) 2019-04-25 09:40:47 -07:00
home Make k8s.io/docs/home to support i18n (#12570) 2019-02-21 08:24:20 -08:00
reference kubeadm: improvements to the cert management documentation (#18397) 2020-01-03 09:45:42 -08:00
setup Update cluster health check command for newer etcd (#18392) 2020-01-03 09:43:41 -08:00
tasks fix words issue (#18312) 2020-01-04 17:57:40 -08:00
templates Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00
tutorials Update command output for latest version (#18073) 2019-12-17 10:19:58 -08:00
user-journeys/users Add “CNCF” to glossary (#14537) 2019-07-11 18:03:07 -07:00
_index.md Change Documentation and Home links in nav (#9914) 2018-08-20 08:33:42 -07:00
search.md Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00
sitemap.md Fix typos: functionizing -> functionalizing (#10925) 2018-11-08 11:18:30 -08:00
test.md update kubectl "$" format (#13256) 2019-06-10 19:42:16 -07:00
update-user-guide-links.py Convert site to Hugo (#8316) 2018-05-05 09:00:51 -07:00