ssl证书运维

    0

https://ohttps.com

Gitea

  • 私钥 cert.key
  • 证书 fullchain.cer 下载放入/var/lib/gitea/custom
bash
ssh root@192.168.100.154 systemctl restart gitea

K8S

在linux上执行,mac上执行不了

bash
// tls.crt cat fullchain.cer | base64 -w0 // tls.key cat cert.key | base64 -w0 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
评论区

共有评论 0

暂无评论