Skip to content
Snippets Groups Projects

Add `signstar-config` crate to handle Signstar configs, administrative and non-administrative credentials on a Signstar host

Merged David Runge requested to merge feat/signstar-config into main
All threads resolved!
Files
12
@@ -2,4 +2,4 @@ FROM archlinux
WORKDIR /test
RUN pacman-key --init && pacman -Sy --needed --noconfirm archlinux-keyring && cat .env && source /test/.env && pacman -Syu --needed --noconfirm cargo cargo-nextest just
RUN pacman-key --init && pacman -Sy --needed --noconfirm archlinux-keyring && cat .env && source /test/.env && pacman -Syu --needed --noconfirm cargo cargo-nextest
Loading