By: Tom Lawton user 14 Nov 2023 at 3:17 p.m. CST

2 Responses
Tom Lawton gravatar
Hi everyone, Whilst doing some [LDAP certificate rotation](https://gluu.org/docs/gluu-server/4.4/admin-guide/certificate/#rotating-certificates-and-keys-in-kubernetes-setup) today, I stumbled across a problem: the `gluufederation/certmanager` image isn't available via Docker Hub (or anywhere, that I can see). Is that meant to be the case? Am I being stupid? Any advice is appreciated. I ended up pulling it out of a node cache, but that's a bit seat-of-the-pants... Thanks, Tom.

By Mohib Zico staff 14 Nov 2023 at 7:04 p.m. CST

Mohib Zico gravatar
Hello Tom, Let us look into it....

By Amro Misbah staff 15 Nov 2023 at 2:51 a.m. CST

Amro Misbah gravatar
Hi Tom. As the [docs](https://gluu.org/docs/gluu-server/4.5/admin-guide/certificate/#rotating-certificates-and-keys-in-kubernetes-setup) here, you need to pass the credentials to be able to pull the image. So you can create a `regcred` secret and add this to your yaml file: ``` spec: imagePullSecrets: - name: regcred ```