mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-30 03:08:38 +09:00
35 lines
998 B
Python
35 lines
998 B
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# Temporarily disabled. See bug 1256495.
|
|
#test_certificates = (
|
|
# 'ca.pem',
|
|
# 'ee-CA.pem',
|
|
# 'ee-SA-CA.pem',
|
|
# 'ee-SA-OCSP.pem',
|
|
# 'ee-SA-nsSGC.pem',
|
|
# 'ee-SA.pem',
|
|
# 'ee-int-CA.pem',
|
|
# 'ee-int-SA-CA.pem',
|
|
# 'ee-int-SA-OCSP.pem',
|
|
# 'ee-int-SA-nsSGC.pem',
|
|
# 'ee-int-SA.pem',
|
|
# 'ee-int-nsSGC-old.pem',
|
|
# 'ee-int-nsSGC-older.pem',
|
|
# 'ee-int-nsSGC-recent.pem',
|
|
# 'ee-nsSGC.pem',
|
|
# 'int-CA.pem',
|
|
# 'int-SA-CA.pem',
|
|
# 'int-SA-OCSP.pem',
|
|
# 'int-SA-nsSGC.pem',
|
|
# 'int-SA.pem',
|
|
# 'int-nsSGC-old.pem',
|
|
# 'int-nsSGC-older.pem',
|
|
# 'int-nsSGC-recent.pem',
|
|
#)
|
|
#
|
|
#for test_certificate in test_certificates:
|
|
# GeneratedTestCertificate(test_certificate)
|