Skip to content

Commit

Permalink
Set keychain logout timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
mrclary committed Sep 12, 2023
1 parent f03bcc2 commit e82ff15
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions installers-conda/certkeychain.sh
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ fi
log "Creating keychain $KEYCHAINFILE..."
security create-keychain -p $KEY_PASS $KEYCHAIN
security list-keychains -s $KEYCHAIN
security set-keychain-settings -lut 21600 $KEYCHAIN
security unlock-keychain -p $KEY_PASS $KEYCHAIN

log "Importing certificate(s)..."
Expand Down

0 comments on commit e82ff15

Please sign in to comment.