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