is there any way i can send curl request without admin:admin and use only TLs certificate ?
Example":
curl -kivu --cacert ./ca.crt --key ./tls.key --cert ./tls.crt https://10.103.11.99:443/restconf/data/ -v
Please let me know.
thanks,
Raja
is there any way i can send curl request without admin:admin and use only TLs certificate ?
Example":
curl -kivu --cacert ./ca.crt --key ./tls.key --cert ./tls.crt https://10.103.11.99:443/restconf/data/ -v
Please let me know.
thanks,
Raja
i think it is similar to below query
Mutual Authentication TLS in RESTCONF - Core Engine and APIs - ConfD User Community (tail-f.com)
Not in the near future, as the ConfD web server does not support a mechanism to map the certificate to a user and user group.
Thanks for the info Cohult.
-Raja