I'm following this guide in order to establish client-based, certificate authentication on my website.
The goal: Allow 2 users access to 2 specific URLs: /login
and /admin
. When any of the 2 users access the mentioned locations, they need to provide a certificate that identifies them (imported via a .pfx file).
I completed seven steps of the guide. The 8th step deals with adjusting the apache config. The issue is that the guide adjusts the config cross-host, while I only need the certificate authentication to be active when one of the two URLs (above) is accessed.
How do I configure this?