Browse Source

Figured it out, switching back to publishDate

Brendan Abolivier 6 years ago
parent
commit
8129d1062a
Signed by: Brendan Abolivier <contact@brendanabolivier.com> GPG key ID: 8EF1500759F70623
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      content/one-post-a-week.md
  2. 1
    1
      content/zabbix-proxy-encryption.md

+ 1
- 1
content/one-post-a-week.md View File

@@ -2,7 +2,7 @@
2 2
 title: One post a week
3 3
 description: When I was at BreizhCamp, a 3-day long tech conference in the West of France that happened a couple of weeks ago, I attended a talk that gave me the idea to share each week on this blog some new stuff I learned on the way.
4 4
 tags: [ 'blog', 'post', 'week', 'introduction' ]
5
-date: 2018-04-14
5
+publishDate: 2018-04-14
6 6
 draft: false
7 7
 ---
8 8
 

+ 1
- 1
content/zabbix-proxy-encryption.md View File

@@ -2,7 +2,7 @@
2 2
 title: Zabbix supervision on a remote infrastructure with proxy and PSK-based encryption
3 3
 description: At CozyCloud, we recently had to set up Zabbix supervision on a new infrastructure which could only speak to our Zabbix server over the Internet. As a result, we had to install a Zabbix proxy on the new infrastructure and configure it to use PSK-based encryption when talking to the server. Bear with me as I explain to you the steps we followed.
4 4
 tags: [ 'zabbix', 'supervision', 'encryption', 'proxy', 'psk' ]
5
-date: 2018-04-20
5
+publishDate: 2018-04-20T00:00:00+02:00
6 6
 draft: false
7 7
 ---
8 8