This repository has been archived by the owner on Sep 5, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
32 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
20 changes: 20 additions & 0 deletions
20
k8s/cert-manager/cluster-issuers/cloudflare-letsencrypt/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Cert Manager - Cloudflare LetsEncrypt Cluster Issuer | ||
|
||
This cluster issuer can be used to issue certificates using the Cloudflare DNS API. It is recommended to use this issuer for dev/test and production clusters. | ||
|
||
## Dependencies | ||
|
||
- [Cert Manager](../../README.md) | ||
|
||
## Post-build variables | ||
|
||
| Variable | Description | Default | Required | | ||
| -------------------------------------------- | ----------------------------------------------------- | :------------------------------------------------------: | :------: | | ||
| cloudflare_letsencrypt_cluster_issuer_server | The cluster issuer server to use for letsencrypt ACME | <https://acme-staging-v02.api.letsencrypt.org/directory> | ✕ | | ||
| cloudflare_letsencrypt_cluster_issuer_email | The email to use when issuing new certificates issuer | | ✓ | | ||
|
||
For this issuer to work, you must also add the `k8s/cert-manager/certificates/cloudflare-dns-api-key.yaml` secret to your cert-manager namespace. | ||
|
||
| Variable | Description | Default | Required | | ||
| ---------------------- | ------------------------------------------ | :-----: | :------: | | ||
| cloudflare_dns_api_key | The API Key needed for ACME DNS challenges | | ✓ | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Cert Manager - Self-Signed Cluster Issuer | ||
|
||
This cluster issuer can be used to issue self-signed certificates. It is only recommended to use this issuer for local clusters. | ||
|
||
## Dependencies | ||
|
||
- [Cert Manager](../../README.md) |