ssl证书运维
- 0
#讨论区
00条评论
实时对话
loading...
记录一下个人博客的运维工作 https://ohttps.com
/var/lib/gitea/custom
中bash
在linux上执行,mac上执行不了
bash
加密设置里调整
ssh root@192.168.100.154
systemctl restart gitea
// tls.crt
cat fullchain.cer | base64 -w0
// tls.key
cat cert.key | base64 -w0
// 执行更新
kubectl apply -f https://git.ooxo.cc/k8s/yaml/raw/branch/main/https.yaml
kubectl get secret ooxo.cc-tls-secret
kubectl get secret ooxo.cc-tls-secret -o jsonpath='{.data.tls\.crt}' | base64 --decode
kubectl get secret ooxo.cc-tls-secret -o jsonpath='{.data.tls\.key}' | base64 --decode