File: gen.sh

package info (click to toggle)
golang-github-go-piv-piv-go 2.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 352 kB
  • sloc: python: 37; makefile: 5; sh: 5
file content (7 lines) | stat: -rwxr-xr-x 260 bytes parent folder | download
1
2
3
4
5
6
7
#!/bin/bash -e

rm -f *.pem
curl -O https://developers.yubico.com/PKI/yubico-ca-certs.txt
curl -O https://developers.yubico.com/PKI/yubico-ca-1.pem
curl -O https://developers.yubico.com/PKI/yubico-intermediate.pem
echo "Timestamp: $( date -u )" > metadata.txt