website/content/en/docs/concepts
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
..
architecture Official 1.17 Release Docs (#18011) 2019-12-09 16:11:29 -08:00
cluster-administration add Antrea description (#17917) 2019-12-06 15:07:53 -08:00
configuration Official 1.17 Release Docs (#18011) 2019-12-09 16:11:29 -08:00
containers Fixing names and links for EN files for IBM Cloud Kubernetes Service (#18083) 2019-12-12 13:44:32 -08:00
extend-kubernetes Fix en language misspell (#18201) 2019-12-20 06:49:32 -08:00
overview Minor heading update according to the guideline (#17747) 2019-11-25 20:41:10 -08:00
policy Official 1.17 Release Docs (#18011) 2019-12-09 16:11:29 -08:00
scheduling Update kube-scheduler.md (#17283) 2019-12-03 03:50:57 -08:00
security spelling and grammar corrections (#15837) 2019-08-13 06:45:42 -07:00
services-networking /etc/nginx/ssl/nginx.crt: No such file or directory. Instead use tls.crt (#18324) 2020-01-06 09:46:16 -08:00
storage BlockVolume is no longer in alpha (#18167) 2019-12-23 10:57:33 -08:00
workloads use https instead of http for a link to kubernetes.io/blog (#18287) 2019-12-26 01:13:38 -08:00
_index.md Removed Object Metadata from Concepts Overview. (#17691) 2019-11-21 02:11:28 -08:00
example-concept-template.md Add admonition type to shortcode (#9482) 2018-11-06 11:33:04 -08:00