diff --git a/files/geant_acme_web.py b/files/geant_acme_web.py index 21939ac3fda79000b04929480cd858388af22d27..053b73d6f218e021dfaeb1f0da0904bc04f3a706 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 """