Skip to content

Commit

Permalink
Merge pull request #11 from ricsanfre/patch
Browse files Browse the repository at this point in the history
Include minutes and seconds in certificates duration fields
  • Loading branch information
fabmade authored Dec 8, 2022
2 parents 1d1ec61 + 36042e7 commit 4556c88
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/cert-manager-webhook-ionos/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0.1"
appVersion: "1.0.2"
description: Allow cert-manager to solve DNS challenges using IONOS DNS API 1.0.0 https://developer.hosting.ionos.de/docs/dns
name: cert-manager-webhook-ionos
version: 1.0.1
version: 1.0.2
4 changes: 2 additions & 2 deletions charts/cert-manager-webhook-ionos/templates/pki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ metadata:
heritage: {{ .Release.Service }}
spec:
secretName: {{ include "cert-manager-webhook-ionos.rootCACertificate" . }}
duration: 43800h # 5y
duration: 43800h0m0s # 5y
issuerRef:
name: {{ include "cert-manager-webhook-ionos.selfSignedIssuer" . }}
commonName: "ca.cert-manager-webhook-ionos.cert-manager"
Expand Down Expand Up @@ -67,7 +67,7 @@ metadata:
heritage: {{ .Release.Service }}
spec:
secretName: {{ include "cert-manager-webhook-ionos.servingCertificate" . }}
duration: 8760h # 1y
duration: 8760h0m0s # 1y
issuerRef:
name: {{ include "cert-manager-webhook-ionos.rootCAIssuer" . }}
dnsNames:
Expand Down

0 comments on commit 4556c88

Please sign in to comment.