IT七剑客 IT七剑客
首页
wresource
郭霖
孤寒者
IT邦德
沉默王二
老麦
stackoverflow
GitHub (opens new window)
首页
wresource
郭霖
孤寒者
IT邦德
沉默王二
老麦
stackoverflow
GitHub (opens new window)
  • 从零开始写 k8s 发布工具(一)

  • 从零开始写 k8s 发布工具(二)

  • 从零开始写 k8s 发布工具(三)

  • 从零开始写 k8s 发布工具(四)

  • istio的环境准备

    • 安装 docker-k3s-istio 开发环境
    • istio初始化第一个项目
    • istio升级项目
    • 使用 lego 创建 https 证书
  • istioVirtualService

  • 老麦 Go
  • istio的环境准备
老麦
2023-02-01

使用 lego 创建 https 证书

# 使用 lego 创建 https 证书

https://go-acme.github.io/lego/dns/

#!/bin/bash
#

cd $(dirname $0)

source .env

lego  --email="${EMAIL}" \
      --key-type rsa2048 \
      --domains="${DOMAIN1}" \
      --path=$(pwd) --dns $DNS_PROVIDER --accept-tos run
1
2
3
4
5
6
7
8
9
10
11
上次更新: 2023/04/05, 05:23:58
istio升级项目
isti VirtualService 和 k8s Ingress

← istio升级项目 isti VirtualService 和 k8s Ingress→

最近更新
01
How the creator of Angular is dehydrating the web (Ep 574)
06-07
02
For those who just don’t Git it (Ep 573)
06-07
03
Modern work requires attention. Constant alerts steal it
06-07
更多文章>
Theme by Vdoing | Copyright © 2022-2024 IT七剑客 | MIT License
  • 闽ICP备2021006579号-4
  • 闽公网安备 35012102500470号
    • 跟随系统
    • 浅色模式
    • 深色模式
    • 阅读模式