mirror of
https://github.com/azaion/admin.git
synced 2026-04-22 22:56:32 +00:00
add scripts for cdn
change aes mode to cfb in encrypt / decrypt in Security
This commit is contained in:
Vendored
+14
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user