confium-examples 0.4.7

Runnable example binaries demonstrating Confium threshold cryptography
Documentation
1
2
3
4
5
6
7
8
9
# .gitlab-ci.yml
# Confium keyless signing for GitLab CI.
keyless_sign:
  stage: deploy
  image: confium/cli:latest
  script:
    - confium keyless sign --artifact release.tar.gz
  only:
    - tags