kubectl describe secret tls-secret
kubectl create secret tls tls-secret --cert=/k3s/secret/6812999_www.appliedatax.com.pem --key=/k3s/secret/6812999_www.appliedatax.com.key
kubectl describe secret tls-secret
spec: tls: - hosts: - appliedatax.com secretName: tls-secret rules: - host: appliedatax.com http: paths: - path: / pathType: ImplementationSpecific backend: serviceName: mynginx-service servicePort: 80