Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Commit fb42982

Browse files
committed
Update README again
1 parent a3f2ebe commit fb42982

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -89,13 +89,11 @@ Then, associate this route to it:
8989

9090
## Kubernetes
9191

92-
Head off to the [Kubernetes deployment configuration](kubernetes) for examples, using a Kubernetes service
93-
plus either a [deployment (deprecated)](kubernetes/certbot-cron.yml), or a [kubernetes cronjob](kubernetes/certbot-cronjob.yml).
92+
Here's a [kubernetes cronjob example](kubernetes/certbot-cronjob.yml).
9493

95-
Note that the cron deployment is legacy stuff, from before Kubernetes had `CronJob` (pre 1.4). Please use a proper kubernetes
96-
`CronJob` object for scheduling.
94+
### Note
9795

98-
Note: your k8s service will always time out since there's nothing listening on HTTP except for when certbot itself is
96+
Your k8s service SHOULD always time out since there's nothing listening on HTTP except for when certbot itself is
9997
running and requesting certs from LE.
10098

10199
## Command line tool
@@ -127,12 +125,13 @@ docker run -it --rm phpdockerio/kong-certbot-agent \
127125

128126
You can give the agent a pretty big list of domains to acquire certificates for (100), but bear in mind it will be one certificate
129127
shared among all of them. You might want to set up different cronjobs for different sets of certificates, grouped in a manner
130-
that makes sense to you.
128+
that makes sense to you. Also, if one of the domains you're getting a certificate from fails the HTTP challenge, cert acquisition
129+
for the whole group fails.
131130

132131
### How about wildcard certs?
133132

134133
Unfortunately, certbot does not support http challenges on wildcard certs, needing to resort to other types (like DNS).
135-
Due to the way certbot agent works, this will never be supported by the agent.
134+
Due to the way certbot agent works, this will never be supported by the agent.
136135

137136
### Any considerations on a first time set up?
138137

0 commit comments

Comments
 (0)