Skip to content

somaz94/certmanager-letsencrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

22 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

certmanager-letsencrypt Guide ๐Ÿš€

This guide provides steps for installing certmanager and setting up various DNS providers with Let's Encrypt.


๐Ÿ“ฅ Installing certmanager

1. Download and Install

To fetch the latest version, consult the official certmanager releases releases. For version v1.17.0, run the command:

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.17.0/cert-manager.yaml

2. Verify Installation

Confirm that the certmanager components are running:

kubectl get po -n cert-manager

You should see:

k get po -n cert-manager
NAME                                       READY   STATUS    RESTARTS   AGE
cert-manager-75f8fbb664-q4k6f              1/1     Running   0          33s
cert-manager-cainjector-69448777d5-hnz5d   1/1     Running   0          33s
cert-manager-webhook-694b449697-7d4zp      1/1     Running   0          33s

๐Ÿต DNS Provider Configuration

Please refer to the official certmanager documentation for details on how to configure ACME DNS-01 challenge providers.


๐ŸŒ Reference


License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published