Skip to content
Snippets Groups Projects
Unverified Commit 99fe12ee authored by Max Adamo's avatar Max Adamo
Browse files

fir urls list

parent 851c6d95
Branches
No related tags found
No related merge requests found
......@@ -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 """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment