Skip to content

Commit

Permalink
Clean up and adjustments made after dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpountney92 committed Jan 27, 2021
1 parent b66e461 commit 5baff07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LetsEncrypt/issuer.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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.

0 comments on commit 5baff07

Please sign in to comment.