Skip to content

Commit

Permalink
Update keys_gen.sh
Browse files Browse the repository at this point in the history
Directories must be `0700` to be able to be listed / have files created in the,
  • Loading branch information
achernya authored and urpylka committed Aug 3, 2022
1 parent c100ece commit 138cdfa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/keys_gen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [[ ! -d /opt/aptly/gpg/private-keys-v1.d/ ]] || [[ ! -f /opt/aptly/gpg/pubrin
cp -a /dev/urandom /dev/random

mkdir -p ${GNUPGHOME}
chmod 600 ${GNUPGHOME}
chmod 700 ${GNUPGHOME}

# If your system doesn't have a lot of entropy this may, take a long time
# Google how-to create "artificial" entropy, if this gets stuck
Expand Down

0 comments on commit 138cdfa

Please sign in to comment.