Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 569 Bytes

cosign.md

File metadata and controls

17 lines (13 loc) · 569 Bytes

Cosign

All artifacts provided by this repository are signed using cosign.

Verify Cosign signature

  • Install cosign.
  • Verify cosign signature
    cosign verify \
        --certificate-identity-regexp "^https://github.com/tprasadtp/protonvpn-docker" \
        --certificate-oidc-issuer "https://token.actions.githubusercontent.com" \
        --certificate-github-workflow-repository "tprasadtp/protonvpn-docker" \
        ghcr.io/tprasadtp/protonwire:<image-tag>