From 99fe12ee40a7e8b425fceaa5584da18861ac47a9 Mon Sep 17 00:00:00 2001 From: Massimiliano Adamo <maxadamo@gmail.com> Date: Mon, 30 Nov 2020 19:48:22 +0100 Subject: [PATCH] fir urls list --- files/geant_acme_web.py | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/files/geant_acme_web.py b/files/geant_acme_web.py index 21939ac..053b73d 100644 --- a/files/geant_acme_web.py +++ b/files/geant_acme_web.py @@ -9,13 +9,12 @@ APP = Flask(__name__, root_path='/var/www/acme_web', template_folder='/var/www/a static_folder='static', static_url_path='/var/www/acme_web') BASE_URLS = ['/sectigo_ev', '/sectigo_ov', '/letsencrypt', '/sectigo_ev/', '/sectigo_ov/', '/letsencrypt/'] -OTHER_URLS = ['/sectigo_ev/index.html', '/sectigo_ov/index.html', - '/letsencrypt/index.html', '/sectigo_ev/expiry_date.html', - '/sectigo_ov/expiry_date.html', '/letsencrypt/expiry_date.html', +OTHER_URLS = ['/letsencrypt/index.html', '/letsencrypt/expiry_date.html', + '/letsencrypt/letsencrypt.json', '/letsencrypt/letsencrypt_expired.json', + '/sectigo_ov/index.html', '/sectigo_ov/expiry_date.html', '/sectigo_ov/sectigo_ov.json', '/sectigo_ov/sectigo_ov_expired.json', - '/sectigo_ov/sectigo_ev.json', '/sectigo_ov/sectigo_ev_expired.json', - '/letsencrypt/letsencrypt.json', '/letsencrypt/letsencrypt_expired.json'] - + '/sectigo_ev/index.html', '/sectigo_ev/expiry_date.html', + '/sectigo_ev/sectigo_ev.json', '/sectige_ev/sectigo_ev_expired.json'] def create_json(provider): """ runs cert2json """ -- GitLab