How to do Identity Certificate and Its Passphrase management in .net core
Ashutosh Pareek
26
Reputation points
Hello,
Currently in one of my .net application I use identity certificate for App-App authentication to sign the token payload. Certificate file(.pfx) get deployed with the application and its passphrase is stored in appSettings.json. As we can see there are security concerns.
What is the standard way to handle this situation?
Appreciate your help
Developer technologies | ASP.NET | ASP.NET Core
Developer technologies | ASP.NET | ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
Developer technologies | C#
Developer technologies | C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
Sign in to answer