Skip to content

Commit 6b2a336

Browse files
committed
note to users
1 parent 776f0ac commit 6b2a336

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

contrib/sign-profiles.sh

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
#!/bin/bash
2+
#
3+
# This is an example of a way to quickly sign a repo without accidentally
4+
# signing all the wrong things. If everything goes well, it should
5+
# (re)generate a MANIFEST and SIGNATURE file.
6+
#
7+
# USAGE: bash contrib/sign-profiles.sh repo private-key
8+
#
9+
# e.g., bash contrib/sign-profiles.sh ~/code/hubblestack_data.git_repo ~/secerts/hubble/private.key
10+
#
211

312
PROFILE="$1"; shift
413
PRIVATE_KEY="${1:-/etc/certs/private.key}"; shift

0 commit comments

Comments
 (0)