Björn Kautler
Björn Kautler
This is a follow-up to #258, only the top-most commit is to be reviewed. This refactors the key store types into services. This pulls apart the code into separate classes....
After installing the highly anticipated new release 0.26.0 of the plugin, ktlint does not work anymore at all here. :-( If I trigger "Format with ktlint" action, I get this...
I use `@actions/exec` in my [setup-wsl](https://github.com/Vampire/setup-wsl) GitHub Actions action to do various tool runs. One of the tools that is run is `wsl`. To use WSLv2 on `windows-2022` currently, you...
The `windows-2025` image preview does not yet have WSL installed properly. So to make my [setup-wsl](https://github.com/Vampire/setup-wsl) action compatible, I need to first execute `wsl --install --no-distribution`. My action uses `@actions/exec`...
**Is your feature request related to a problem or specific use case? Please describe.** I try to get client-side hashing signing working, in my current use-case using [JSign](https://github.com/ebourg/jsign). In the...
I started SignServer CE from the docker image using ```shell docker run -it --rm -p 8080:8080 -p 8443:8443 -h localhost --name signserver keyfactor/signserver-ce ``` Then I tried to access `https://localhost:8443/signserver/`....
I started SignServer CE from the docker image using ```shell docker run -it --rm -p 8080:8080 -p 8443:8443 -h localhost --name signserver keyfactor/signserver-ce ``` Then I tried to access `http://localhost:8080/signserver/`....
I tried to get client-side hashing via the "REST Interface" to work. I had a hard time (in the end reading the source code) to find out, that I have...