caroot: Clean up
* Get certdata.txt directly from the NSS Mercurial repository, rather than from the Mozilla Firefox repository which imports it from NSS at irregular intervals. * Instead of always fetching the latest certdata.txt, fetch a specific version. For this commit, we set this to the version that was last imported in May 2025. * Add a refrence to the MPL to the generated files. * Regenerate with latest OpenSSL. This is purely cosmetic; mostly, the certificate names now contain less unnecessary whitespace and some elements are quoted. MFC after: 1 week Reviewed by: michaelo, kevans Differential Revision: https://reviews.freebsd.org/D56620
This commit is contained in:
@@ -5,12 +5,17 @@ SUBDIR+= untrusted
|
|||||||
|
|
||||||
.include <bsd.obj.mk>
|
.include <bsd.obj.mk>
|
||||||
|
|
||||||
|
# Set this to an upstream hash or tag
|
||||||
|
# https://hg-edge.mozilla.org/projects/nss/tags
|
||||||
|
HGVER = e71e3de47d4ca7a3efa7c11096ab2e20ae71683e
|
||||||
|
|
||||||
# To be used by secteam@ to update the trusted certificates
|
# To be used by secteam@ to update the trusted certificates
|
||||||
fetchcerts: .PHONY
|
fetchcerts: .PHONY
|
||||||
fetch --no-sslv3 --no-tlsv1 -o certdata.txt 'https://raw.githubusercontent.com/mozilla-firefox/firefox/refs/heads/release/security/nss/lib/ckfw/builtins/certdata.txt'
|
fetch --mirror -o certdata.txt 'https://hg-edge.mozilla.org/projects/nss/raw-file/${HGVER}/lib/ckfw/builtins/certdata.txt'
|
||||||
|
|
||||||
cleancerts: .PHONY
|
cleancerts: .PHONY
|
||||||
@${MAKE} -C ${.CURDIR}/trusted ${.TARGET}
|
@${MAKE} -C ${.CURDIR}/trusted ${.TARGET}
|
||||||
|
@${MAKE} -C ${.CURDIR}/untrusted ${.TARGET}
|
||||||
|
|
||||||
updatecerts: .PHONY cleancerts fetchcerts
|
updatecerts: .PHONY cleancerts fetchcerts
|
||||||
perl ${.CURDIR}/ca-extract.pl -i certdata.txt \
|
perl ${.CURDIR}/ca-extract.pl -i certdata.txt \
|
||||||
|
|||||||
@@ -40,7 +40,6 @@ use Carp;
|
|||||||
use MIME::Base64;
|
use MIME::Base64;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
use Time::Local qw( timegm_posix );
|
use Time::Local qw( timegm_posix );
|
||||||
use POSIX qw( strftime );
|
|
||||||
|
|
||||||
my $generated = '@' . 'generated';
|
my $generated = '@' . 'generated';
|
||||||
my $inputfh = *STDIN;
|
my $inputfh = *STDIN;
|
||||||
@@ -79,7 +78,8 @@ sub print_header($$)
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
##
|
##
|
||||||
## $generated
|
## $generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -79,6 +76,7 @@ Certificate:
|
|||||||
X509v3 CRL Distribution Points:
|
X509v3 CRL Distribution Points:
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://www.accv.es/fileadmin/Archivos/certificados/raizaccv1_der.crl
|
URI:http://www.accv.es/fileadmin/Archivos/certificados/raizaccv1_der.crl
|
||||||
|
|
||||||
X509v3 Key Usage: critical
|
X509v3 Key Usage: critical
|
||||||
Certificate Sign, CRL Sign
|
Certificate Sign, CRL Sign
|
||||||
X509v3 Subject Alternative Name:
|
X509v3 Subject Alternative Name:
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -55,6 +52,7 @@ Certificate:
|
|||||||
X509v3 CRL Distribution Points:
|
X509v3 CRL Distribution Points:
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://crl.comodoca.com/COMODOCertificationAuthority.crl
|
URI:http://crl.comodoca.com/COMODOCertificationAuthority.crl
|
||||||
|
|
||||||
Signature Algorithm: sha1WithRSAEncryption
|
Signature Algorithm: sha1WithRSAEncryption
|
||||||
Signature Value:
|
Signature Value:
|
||||||
3e:98:9e:9b:f6:1b:e9:d7:39:b7:78:ae:1d:72:18:49:d3:87:
|
3e:98:9e:9b:f6:1b:e9:d7:39:b7:78:ae:1d:72:18:49:d3:87:
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -77,8 +74,10 @@ Certificate:
|
|||||||
X509v3 CRL Distribution Points:
|
X509v3 CRL Distribution Points:
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://crl.certigna.fr/certignarootca.crl
|
URI:http://crl.certigna.fr/certignarootca.crl
|
||||||
|
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://crl.dhimyotis.com/certignarootca.crl
|
URI:http://crl.dhimyotis.com/certignarootca.crl
|
||||||
|
|
||||||
Signature Algorithm: sha256WithRSAEncryption
|
Signature Algorithm: sha256WithRSAEncryption
|
||||||
Signature Value:
|
Signature Value:
|
||||||
94:b8:9e:4f:f0:e3:95:08:22:e7:cd:68:41:f7:1c:55:d5:7c:
|
94:b8:9e:4f:f0:e3:95:08:22:e7:cd:68:41:f7:1c:55:d5:7c:
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -54,8 +51,10 @@ Certificate:
|
|||||||
X509v3 CRL Distribution Points:
|
X509v3 CRL Distribution Points:
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://crl.comodoca.com/AAACertificateServices.crl
|
URI:http://crl.comodoca.com/AAACertificateServices.crl
|
||||||
|
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://crl.comodo.net/AAACertificateServices.crl
|
URI:http://crl.comodo.net/AAACertificateServices.crl
|
||||||
|
|
||||||
Signature Algorithm: sha1WithRSAEncryption
|
Signature Algorithm: sha1WithRSAEncryption
|
||||||
Signature Value:
|
Signature Value:
|
||||||
08:56:fc:02:f0:9b:e8:ff:a4:fa:d6:7b:c6:44:80:ce:4f:c4:
|
08:56:fc:02:f0:9b:e8:ff:a4:fa:d6:7b:c6:44:80:ce:4f:c4:
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -45,8 +42,10 @@ Certificate:
|
|||||||
X509v3 CRL Distribution Points:
|
X509v3 CRL Distribution Points:
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://crl.d-trust.net/crl/d-trust_br_root_ca_1_2020.crl
|
URI:http://crl.d-trust.net/crl/d-trust_br_root_ca_1_2020.crl
|
||||||
|
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:ldap://directory.d-trust.net/CN=D-TRUST%20BR%20Root%20CA%201%202020,O=D-Trust%20GmbH,C=DE?certificaterevocationlist
|
URI:ldap://directory.d-trust.net/CN=D-TRUST%20BR%20Root%20CA%201%202020,O=D-Trust%20GmbH,C=DE?certificaterevocationlist
|
||||||
|
|
||||||
Signature Algorithm: ecdsa-with-SHA384
|
Signature Algorithm: ecdsa-with-SHA384
|
||||||
Signature Value:
|
Signature Value:
|
||||||
30:66:02:31:00:94:90:2d:13:fa:e1:63:f8:61:63:e8:ad:85:
|
30:66:02:31:00:94:90:2d:13:fa:e1:63:f8:61:63:e8:ad:85:
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -72,6 +69,7 @@ Certificate:
|
|||||||
X509v3 CRL Distribution Points:
|
X509v3 CRL Distribution Points:
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://crl.d-trust.net/crl/d-trust_br_root_ca_2_2023.crl
|
URI:http://crl.d-trust.net/crl/d-trust_br_root_ca_2_2023.crl
|
||||||
|
|
||||||
Signature Algorithm: sha512WithRSAEncryption
|
Signature Algorithm: sha512WithRSAEncryption
|
||||||
Signature Value:
|
Signature Value:
|
||||||
34:f7:b3:77:53:db:30:16:b9:2d:a5:21:f1:40:21:75:eb:eb:
|
34:f7:b3:77:53:db:30:16:b9:2d:a5:21:f1:40:21:75:eb:eb:
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -45,8 +42,10 @@ Certificate:
|
|||||||
X509v3 CRL Distribution Points:
|
X509v3 CRL Distribution Points:
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://crl.d-trust.net/crl/d-trust_ev_root_ca_1_2020.crl
|
URI:http://crl.d-trust.net/crl/d-trust_ev_root_ca_1_2020.crl
|
||||||
|
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:ldap://directory.d-trust.net/CN=D-TRUST%20EV%20Root%20CA%201%202020,O=D-Trust%20GmbH,C=DE?certificaterevocationlist
|
URI:ldap://directory.d-trust.net/CN=D-TRUST%20EV%20Root%20CA%201%202020,O=D-Trust%20GmbH,C=DE?certificaterevocationlist
|
||||||
|
|
||||||
Signature Algorithm: ecdsa-with-SHA384
|
Signature Algorithm: ecdsa-with-SHA384
|
||||||
Signature Value:
|
Signature Value:
|
||||||
30:66:02:31:00:ca:3c:c6:2a:75:c2:5e:75:62:39:36:00:60:
|
30:66:02:31:00:ca:3c:c6:2a:75:c2:5e:75:62:39:36:00:60:
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -72,6 +69,7 @@ Certificate:
|
|||||||
X509v3 CRL Distribution Points:
|
X509v3 CRL Distribution Points:
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://crl.d-trust.net/crl/d-trust_ev_root_ca_2_2023.crl
|
URI:http://crl.d-trust.net/crl/d-trust_ev_root_ca_2_2023.crl
|
||||||
|
|
||||||
Signature Algorithm: sha512WithRSAEncryption
|
Signature Algorithm: sha512WithRSAEncryption
|
||||||
Signature Value:
|
Signature Value:
|
||||||
93:cb:a5:1f:99:11:ec:9a:0d:5f:2c:15:93:c6:3f:be:10:8d:
|
93:cb:a5:1f:99:11:ec:9a:0d:5f:2c:15:93:c6:3f:be:10:8d:
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -54,8 +51,10 @@ Certificate:
|
|||||||
X509v3 CRL Distribution Points:
|
X509v3 CRL Distribution Points:
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist
|
URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist
|
||||||
|
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_2009.crl
|
URI:http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_2009.crl
|
||||||
|
|
||||||
Signature Algorithm: sha256WithRSAEncryption
|
Signature Algorithm: sha256WithRSAEncryption
|
||||||
Signature Value:
|
Signature Value:
|
||||||
7f:97:db:30:c8:df:a4:9c:7d:21:7a:80:70:ce:14:12:69:88:
|
7f:97:db:30:c8:df:a4:9c:7d:21:7a:80:70:ce:14:12:69:88:
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -54,8 +51,10 @@ Certificate:
|
|||||||
X509v3 CRL Distribution Points:
|
X509v3 CRL Distribution Points:
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%20EV%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist
|
URI:ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%20EV%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist
|
||||||
|
|
||||||
Full Name:
|
Full Name:
|
||||||
URI:http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_ev_2009.crl
|
URI:http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_ev_2009.crl
|
||||||
|
|
||||||
Signature Algorithm: sha256WithRSAEncryption
|
Signature Algorithm: sha256WithRSAEncryption
|
||||||
Signature Value:
|
Signature Value:
|
||||||
34:ed:7b:5a:3c:a4:94:88:ef:1a:11:75:07:2f:b3:fe:3c:fa:
|
34:ed:7b:5a:3c:a4:94:88:ef:1a:11:75:07:2f:b3:fe:3c:fa:
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -17,11 +14,11 @@ Certificate:
|
|||||||
Serial Number:
|
Serial Number:
|
||||||
09:e0:93:65:ac:f7:d9:c8:b9:3e:1c:0b:04:2a:2e:f3
|
09:e0:93:65:ac:f7:d9:c8:b9:3e:1c:0b:04:2a:2e:f3
|
||||||
Signature Algorithm: ecdsa-with-SHA384
|
Signature Algorithm: ecdsa-with-SHA384
|
||||||
Issuer: C = US, O = "DigiCert, Inc.", CN = DigiCert TLS ECC P384 Root G5
|
Issuer: C=US, O=DigiCert, Inc., CN=DigiCert TLS ECC P384 Root G5
|
||||||
Validity
|
Validity
|
||||||
Not Before: Jan 15 00:00:00 2021 GMT
|
Not Before: Jan 15 00:00:00 2021 GMT
|
||||||
Not After : Jan 14 23:59:59 2046 GMT
|
Not After : Jan 14 23:59:59 2046 GMT
|
||||||
Subject: C = US, O = "DigiCert, Inc.", CN = DigiCert TLS ECC P384 Root G5
|
Subject: C=US, O=DigiCert, Inc., CN=DigiCert TLS ECC P384 Root G5
|
||||||
Subject Public Key Info:
|
Subject Public Key Info:
|
||||||
Public Key Algorithm: id-ecPublicKey
|
Public Key Algorithm: id-ecPublicKey
|
||||||
Public-Key: (384 bit)
|
Public-Key: (384 bit)
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -17,11 +14,11 @@ Certificate:
|
|||||||
Serial Number:
|
Serial Number:
|
||||||
08:f9:b4:78:a8:fa:7e:da:6a:33:37:89:de:7c:cf:8a
|
08:f9:b4:78:a8:fa:7e:da:6a:33:37:89:de:7c:cf:8a
|
||||||
Signature Algorithm: sha384WithRSAEncryption
|
Signature Algorithm: sha384WithRSAEncryption
|
||||||
Issuer: C = US, O = "DigiCert, Inc.", CN = DigiCert TLS RSA4096 Root G5
|
Issuer: C=US, O=DigiCert, Inc., CN=DigiCert TLS RSA4096 Root G5
|
||||||
Validity
|
Validity
|
||||||
Not Before: Jan 15 00:00:00 2021 GMT
|
Not Before: Jan 15 00:00:00 2021 GMT
|
||||||
Not After : Jan 14 23:59:59 2046 GMT
|
Not After : Jan 14 23:59:59 2046 GMT
|
||||||
Subject: C = US, O = "DigiCert, Inc.", CN = DigiCert TLS RSA4096 Root G5
|
Subject: C=US, O=DigiCert, Inc., CN=DigiCert TLS RSA4096 Root G5
|
||||||
Subject Public Key Info:
|
Subject Public Key Info:
|
||||||
Public Key Algorithm: rsaEncryption
|
Public Key Algorithm: rsaEncryption
|
||||||
Public-Key: (4096 bit)
|
Public-Key: (4096 bit)
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -16,11 +13,11 @@ Certificate:
|
|||||||
Version: 3 (0x2)
|
Version: 3 (0x2)
|
||||||
Serial Number: 1164660820 (0x456b5054)
|
Serial Number: 1164660820 (0x456b5054)
|
||||||
Signature Algorithm: sha1WithRSAEncryption
|
Signature Algorithm: sha1WithRSAEncryption
|
||||||
Issuer: C = US, O = "Entrust, Inc.", OU = www.entrust.net/CPS is incorporated by reference, OU = "(c) 2006 Entrust, Inc.", CN = Entrust Root Certification Authority
|
Issuer: C=US, O=Entrust, Inc., OU=www.entrust.net/CPS is incorporated by reference, OU=(c) 2006 Entrust, Inc., CN=Entrust Root Certification Authority
|
||||||
Validity
|
Validity
|
||||||
Not Before: Nov 27 20:23:42 2006 GMT
|
Not Before: Nov 27 20:23:42 2006 GMT
|
||||||
Not After : Nov 27 20:53:42 2026 GMT
|
Not After : Nov 27 20:53:42 2026 GMT
|
||||||
Subject: C = US, O = "Entrust, Inc.", OU = www.entrust.net/CPS is incorporated by reference, OU = "(c) 2006 Entrust, Inc.", CN = Entrust Root Certification Authority
|
Subject: C=US, O=Entrust, Inc., OU=www.entrust.net/CPS is incorporated by reference, OU=(c) 2006 Entrust, Inc., CN=Entrust Root Certification Authority
|
||||||
Subject Public Key Info:
|
Subject Public Key Info:
|
||||||
Public Key Algorithm: rsaEncryption
|
Public Key Algorithm: rsaEncryption
|
||||||
Public-Key: (2048 bit)
|
Public-Key: (2048 bit)
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -17,11 +14,11 @@ Certificate:
|
|||||||
Serial Number:
|
Serial Number:
|
||||||
a6:8b:79:29:00:00:00:00:50:d0:91:f9
|
a6:8b:79:29:00:00:00:00:50:d0:91:f9
|
||||||
Signature Algorithm: ecdsa-with-SHA384
|
Signature Algorithm: ecdsa-with-SHA384
|
||||||
Issuer: C = US, O = "Entrust, Inc.", OU = See www.entrust.net/legal-terms, OU = "(c) 2012 Entrust, Inc. - for authorized use only", CN = Entrust Root Certification Authority - EC1
|
Issuer: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1
|
||||||
Validity
|
Validity
|
||||||
Not Before: Dec 18 15:25:36 2012 GMT
|
Not Before: Dec 18 15:25:36 2012 GMT
|
||||||
Not After : Dec 18 15:55:36 2037 GMT
|
Not After : Dec 18 15:55:36 2037 GMT
|
||||||
Subject: C = US, O = "Entrust, Inc.", OU = See www.entrust.net/legal-terms, OU = "(c) 2012 Entrust, Inc. - for authorized use only", CN = Entrust Root Certification Authority - EC1
|
Subject: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2012 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - EC1
|
||||||
Subject Public Key Info:
|
Subject Public Key Info:
|
||||||
Public Key Algorithm: id-ecPublicKey
|
Public Key Algorithm: id-ecPublicKey
|
||||||
Public-Key: (384 bit)
|
Public-Key: (384 bit)
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -16,11 +13,11 @@ Certificate:
|
|||||||
Version: 3 (0x2)
|
Version: 3 (0x2)
|
||||||
Serial Number: 1246989352 (0x4a538c28)
|
Serial Number: 1246989352 (0x4a538c28)
|
||||||
Signature Algorithm: sha256WithRSAEncryption
|
Signature Algorithm: sha256WithRSAEncryption
|
||||||
Issuer: C = US, O = "Entrust, Inc.", OU = See www.entrust.net/legal-terms, OU = "(c) 2009 Entrust, Inc. - for authorized use only", CN = Entrust Root Certification Authority - G2
|
Issuer: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2009 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - G2
|
||||||
Validity
|
Validity
|
||||||
Not Before: Jul 7 17:25:54 2009 GMT
|
Not Before: Jul 7 17:25:54 2009 GMT
|
||||||
Not After : Dec 7 17:55:54 2030 GMT
|
Not After : Dec 7 17:55:54 2030 GMT
|
||||||
Subject: C = US, O = "Entrust, Inc.", OU = See www.entrust.net/legal-terms, OU = "(c) 2009 Entrust, Inc. - for authorized use only", CN = Entrust Root Certification Authority - G2
|
Subject: C=US, O=Entrust, Inc., OU=See www.entrust.net/legal-terms, OU=(c) 2009 Entrust, Inc. - for authorized use only, CN=Entrust Root Certification Authority - G2
|
||||||
Subject Public Key Info:
|
Subject Public Key Info:
|
||||||
Public Key Algorithm: rsaEncryption
|
Public Key Algorithm: rsaEncryption
|
||||||
Public-Key: (2048 bit)
|
Public-Key: (2048 bit)
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -16,11 +13,11 @@ Certificate:
|
|||||||
Version: 3 (0x2)
|
Version: 3 (0x2)
|
||||||
Serial Number: 9009899650740120186 (0x7d0997fef047ea7a)
|
Serial Number: 9009899650740120186 (0x7d0997fef047ea7a)
|
||||||
Signature Algorithm: sha256WithRSAEncryption
|
Signature Algorithm: sha256WithRSAEncryption
|
||||||
Issuer: C = CN, O = "GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", CN = GDCA TrustAUTH R5 ROOT
|
Issuer: C=CN, O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD., CN=GDCA TrustAUTH R5 ROOT
|
||||||
Validity
|
Validity
|
||||||
Not Before: Nov 26 05:13:15 2014 GMT
|
Not Before: Nov 26 05:13:15 2014 GMT
|
||||||
Not After : Dec 31 15:59:59 2040 GMT
|
Not After : Dec 31 15:59:59 2040 GMT
|
||||||
Subject: C = CN, O = "GUANG DONG CERTIFICATE AUTHORITY CO.,LTD.", CN = GDCA TrustAUTH R5 ROOT
|
Subject: C=CN, O=GUANG DONG CERTIFICATE AUTHORITY CO.,LTD., CN=GDCA TrustAUTH R5 ROOT
|
||||||
Subject Public Key Info:
|
Subject Public Key Info:
|
||||||
Public Key Algorithm: rsaEncryption
|
Public Key Algorithm: rsaEncryption
|
||||||
Public-Key: (4096 bit)
|
Public-Key: (4096 bit)
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -16,11 +13,11 @@ Certificate:
|
|||||||
Version: 3 (0x2)
|
Version: 3 (0x2)
|
||||||
Serial Number: 0 (0x0)
|
Serial Number: 0 (0x0)
|
||||||
Signature Algorithm: sha1WithRSAEncryption
|
Signature Algorithm: sha1WithRSAEncryption
|
||||||
Issuer: C = US, O = "The Go Daddy Group, Inc.", OU = Go Daddy Class 2 Certification Authority
|
Issuer: C=US, O=The Go Daddy Group, Inc., OU=Go Daddy Class 2 Certification Authority
|
||||||
Validity
|
Validity
|
||||||
Not Before: Jun 29 17:06:20 2004 GMT
|
Not Before: Jun 29 17:06:20 2004 GMT
|
||||||
Not After : Jun 29 17:06:20 2034 GMT
|
Not After : Jun 29 17:06:20 2034 GMT
|
||||||
Subject: C = US, O = "The Go Daddy Group, Inc.", OU = Go Daddy Class 2 Certification Authority
|
Subject: C=US, O=The Go Daddy Group, Inc., OU=Go Daddy Class 2 Certification Authority
|
||||||
Subject Public Key Info:
|
Subject Public Key Info:
|
||||||
Public Key Algorithm: rsaEncryption
|
Public Key Algorithm: rsaEncryption
|
||||||
Public-Key: (2048 bit)
|
Public-Key: (2048 bit)
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -16,11 +13,11 @@ Certificate:
|
|||||||
Version: 3 (0x2)
|
Version: 3 (0x2)
|
||||||
Serial Number: 0 (0x0)
|
Serial Number: 0 (0x0)
|
||||||
Signature Algorithm: sha256WithRSAEncryption
|
Signature Algorithm: sha256WithRSAEncryption
|
||||||
Issuer: C = US, ST = Arizona, L = Scottsdale, O = "GoDaddy.com, Inc.", CN = Go Daddy Root Certificate Authority - G2
|
Issuer: C=US, ST=Arizona, L=Scottsdale, O=GoDaddy.com, Inc., CN=Go Daddy Root Certificate Authority - G2
|
||||||
Validity
|
Validity
|
||||||
Not Before: Sep 1 00:00:00 2009 GMT
|
Not Before: Sep 1 00:00:00 2009 GMT
|
||||||
Not After : Dec 31 23:59:59 2037 GMT
|
Not After : Dec 31 23:59:59 2037 GMT
|
||||||
Subject: C = US, ST = Arizona, L = Scottsdale, O = "GoDaddy.com, Inc.", CN = Go Daddy Root Certificate Authority - G2
|
Subject: C=US, ST=Arizona, L=Scottsdale, O=GoDaddy.com, Inc., CN=Go Daddy Root Certificate Authority - G2
|
||||||
Subject Public Key Info:
|
Subject Public Key Info:
|
||||||
Public Key Algorithm: rsaEncryption
|
Public Key Algorithm: rsaEncryption
|
||||||
Public-Key: (2048 bit)
|
Public-Key: (2048 bit)
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
+2
-5
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -17,11 +14,11 @@ Certificate:
|
|||||||
Serial Number:
|
Serial Number:
|
||||||
2d:dd:ac:ce:62:97:94:a1:43:e8:b0:cd:76:6a:5e:60
|
2d:dd:ac:ce:62:97:94:a1:43:e8:b0:cd:76:6a:5e:60
|
||||||
Signature Algorithm: sha256WithRSAEncryption
|
Signature Algorithm: sha256WithRSAEncryption
|
||||||
Issuer: C = TW, O = "Chunghwa Telecom Co., Ltd.", CN = HiPKI Root CA - G1
|
Issuer: C=TW, O=Chunghwa Telecom Co., Ltd., CN=HiPKI Root CA - G1
|
||||||
Validity
|
Validity
|
||||||
Not Before: Feb 22 09:46:04 2019 GMT
|
Not Before: Feb 22 09:46:04 2019 GMT
|
||||||
Not After : Dec 31 15:59:59 2037 GMT
|
Not After : Dec 31 15:59:59 2037 GMT
|
||||||
Subject: C = TW, O = "Chunghwa Telecom Co., Ltd.", CN = HiPKI Root CA - G1
|
Subject: C=TW, O=Chunghwa Telecom Co., Ltd., CN=HiPKI Root CA - G1
|
||||||
Subject Public Key Info:
|
Subject Public Key Info:
|
||||||
Public Key Algorithm: rsaEncryption
|
Public Key Algorithm: rsaEncryption
|
||||||
Public-Key: (4096 bit)
|
Public-Key: (4096 bit)
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
@@ -16,11 +13,11 @@ Certificate:
|
|||||||
Version: 3 (0x2)
|
Version: 3 (0x2)
|
||||||
Serial Number: 80544274841616 (0x49412ce40010)
|
Serial Number: 80544274841616 (0x49412ce40010)
|
||||||
Signature Algorithm: sha256WithRSAEncryption
|
Signature Algorithm: sha256WithRSAEncryption
|
||||||
Issuer: C = HU, L = Budapest, O = NetLock Kft., OU = Tan\C3\BAs\C3\ADtv\C3\A1nykiad\C3\B3k (Certification Services), CN = NetLock Arany (Class Gold) F\C5\91tan\C3\BAs\C3\ADtv\C3\A1ny
|
Issuer: C=HU, L=Budapest, O=NetLock Kft., OU=Tanúsítványkiadók (Certification Services), CN=NetLock Arany (Class Gold) Főtanúsítvány
|
||||||
Validity
|
Validity
|
||||||
Not Before: Dec 11 15:08:21 2008 GMT
|
Not Before: Dec 11 15:08:21 2008 GMT
|
||||||
Not After : Dec 6 15:08:21 2028 GMT
|
Not After : Dec 6 15:08:21 2028 GMT
|
||||||
Subject: C = HU, L = Budapest, O = NetLock Kft., OU = Tan\C3\BAs\C3\ADtv\C3\A1nykiad\C3\B3k (Certification Services), CN = NetLock Arany (Class Gold) F\C5\91tan\C3\BAs\C3\ADtv\C3\A1ny
|
Subject: C=HU, L=Budapest, O=NetLock Kft., OU=Tanúsítványkiadók (Certification Services), CN=NetLock Arany (Class Gold) Főtanúsítvány
|
||||||
Subject Public Key Info:
|
Subject Public Key Info:
|
||||||
Public Key Algorithm: rsaEncryption
|
Public Key Algorithm: rsaEncryption
|
||||||
Public-Key: (2048 bit)
|
Public-Key: (2048 bit)
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
@@ -3,11 +3,8 @@
|
|||||||
##
|
##
|
||||||
## This is a single X.509 certificate for a public Certificate
|
## This is a single X.509 certificate for a public Certificate
|
||||||
## Authority (CA). It was automatically extracted from Mozilla's
|
## Authority (CA). It was automatically extracted from Mozilla's
|
||||||
## root CA list (the file `certdata.txt' in security/nss).
|
## root CA list (the file `certdata.txt' in security/nss)
|
||||||
##
|
## licensed under the MPL 2.0, http://mozilla.org/MPL/2.0/.
|
||||||
## It contains a certificate trusted for server authentication.
|
|
||||||
##
|
|
||||||
## Extracted from nss
|
|
||||||
##
|
##
|
||||||
## @generated
|
## @generated
|
||||||
##
|
##
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user