I am attempting to authenticate to the opnsense GUI using a certificate instead of a password. I hope it will require less keystrokes from my side (I understand it depends on browser implementation).Here you can find some details on how client certificate authentication works:https://medium.com/@sevcsik/authentication-using-https-client-certificates-3c9d270e8326Under System >Access > Users, for each user there's a field called "User Certificates". I assumed this is intended for client certificate based authentication against the opnsense GUI. Did I misunderstand what this field is for?
# openssl x509 -text -in /path/to/certificate.crt -noout
I am trying to set up client certificate for automatic login into the opnsense GUI, one less daily hassle =)The GUI mask is asking for the private key of this client certificate, which I am not willing to upload to sense and also should not be required, opnsense only need the public key.Am I missing something?
You still might want to lock a single cert to a particular user. And we hopefully all agree that the server side requesting authentication never needs the private key
You still might want to lock a single cert to a particular user.