You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-28Lines changed: 10 additions & 28 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,24 +4,6 @@ Cert Manager's ACME (automated certificate management environment) issuer type s
4
4
to implement custom DNS01 challenge solving logic.
5
5
6
6
IBM Cloud Internet Services is not officially supported in cert-manager core, so if you want to automatically provision certificates with cert-manager using DNS challenges, you can use this repository to do so.
7
-
=======
8
-
This is useful if you need to use cert-manager with a DNS provider that is not
9
-
officially supported in cert-manager core.
10
-
11
-
## Why not in core?
12
-
13
-
As the project & adoption has grown, there has been an influx of DNS provider
14
-
pull requests to our core codebase. As this number has grown, the test matrix
15
-
has become un-maintainable and so, it's not possible for us to certify that
16
-
providers work to a sufficient level.
17
-
18
-
By creating this 'interface' between cert-manager and DNS providers, we allow
19
-
users to quickly iterate and test out new integrations, and then packaging
20
-
those up themselves as 'extensions' to cert-manager.
21
-
22
-
We can also then provide a standardised 'testing framework', or set of
23
-
conformance tests, which allow us to validate that a DNS provider works as
0 commit comments