website/content/en
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
..
_common-resources Swaps svgs for the pngs on the homepage (#17325) 2019-10-31 02:01:37 -07:00
blog update windows.md url (#18372) 2020-01-06 08:33:36 -08:00
case-studies updated 3 logos on case studies page (#17628) 2019-12-03 03:06:57 -08:00
community Accessibility Updates (#16633) 2019-10-05 22:23:09 -07:00
docs /etc/nginx/ssl/nginx.crt: No such file or directory. Instead use tls.crt (#18324) 2020-01-06 09:46:16 -08:00
examples Official 1.17 Release Docs (#18011) 2019-12-09 16:11:29 -08:00
includes Fixing names and links for EN files for IBM Cloud Kubernetes Service (#18083) 2019-12-12 13:44:32 -08:00
partners Accessibility updates - main landmark roles (#17106) 2019-10-27 04:43:24 -07:00
OWNERS Added link to OWNERS docs in OWNERS file (#12427) 2019-01-30 14:04:25 -08:00
_index.html Update KubeCon buttons for Shanghai (#17916) 2019-12-02 20:20:57 -08:00