You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
567 B
19 lines
567 B
|
|
## Install
|
|
```
|
|
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.11.2/cert-manager.crds.yaml
|
|
|
|
helm install cert-manager jetstack/cert-manager --namespace cert-manager --version v1.11.2 --values values.v1.11.2.yaml
|
|
```
|
|
## Config Cluster Issuer
|
|
```
|
|
kubectl create secret generic clouddns-dns01-solver-svc-acct --from-file=droe-240018-e23b31db1e86.json --namespace=cert-manager
|
|
```
|
|
## Cluster Issuer
|
|
```
|
|
kubectl apply -f letsencrypt-production-ClusterIssuer.yaml
|
|
```
|
|
|
|
## Selfsigned to Minio
|
|
|
|
kubectl apply -f SelfSigned-ClusterIssuer.yaml |