mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 08:36:32 +00:00
6d28085b7e
change aes mode to cfb in encrypt / decrypt in Security
14 lines
274 B
Bash
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 |