aboutsummaryrefslogtreecommitdiffstats
path: root/tests/secure_cert/client.conf
Commit message (Collapse)AuthorAgeFilesLines
* Move certificates into per-test directoriesThomas Vanbesien43 hours1-3/+3
| | | | | | | | Each secure test now has its own certs/ subfolder with per-identity subdirectories and a single shared trust store. Configs reference paths relative to the project root (e.g. tests/secure_anonymous/ certs/ServerLDS/cert.der). Cert generation logic removed from test scripts since certs are now pre-generated and committed.
* Remove redundant config/ dir, use Aes256_Sha256_RsaPss everywhereThomas Vanbesien44 hours1-1/+1
| | | | | | | The config/ example files duplicated the test configs. Remove them and point the Running docs at tests/secure_user/ instead. Switch the security policy from Basic256Sha256 to Aes256_Sha256_RsaPss in all test configs, CMakeLists.txt, and readme.md.
* Add X509 certificate identity token authenticationThomas Vanbesien44 hours1-0/+13
Support authMode=cert alongside anonymous and user. The client reuses its application certificate as the X509 identity token (open62541 requires both to match). Server-side access control advertises the certificate token policy automatically when sessionPKI is configured.