File tree 2 files changed +5
-4
lines changed
2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,6 @@ tags: kubernetes
9
9
Below I will describe an approach as to how to get a proxy running that handles
10
10
SSL termination and certificate regeneration using letsencrypt.org.
11
11
12
- Please note that there are strict low quotas on the production letsencrypt
13
- endpoint,[ use the --server flag] [ letsencrypt-staging-please ] to specify the
14
- staging server during testing or face being locked out for a week.
15
-
16
12
## Problem
17
13
18
14
You've got a cat naming service, you've containerized it and it is running
@@ -124,6 +120,10 @@ your yaml env section:
124
120
value: https://acme-staging.api.letsencrypt.org/directory
125
121
{% endhighlight %}
126
122
123
+ > Please note that there are strict low quotas on the production letsencrypt
124
+ endpoint, use the LETSENCRYPT_ENDPOINT env var to to specify the staging server
125
+ during testing or face being locked out for a week.
126
+
127
127
## A letsencrypt-friendly ssl-terminating proxy
128
128
129
129
[ ployst/nginx-ssl-proxy] ( https://github.com/ployst/nginx-ssl-proxy ) is a fork
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ <h1 class="page-heading">Posts</h1>
14
14
< h2 >
15
15
< a class ="post-link " href ="{{ post.url | prepend: site.baseurl }} "> {{ post.title }}</ a >
16
16
</ h2 >
17
+ {{ post.excerpt }}
17
18
</ li >
18
19
{% endfor %}
19
20
</ ul >
You can’t perform that action at this time.
0 commit comments