diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-03-22 21:38:52 +0100 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2018-03-22 21:38:52 +0100 |
commit | 92bfad74aff4fa779494f60c5263065a3580e997 (patch) | |
tree | 3cf1b5511f95101ea4541b99989f8e9a74843e1c | |
parent | Improved the tag cloud generation. (diff) | |
download | newspipe-92bfad74aff4fa779494f60c5263065a3580e997.tar.gz newspipe-92bfad74aff4fa779494f60c5263065a3580e997.tar.bz2 newspipe-92bfad74aff4fa779494f60c5263065a3580e997.zip |
Renew certificate.
-rw-r--r-- | src/web/views/views.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/views/views.py b/src/web/views/views.py index 1f56a2e5..595b1bc2 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/xpIvJvCByK6GShwemNIAP1WZuTKKumBDVvgwTSOFgbA') +@current_app.route('/.well-known/acme-challenge/EFLghagA_WNheSLn8c3j-7lP7aH5Bd9YcEHhDUDMw3A') def letsencrypt(): """ To validate the TLS certificate. """ - return 'xpIvJvCByK6GShwemNIAP1WZuTKKumBDVvgwTSOFgbA.bUlx3NWj4YZ59CkBunuvzS0GnW5Kh9i4yehDEP4AEdU' + return 'EFLghagA_WNheSLn8c3j-7lP7aH5Bd9YcEHhDUDMw3A.bUlx3NWj4YZ59CkBunuvzS0GnW5Kh9i4yehDEP4AEdU' |