make first tag

Signed-off-by: Jeff Carr <jcarr@wit.com>
This commit is contained in:
Jeff Carr 2024-10-10 16:16:00 -05:00
parent f658cd412a
commit 6399ec3c0d
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@ all:
cd farm && make all
make create
tag:
git tag -m 'first tag' v0.0.1
git push --tags
make-ca-private-key:
certtool --generate-privkey > certificate_authority_key.pem
# umask 277 certificate_authority_key.pem