08 2022 档案

摘要:git clone --depth=1 https://github.com/amix/vimrc.git ~/.vim_runtime sh ~/.vim_runtime/install_awesome_vimrc.sh git clone https://github.com/stephpy/v 阅读全文
posted @ 2022-08-12 12:44 月渊 阅读(59) 评论(0) 推荐(0)
摘要:1.安装 npm 2.启动step-ca services: app: image: smallstep/step-ca container_name: step-ca hostname: step-ca restart: unless-stopped dns: - 114.114.114.114 阅读全文
posted @ 2022-08-10 14:38 月渊 阅读(332) 评论(0) 推荐(0)
摘要:proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; prox 阅读全文
posted @ 2022-08-09 19:24 月渊 阅读(120) 评论(0) 推荐(0)
摘要:XCA step step step certificate create --profile root-ca "Example Root CA" root_ca.crt root_ca.key --kty RSA --size 2048 --no-password --insecure step 阅读全文
posted @ 2022-08-09 19:00 月渊 阅读(61) 评论(0) 推荐(0)