diff options
| author | Dante Catalfamo | 2020-06-16 23:04:07 -0400 | 
|---|---|---|
| committer | Dante Catalfamo | 2020-06-16 23:04:07 -0400 | 
| commit | 9280166eeef45bafd6bc1233cb5edaf056fb7747 (patch) | |
| tree | dec28ad4bc4505044071874d69089cf5de643cb0 | |
| parent | b20dc4f042c7629c34c32895cb5b8f107e51c62b (diff) | |
| download | blog-9280166eeef45bafd6bc1233cb5edaf056fb7747.tar.gz blog-9280166eeef45bafd6bc1233cb5edaf056fb7747.tar.bz2 blog-9280166eeef45bafd6bc1233cb5edaf056fb7747.zip | |
Remove dates from diffs
| -rw-r--r-- | content/posts/letsencrypt-on-openbsd.org | 12 | 
1 files changed, 6 insertions, 6 deletions
| diff --git a/content/posts/letsencrypt-on-openbsd.org b/content/posts/letsencrypt-on-openbsd.org index 9f6e001..448cd4b 100644 --- a/content/posts/letsencrypt-on-openbsd.org +++ b/content/posts/letsencrypt-on-openbsd.org @@ -19,8 +19,8 @@     These were the only changes I had to make to my =httpd.conf= to get     =acme-client= to work. This is described in the =acme-client= man page.     #+BEGIN_SRC diff ---- httpd.conf	Thu Jun  4 19:36:34 2020 -+++ httpd.conf.new	Thu Jun  4 19:36:21 2020 +--- httpd.conf ++++ httpd.conf.new  @@ -1,4 +1,19 @@   server "lambda.cx" {     listen on * port 80 @@ -38,8 +38,8 @@     =/etc/examples/acme-client.conf= to =/etc/acme-client=. This is     what the modifications to the example I made look like.     #+BEGIN_SRC diff ---- acme-client.conf	Thu Jun  4 19:40:29 2020 -+++ acme-client.conf.new	Thu Jun  4 19:36:03 2020 +--- acme-client.conf ++++ acme-client.conf.new  @@ -1,19 +1,19 @@   #   # $OpenBSD: acme-client.conf,v 1.2 2019/06/07 08:08:30 florian Exp $ @@ -85,8 +85,8 @@     =httpd.conf=.     #+BEGIN_SRC diff ---- httpd.conf	Thu Jun  4 19:52:53 2020 -+++ httpd.conf.new	Thu Jun  4 19:52:01 2020 +--- httpd.conf ++++ httpd.conf.new  @@ -1,8 +1,21 @@   server "lambda.cx" {     listen on * port 80 | 
