Cyril Dangerville

Results 15 issues of Cyril Dangerville

I am trying to generate a self-signed certificate with ECDSA key pair on a smartcard by running this New-SelfSignedCertificateEx command on my Windows 10 machine: ```powershell New-SelfSignedCertificateEx -Subject "CN=John D"...

question

Looking at the [documentation on the REST API authentication mechanism](https://lemur.readthedocs.io/en/latest/developer/index.html#post--auth-login), it seems limited to username and password. Is there a way to use client certificates instead (issued by a custom...

Using the REST API, if I try to create a certificate with CSR, but without the commonName parameter like this for example...: ``` { "owner": "[email protected]", "validityYears": "2", "notify": false,...

bug

**Description:** balana-core module depends on org.wso2.balana.utils which depends on (xerces.wso2) xercesImpl. However, xercesImpl is not available on Maven Central whereas the others are. Therefore, one may need to add the...

This fixes the error _Unable to start reactive web server / WebServerException: Could not load key store 'null' / IllegalArgumentException: Resource location must not be null_ (see [spring-boot-error.log](https://github.com/spring-projects/spring-boot/files/9438393/spring-boot-error.log) for the...

type: bug
for: merge-with-amendments

Fixes the issue of root causes not propagated to container launch TimeoutException; e.g. when applying a HttpWaitStrategy with TLS enabled (HTTPS), if HTTPS connection check fails because of certificate validation...

type/enhancement

Compile dependencies are completely missing from the maven pom of release 0.1.5 of logback-ext-spring, resulting in NoClassDefFoundError in a maven project. See the pom: http://central.maven.org/maven2/org/logback-extensions/logback-ext-spring/0.1.5/logback-ext-spring-0.1.5.pom The ones from the build.gradle...

bug

Currently, there are only examples for Content-Type/Accept = `application/xml` in doc. Provide some for Content-Type/Accept = `application/json` Plenty of raw examples in the test suite output to take from (that...

enhancement

http://www.tothenew.com/blog/loading-and-removing-bean-at-run-time-in-spring-application/

enhancement

### [Description]: Currently, the organization of the notes is flat. Would be great to be able to organize them in folders like we do for bookmarks. ### [Affected versions]: 4.0.0...

enhancement
ARCHIVED