You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
fermyon/spin#114 introduced tls key/cert support for the spin runtime, so we should be able to install a TLS certificate into the nomad job so that spin is serving the certificate.
The text was updated successfully, but these errors were encountered:
Right now we bind the certificate to kestrel's config but do nothing with nomad/Traefik. We only resolve let's encrypt support.
hippo/src/Application/Channels/EventHandlers/CertificateModifiedEventHandler.cs
Lines 37 to 46 in 8c11b91
hippo/src/Infrastructure/Jobs/NomadJob.cs
Lines 179 to 183 in 8c11b91
fermyon/spin#114 introduced tls key/cert support for the spin runtime, so we should be able to install a TLS certificate into the nomad job so that spin is serving the certificate.
The text was updated successfully, but these errors were encountered: