openstack-helm-infra/ingress/templates/bin
Phil Sphicas 341e9b29df Ingress: Configure Default SSL Certificate
Adds configuration options for the --default-ssl-certificate feature of
NGINX Ingress Controller, which provides a default certificate for
requests that do not match any configured server names.[0]

To enable with a new certificate, specify:
  .conf.default_ssl_certificate.enabled=true
  .endpoints.ingress.host_fqdn_override.public.tls.crt="PEM cert data"
  .endpoints.ingress.host_fqdn_override.public.tls.key="PEM key data"
  .manifests.secret_ingress_tls=true

To enable using a TLS cert in an existing secret, specify:
  .conf.default_ssl_certificate.enabled=true
  .conf.default_ssl_certificate.name="name of the secret"
  .conf.default_ssl_certificate.namespace="namespace of the secret"

0: https://kubernetes.github.io/ingress-nginx/user-guide/tls/#default-ssl-certificate

Change-Id: Idd704fd880f56137923d4c38cc188b130ee3b56d
2020-08-14 05:32:51 +00:00
..
_ingress-controller.sh.tpl Ingress: Configure Default SSL Certificate 2020-08-14 05:32:51 +00:00
_ingress-vip-keepalived.sh.tpl Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00
_ingress-vip-routed.sh.tpl Remove OSH Authors copyright 2020-05-07 02:11:15 +00:00