Greetings everyone! Need help with configurin nmcli connection. I have 802.1X enabled in network and i need to auth with certificate, that located on smartcard.
I can do it with this strings:
802-1x.client-cert "pkcs11:model=Model;manufacturer=Manuf;serial=123; token=ABC;id=ABC;object=ABC" \
802-1x.private-key "pkcs11:model=Model;manufacturer=Manuf;serial=123; token=ABC;id=ABC;object=ABC;pin-value=1234" \

My question is:
Can i do it without specifying token urls? For example using just pks11 engine?

Ubuntu 22.04

NetworkManager --version
1.36.6

I use /usr/lib/libeTPkcs11.so library for token support(eToken SafeNet)