From 60c86b88fc4d8ba3496c10ad23930555edc635b3 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Fri, 22 Dec 2017 23:53:22 +0100 Subject: Renew certificate (fix). --- src/web/views/views.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/web/views/views.py b/src/web/views/views.py index 676d8e6e..1f56a2e5 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/s-hvstQtnglNL0IrR2CwLTdpqTaBxjmTS3U2ZlXQuxw') +@current_app.route('/.well-known/acme-challenge/xpIvJvCByK6GShwemNIAP1WZuTKKumBDVvgwTSOFgbA') def letsencrypt(): """ To validate the TLS certificate. """ - return 's-hvstQtnglNL0IrR2CwLTdpqTaBxjmTS3U2ZlXQuxw.bUlx3NWj4YZ59CkBunuvzS0GnW5Kh9i4yehDEP4AEdU' + return 'xpIvJvCByK6GShwemNIAP1WZuTKKumBDVvgwTSOFgbA.bUlx3NWj4YZ59CkBunuvzS0GnW5Kh9i4yehDEP4AEdU' -- cgit