Configure x509 in Spring MVC

0

I need some advice with an application that my team and I are developing.

The issue is that we have been asked to create an application that can be accessed through PKI. We have given the .cer and the .key to validate, and a configured nginx (it is from another application and I imagine that I would have to configure it for ours).

The problem with this is that I have no idea about any of this, but the brown has touched me. It is the basics of mutual authentication, but as basic as the water wets. The tutorials that I have looked at are to login using user and pass, and as I say I do not handle the spring environment either, so the subject of the annotations and such I go wrong.

    
asked by Carlos Gargallo 07.09.2017 в 09:44
source

0 answers