/kubecert

Use Let's Encrypt to generate a SSL Cert to be used in Kubernetes

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

kube-letsencrypt

Use Let's Encrypt to generate a SSL Cert to be used in Kubernetes via Kubernetes Secrets.

Usage

Obtain a cert

make obtain-cert DOMAIN=app.opszero.com

Make sure to check in the certs dir.

Generate Kubernetes Secret

make generate-cert DOMAIN=app.opszero.com
make kube-secret

Renew a cert

make renew-cert DOMAIN=app.opszero.com

Project by opsZero

This project is brought to you by opsZero we provide DevOps for Startups. If you need help with your infrastructure reach out.

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.