Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 581 Bytes

cert_manager.md

File metadata and controls

15 lines (14 loc) · 581 Bytes
title date author tags slug
Cert Manager for Kubernetes
2021-01-21
L.J. Hanson
kubernetes
ssl
docker
Cert-Manager

Overall installtion instructions are here. Cert Manager was installed by Helm v3, with the custom resource definitions (CRD).

ClusterIssuer.yaml file sets up the connection to the CA (Let's Encrypt) in order to generate certs. - Requires an IAM policy for Route53 and DNS challenges - yaml file must be updated with approriate values (at a minimum role, possibly accessKey and secret)