1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 17:56:26 +00:00

typo fix in loadbalancer.md (#82)

Thank you sir!
This commit is contained in:
Peter Sarossy
2020-04-20 17:35:06 -04:00
committed by GitHub
parent b295ffee76
commit 111068cd07

View File

@@ -24,7 +24,7 @@ This recipe details a simple design to permit the exposure of as many ports as y
### Create LetsEncrypt certificate ### Create LetsEncrypt certificate
!!! warning !!! warning
Safety first, folks. You wouldn't run a webhook exposed to the big bad ol' internte without first securing it with a valid SSL certificate? Of course not, I didn't think so! Safety first, folks. You wouldn't run a webhook exposed to the big bad ol' internet without first securing it with a valid SSL certificate? Of course not, I didn't think so!
Use whatever method you prefer to generate (and later, renew) your LetsEncrypt cert. The example below uses the CertBot docker image for CloudFlare DNS validation, since that's what I've used elsewhere. Use whatever method you prefer to generate (and later, renew) your LetsEncrypt cert. The example below uses the CertBot docker image for CloudFlare DNS validation, since that's what I've used elsewhere.