#!/bin/bash set -o errexit -o nounset -o pipefail umask 077 cd /etc/nginx/session-ticket-keys for i in {1..4}; do head -c 80 $i.key done