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
Sign in to answer