Commit Graph

8 Commits

Author SHA1 Message Date
mattmoor-sockpuppet c64c63a160 Format markdown (#626)
Produced via: `prettier --write --prose-wrap=always $(find -name '*.md' | grep -v vendor | grep -v .github)`
2018-12-04 14:34:25 -08:00
mattmoor-sockpuppet 41462c69e1 Format markdown (#620)
Produced via: `prettier --write --proseWrap=always $(find -name '*.md' | grep -v vendor)`
2018-12-03 13:54:25 -08:00
Ahmet Alp Balkan cfb2e9dc58 serving/ssl: add 90d warning about letsencrypt (#393)
* serving/ssl: add 90d warning about letsencrypt

I don't think certbot method listed here is renewing LE certs. It's especially
important as LE certs expire every 90 days, so I'm adding a warning.

Also using the Let's Encrypt spelling.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>

* move warning up

* Update using-an-ssl-cert.md
2018-11-27 10:23:23 -08:00
RichieEscarez 74ed0fd04a Use the ksvc shortname for services (#492)
* Replace services.serving.knative.dev with ksvc

* Replace -f with long flag --filename
2018-11-02 15:59:34 -07:00
Nghia Tran 3944f6ec80 Add instruction to use LetsEncrypt through CertManager. (#352)
* Add instruction to use LetsEncrypt through CertManager.

* Split GCP specific instruction to its own file.

* Rename using-cert-mananger-on-gcp.md to using-cert-manager-on-gcp.md

* Update using-an-ssl-cert.md

* Update using-cert-manager-on-gcp.md

* Update instruction based on PR feedback.

* Fix code snippet highlighting.

* Update using-cert-manager-on-gcp.md

* Update per PR feedback

* Update per PR feedback.

* Doc edits
2018-10-04 14:42:24 -07:00
Tyler Auerbeck b2254cbb42 Update docs to use kubectl long flags (#372)
* Update docs to use kubectl long flags

* adding back in the --filename flag (lost when manually merged)

* notice a few missed

* notice a few missed '-f' flags

* change -o to --output
2018-09-12 09:46:03 -07:00
Mark Chmarny 72e232b765
In case they don't have cert
before the assuming you have a cert
2018-07-20 11:31:17 -07:00
Nghia Tran 8f413e239f How to use paid SSL cert with Knative (#146)
* Add simple SSL instruction.

* Remove whitespaces.

* Revise based on the comments

* Add license footer

* Add LetsEncrypt instructions

* Remove TLS limitation
2018-07-19 15:33:33 -07:00