From 5baff071b8e7e71ef9f94c423ff6aee170850dac Mon Sep 17 00:00:00 2001 From: robertpountney92 Date: Wed, 27 Jan 2021 16:38:57 +0000 Subject: [PATCH] Clean up and adjustments made after dry run --- LetsEncrypt/issuer.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LetsEncrypt/issuer.yaml b/LetsEncrypt/issuer.yaml index 0ccb655..d4bc1f6 100644 --- a/LetsEncrypt/issuer.yaml +++ b/LetsEncrypt/issuer.yaml @@ -1,6 +1,6 @@ apiVersion: cert-manager.io/v1alpha2 # An Issuer is a custom resource definition (CRD) made available through the cert-manager controller -# Issuers represent CAs and allow us to automate the generation of signed certificates +# Issuers represent CAs and allow us to automate the generation of certificates kind: Issuer metadata: name: letsencrypt diff --git a/README.md b/README.md index 2474a18..cbee6da 100644 --- a/README.md +++ b/README.md @@ -164,4 +164,4 @@ Finally navigate to the the Fully Qualified Domain Name, copy the result of the echo $FQDN ## Summary -We have now seen how we can deploy HTTPS applicaitons on Kubernetes. We secured the applications for internal environments using our own self-sign certificates; and for production we automated the issuance of certificates, signed by a trusted CA (LetsEncrypt) using the Kubernetes **cert-manager** addon. \ No newline at end of file +We have now seen how we can deploy HTTPS applicaitons on Kubernetes. We secured our internal applications using our own self-sign certificates; and for production we automated the issuance of certificates, signed by a trusted CA (LetsEncrypt), using the Kubernetes **cert-manager** addon. \ No newline at end of file