Skip to content

Commit a8e3990

Browse files
author
liyang wang
committed
no addition in readme
1 parent 717b17d commit a8e3990

File tree

1 file changed

+10
-28
lines changed

1 file changed

+10
-28
lines changed

README.md

Lines changed: 10 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -4,24 +4,6 @@ Cert Manager's ACME (automated certificate management environment) issuer type s
44
to implement custom DNS01 challenge solving logic.
55

66
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
24-
expected.
257

268
## Usage
279

@@ -55,16 +37,16 @@ spec:
5537
name: letsencrypt
5638
server: https://acme-v02.api.letsencrypt.org/directory
5739
solvers:
58-
- dns01:
59-
webhook:
60-
config:
61-
ibmCloudCisCrns:
62-
- 'crn:v1:bluemix:public:internet-svcs:global:a/***:***::'
63-
groupName: acme.skills.network
64-
solverName: ibm-cloud-cis
65-
selector:
66-
dnsZones:
67-
- your.site.domain.com
40+
- dns01:
41+
webhook:
42+
config:
43+
ibmCloudCisCrns:
44+
- "crn:v1:bluemix:public:internet-svcs:global:a/***:***::"
45+
groupName: acme.skills.network
46+
solverName: ibm-cloud-cis
47+
selector:
48+
dnsZones:
49+
- your.site.domain.com
6850
```
6951
7052
After update your issuer, cert-manager should be able to automatically complete challenges for your certificates on IBM CIS-managed domains.

0 commit comments

Comments
 (0)