Attention: this is the key used to sign the certificate requests, anyone holding this can sign certificates on your behalf. So keep it in a safe place!
openssl genrsa -des3 -out rootCA.key 4096| #!/bin/bash | |
| BUCKETNAME="your_s3_bucket" | |
| LOGDIR="/opt/nginx/logs" | |
| LOGDATE=$(date +"%Y%m%d") | |
| LOGFILES=( "access" "ssl-access" ) | |
| BOT_LOGFILES=( "bots-access" "bots-ssl-access" ) | |
| echo "Moving access logs to dated logs.." |