cert-manager/pkg/util
jetstack-bot e32147b695
Merge pull request #183 from munnerz/fix-issue-loop
Automatic merge from submit-queue. If you want to cherry-pick this change to another branch, please follow the instructions <a href="https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md">here</a>.

Improve validation of certificates. Fix bug in checking certificate validity

**What this PR does / why we need it**:

Improves the validation of dnsNames and commonNames on certificate resources.
Fixes a bug in checking certificate validity.

**Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes #

Fixes #176, fixes #175

**Release note**:
```release-note
Fix a bug in checking certificate validity and improve validation of dnsNames and commonName
```
2017-11-04 01:00:30 +00:00
..
errors Add event recording. Split out cmd entrypoint. 2017-09-09 18:27:35 +01:00
kube Add basic validation to ACME issuer 2017-11-03 23:35:58 +00:00
pki Use ordered RemoveDuplicates. Add additional test cases. 2017-11-04 00:44:08 +00:00
context.go Create context for each resource to be processed 2017-09-21 20:26:27 +01:00
filter_test.go Add RemoveDuplicates unit test 2017-11-03 23:58:25 +00:00
filter.go Use ordered RemoveDuplicates. Add additional test cases. 2017-11-04 00:44:08 +00:00
util_test.go Refactor control loops to be more akin to kube-controller-manager 2017-08-05 00:35:54 +01:00
util.go Move solver into standalone binary. Launch Jobs to solve HTTP01 challenges. 2017-08-06 23:51:10 +01:00
version.go Make acmesolver image configurable through CLI. Use tagged version as default. 2017-10-13 16:39:06 +01:00