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
603 B

## Install
```
kubectl apply -f https://github.com/jetstack/cert-manager/releases/download/v1.9.1/cert-manager.crds.yaml
helm install cert-manager jetstack/cert-manager --namespace cert-manager --create-namespace --version v1.9.1 --set nodeSelector.cloud-provider=oracle
```
## 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