(IdentityServer4) How Do I Load A X509 Certificate Inside An Asp.Net Core Application Running In A Docker Container

4/4/2020

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.

-- Richard Holland
asp.net-core
docker
identityserver4
kubernetes

0 Answers