I need to load a signing certificate for IdentityServer4 in the Startup() class of an asp.net core application.
I'm deploying as a docker container to an existing Kubernetes cluster on GKE.
I'm unsure of the best way to generate (cert-manager?
), store and access the certificate via the IdentityServer asp.net startup class.
If I can figure out the basics I can then learn how to deploy and rotate/expire the keys.