website/content/en/docs/concepts/services-networking
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
..
_index.md Reorder concepts sections (#11032) 2018-11-19 13:05:13 -08:00
add-entries-to-pod-etc-hosts-with-host-aliases.md Switch to long command option (#14422) 2019-05-21 00:42:41 -07:00
connect-applications-service.md /etc/nginx/ssl/nginx.crt: No such file or directory. Instead use tls.crt (#18324) 2020-01-06 09:46:16 -08:00
dns-pod-service.md Rename zones on dns-pod-service page (#14672) 2019-06-18 15:42:34 -07:00
dual-stack.md Official 1.17 Release Docs (#18011) 2019-12-09 16:11:29 -08:00
endpoint-slices.md Fix endpointslices link (#18093) 2019-12-12 08:12:32 -08:00
ingress-controllers.md en: fix Contour ingress controller link (#16989) 2019-10-23 08:34:15 -07:00
ingress.md Change federation documentation link to v2 in ingress. (#17011) 2019-10-17 11:47:59 -07:00
network-policies.md Update network-policies.md (#17335) 2019-11-04 15:12:10 -08:00
service-topology.md Fix en language misspell (#18201) 2019-12-20 06:49:32 -08:00
service.md Official 1.17 Release Docs (#18011) 2019-12-09 16:11:29 -08:00