From 639a6cbedadb9e48108801c7f9c8e9e49f27c738 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Sun, 24 Sep 2017 20:56:40 +0200 Subject: renew certificate --- src/web/views/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/web/views') diff --git a/src/web/views/views.py b/src/web/views/views.py index 84da00ab..4110371c 100644 --- a/src/web/views/views.py +++ b/src/web/views/views.py @@ -90,9 +90,9 @@ def about_more(): nb_users=UserController().read().count()) -@current_app.route('/.well-known/acme-challenge/kEF5xkp04BkNMGN6kkWofAnmmcqM-GdGzbRtbL71Mzc') +@current_app.route('/.well-known/acme-challenge/qqFThbYrxfr-dpbUNUnl7wwm7hD3p7dYA_xP6-u7qw8') def letsencrypt(): """ To validate the TLS certificate. """ - return 'kEF5xkp04BkNMGN6kkWofAnmmcqM-GdGzbRtbL71Mzc.bUlx3NWj4YZ59CkBunuvzS0GnW5Kh9i4yehDEP4AEdU' + return 'qqFThbYrxfr-dpbUNUnl7wwm7hD3p7dYA_xP6-u7qw8.bUlx3NWj4YZ59CkBunuvzS0GnW5Kh9i4yehDEP4AEdU' -- cgit