scientist-softserv / louisville-hyku

Other
0 stars 0 forks source link

expired SSL cert #104

Closed orangewolf closed 1 year ago

orangewolf commented 1 year ago

SSL cert is expired on staging.

Clients cannot select an advance option to proceed (maybe due to security protection from their end).

orangewolf commented 1 year ago

April March 2022

Work was completed and Shana has reported that the SSL is now valid and the client no longer has an issue with accessing staging.

Work was update the ingress to accept tls and not use wildcard as it does not auto-renew in staging:

Updated Code ``` ingress: enabled: true hosts: - host: lv-hyku-staging.notch8.cloud paths: - path: / annotations: { # start of addition kubernetes.io/ingress.class: "nginx", nginx.ingress.kubernetes.io/proxy-body-size: "0", cert-manager.io/cluster-issuer: letsencrypt-prod } tls: - hosts: - lv-hyku-staging.notch8.cloud secretName: notch8cloud # end of addition ```