Skip to content

Commit

Permalink
Generate key with local path
Browse files Browse the repository at this point in the history
  • Loading branch information
JeGoi committed Feb 18, 2025
1 parent 2afd250 commit 3a5e9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ conf/unified_api_system_pass:
date +%s | sha256sum | base64 | head -c 32 > conf/unified_api_system_pass

conf/system_init_key:
hexdump -e '/1 "%x"' < /dev/urandom | head -c 32 > /usr/local/pf/conf/system_init_key
hexdump -e '/1 "%x"' < /dev/urandom | head -c 32 > conf/system_init_key

bin/pfcmd: src/pfcmd.c
$(CC) -O2 -g -std=c99 -Wall $< -o $@
Expand Down

0 comments on commit 3a5e9be

Please sign in to comment.