Files
admin/env/cdn/01-install-minio.sh
T
Alex Bezdieniezhnykh 6d28085b7e add scripts for cdn
change aes mode to cfb in encrypt / decrypt in Security
2025-02-25 19:48:27 +02:00

14 lines
274 B
Bash

mkdir -p ~/cdn/data
certbot certonly --standalone -d cdn.azaion.com
cd /etc/letsencrypt/live/cdn.azaion.com-0001 || exit
chmod -R 755 privkey.pem
ln -s privkey.pem private.key
chmod -R 755 fullchain.pem
ln -s fullchain.pem public.crt
cd ~ || exit
sh restart-minio.sh