Add Custom Certificates to ESS Services
Example Customization
cp openid-custom-certificate/load-custom-cert.yaml ${HOME}/ess/cd ${HOME}/ess
# kustomization.yaml in your ESS installation directory
# ... Preceding content omitted for brevity
# ...
patches:
- path: load-custom-cert.yaml
target:
kind: Deployment
name: ess-openid
configMapGenerator:
- name: custom-certificate
namespace: ess
files:
- custom.crtLast updated