Chris Woodham
Chris Woodham
I was also looking for an integration like this, for now I've whipped up a small plugin that suites my usage - may be helpful for others. To use I...
I've just upgraded to DSM 6.2.4, rebuilt the module using the latest version (with `HAS_MEMNEQ=1`) and installed and it appears to be loading now :) ``` [ 1290.606243] wireguard: module...
Just to confirm - I've been testing using this module on mt DS1621+ and it now works well in both client and server mode. The `v1000` platform could probably be...
Hey - just wondering if this is available yet?
For anyone still struggling with this issue, I've found this workaround: RestAssured.given() .spec(new RequestSpecBuilder() .setAuth(RestAssured .certificate( "/path/to/my/keystore/on/classpath.p12", "my_keystore_password", "/path/to/my/keystore/on/classpath.p12", "my_keystore_password", CertificateAuthSettings .certAuthSettings() .keyStoreType("pkcs12") .trustStoreType("pkcs12"))).build()) ... However, I believe there should...