rultor.com logo This build log was produced by rultor.com for jcabi/jcabi-ssl-maven-plugin#40
+ set -e
+ set -o pipefail
++ dirname ./run.sh
+ cd .
+ echo 28096
+ echo '1.61 0f0982f'
1.61 0f0982f
+ date
Tue Jan 26 07:36:42 UTC 2016
+ uptime
 07:36:42 up 10 days, 14:26,  0 users,  load average: 1.40, 3.61, 3.62
+ head=git@github.com:jcabi/jcabi-ssl-maven-plugin.git
+ head_branch=master
+ vars=('--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' '--env=head=git@github.com:jcabi/jcabi-ssl-maven-plugin.git' '--env=head_branch=master')
+ image=yegor256/rultor
+ directory=
+ scripts=('sudo gem install pdd' ';' 'mvn clean deploy -Pqulice --errors --settings ../settings.xml' ';' 'mvn clean' ';' 'pdd --source=$(pwd) --verbose --file=jcabi-ssl-maven-plugin.xml' ';' 's3cmd --no-progress put jcabi-ssl-maven-plugin.xml --config=../s3cfg s3://pdd.teamed.io/jcabi-ssl-maven-plugin.xml' ';')
+ squash=false
+ ff=default
+ rebase=false
+ container=jcabi_jcabi-ssl-maven-plugin_40
+ as_root=false
+ mkdir -p /home/rultor/.ssh
+ echo -e 'Host github.com\n\tStrictHostKeyChecking no\n'
+ chmod 600 /home/rultor/.ssh/config
+ git clone git@github.com:jcabi/jcabi-ssl-maven-plugin.git repo
Cloning into 'repo'...
+ cd repo
+ git config user.email me@rultor.com
+ git config user.name rultor
+ '[' -z 'sudo gem install pdd' ']'
+ cd ..
+ cat
+ '[' false = true ']'
+ cat
+ chmod a+x entry.sh
+ cat
+ echo 'sudo gem install pdd' ';' 'mvn clean deploy -Pqulice --errors --settings ../settings.xml' ';' 'mvn clean' ';' 'pdd --source=$(pwd) --verbose --file=jcabi-ssl-maven-plugin.xml' ';' 's3cmd --no-progress put jcabi-ssl-maven-plugin.xml --config=../s3cfg s3://pdd.teamed.io/jcabi-ssl-maven-plugin.xml' ';'
+ rm -rf .gpg
+ cd repo
+ docker_when_possible
+ true
++ uptime
++ sed 's/ /\n/g'
++ tail -n 1
+ load=3.62
++ echo 3.62 '>' 30
++ bc
+ '[' 0 -eq 1 ']'
+ echo 'load average is 3.62, low enough to run a new Docker container'
load average is 3.62, low enough to run a new Docker container
+ break
+ cd ..
+ '[' -n '' ']'
+ use_image=yegor256/rultor
+ docker pull yegor256/rultor
Using default tag: latest
Trying to pull repository docker.io/yegor256/rultor ... latest: Pulling from yegor256/rultor
f15ce52fc004: Already exists
c4fae638e7ce: Already exists
a4c5be5b6e59: Already exists
8693db7e8a00: Already exists
6ee1e0c5f353: Already exists
eca0ce8770dd: Already exists
5e7ed1c06450: Already exists
ca7d6a6a5b09: Already exists
a813bcfecc07: Already exists
1fdb16fe622b: Already exists
891a7a75e548: Already exists
ebf9cf04d3da: Already exists
845c4446d7de: Already exists
4cf3c96caa44: Already exists
68de28a0a982: Already exists
62d4b15bbb1e: Already exists
9a304eb24822: Already exists
f9c71767e8b7: Already exists
921c2edabff3: Already exists
21ed2adab39b: Already exists
a952ac64c422: Already exists
26fc8a15a478: Already exists
3c4b238c6c04: Already exists
239775bf3f3b: Already exists
6d8ff910de2d: Already exists
970febb24ee3: Already exists
b3338b85db73: Already exists
aba0809a9372: Already exists
a0291730ea4c: Already exists
bed95d394ee0: Already exists
fc19826623bf: Already exists
3f1077f05249: Already exists
179ae3f62f92: Already exists
9a85ef8f5e9f: Already exists
21c62c448379: Already exists
7d50a230e95f: Already exists
57d9831a7b79: Already exists
b9da9103c391: Already exists
23d3de084f30: Already exists
9b5014502f80: Already exists
48afdd67fc4f: Already exists
42683455de49: Already exists
cc7cc784d95e: Already exists
fc1f7f7deeef: Already exists
f3204d922a1d: Already exists
4d0584f22b7c: Already exists
7a6dd5dee91e: Already exists
6958883113a2: Already exists
49bec4720ed4: Already exists
35827c42b7ba: Already exists
7d6684e3d1e2: Already exists
fea62231c9d1: Already exists
0f034ba9c8e4: Already exists
Digest: sha256:fabfe3aef63c0707b676152fada8edd3fe25a61b616e15f22f30090207c3f256
Status: Image is up to date for docker.io/yegor256/rultor:latest

+ docker ps --filter=status=exited
+ grep --quiet '\sjcabi_jcabi-ssl-maven-plugin_40\s*$'
++ pwd
++ pwd
+ docker run --rm -v /tmp/rultor-Wg6w:/main '--env=MAVEN_OPTS=-XX:MaxPermSize=256m -Xmx1g' --env=head=git@github.com:jcabi/jcabi-ssl-maven-plugin.git --env=head_branch=master --privileged=true --hostname=docker --memory=6g --cidfile=/tmp/rultor-Wg6w/cid -w=/main --name=jcabi_jcabi-ssl-maven-plugin_40 yegor256/rultor /main/entry.sh
+ set -e
+ set -o pipefail
+ shopt -s dotglob
+ useradd -m -G sudo r
+ echo '%sudo ALL=(ALL) NOPASSWD:ALL'
+ cp -R /root/.bashrc /root/.composer /root/.gem /root/.java /root/.m2 /root/.npm /root/.profile /root/texmf /root/.texmf-var /root/tmp /home/r
+ cp -R ./cid ./end.sh ./entry.sh ./pid ./pubring.gpg ./repo ./run.sh ./s3cfg ./script.sh ./secring.gpg ./settings.xml ./stdout /home/r
+ rm -rf repo
+ chown -R r:r /home/r
+ chmod a+x /home/r/script.sh
+ su -m r -c /home/r/script.sh
+ set -e
+ set -o pipefail
+ export HOME=/home/r
+ HOME=/home/r
+ cd /home/r/repo
+ sudo gem install pdd
Building native extensions.  This could take a while...
Successfully installed nokogiri-1.6.7.1
Building native extensions.  This could take a while...

ruby-filemagic-0.7.1 [2015-10-27]:

* List default lib and header directories (pull request #18 by Adam Wróbel).

Successfully installed ruby-filemagic-0.7.1
Successfully installed slop-3.6.0
Successfully installed pdd-0.15.4
Parsing documentation for nokogiri-1.6.7.1
Installing ri documentation for nokogiri-1.6.7.1
Parsing documentation for ruby-filemagic-0.7.1
Installing ri documentation for ruby-filemagic-0.7.1
Parsing documentation for slop-3.6.0
Installing ri documentation for slop-3.6.0
Parsing documentation for pdd-0.15.4
Installing ri documentation for pdd-0.15.4
Done installing documentation for nokogiri, ruby-filemagic, slop, pdd after 5 seconds
4 gems installed
+ mvn clean deploy -Pqulice --errors --settings ../settings.xml
[INFO] Error stacktraces are turned on.
[INFO] Scanning for projects...
Downloading: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.33/parent-0.33.pom
Downloaded: http://repo.maven.apache.org/maven2/com/jcabi/parent/0.33/parent-0.33.pom (0 B at 0.0 KB/sec)
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-ssl-maven-plugin 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/maven-metadata.xml (433 B at 9.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.pom (6 KB at 165.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/com/sun/tools/jxc/maven2/maven-jaxb-schemagen-plugin/1.2/maven-jaxb-schemagen-plugin-1.2.jar (13 KB at 325.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.pom (12 KB at 322.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugin-plugin/3.2/maven-plugin-plugin-3.2.jar (47 KB at 898.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.pom (12 KB at 178.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-maven-plugin/0.9.3/jcabi-maven-plugin-0.9.3.jar (28 KB at 781.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.pom (11 KB at 287.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-invoker-plugin/1.9/maven-invoker-plugin-1.9.jar (100 KB at 1444.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.pom (17 KB at 442.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-assembly-plugin/2.4.1/maven-assembly-plugin-2.4.1.jar (212 KB at 2895.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.pom (17 KB at 347.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.12/qulice-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice/0.12/qulice-0.12.pom (7 KB at 163.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-maven-plugin/0.12/qulice-maven-plugin-0.12.jar (45 KB at 1165.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.pom (8 KB at 215.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-deploy-plugin/2.8.1/maven-deploy-plugin-2.8.1.jar (34 KB at 848.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.pom (2 KB at 32.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.pom (13 KB at 344.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator-parent/5.2.0.CR1/hibernate-validator-parent-5.2.0.CR1.pom
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.2.0.CR1/hibernate-validator-parent-5.2.0.CR1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator-parent/5.2.0.CR1/hibernate-validator-parent-5.2.0.CR1.pom (34 KB at 870.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.pom (2 KB at 33.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar
Downloaded: https://oss.sonatype.org/content/groups/public/org/projectlombok/lombok/1.16.4/lombok-1.16.4.jar (1325 KB at 10186.1 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/mockito/mockito-core/1.10.19/mockito-core-1.10.19.jar (1146 KB at 11570.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar
Downloaded:8http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 KB at 1094.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (51 KB at 578.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (46 KB at 512.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (546 KB at 6498.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 KB at 985.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 KB at 734.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (160 KB at 1267.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (200 KB at 1446.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar
Downloaded:4http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (16 KB at 386.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (148 KB at 3420.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (56 KB at 1313.9 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (46 KB at 1209.3 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (88 KB at 1652.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/hibernate/hibernate-validator/5.2.0.CR1/hibernate-validator-5.2.0.CR1.jar (678 KB at 3984.4 KB/sec)
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-ssl-maven-plugin ---
[INFO]
[INFO] --- maven-plugin-plugin:3.2:helpmojo (generated-helpmojo) @ jcabi-ssl-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.pom (5 KB at 113.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.pom (3 KB at 78.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom
Downloading: http://repo.maven.apache.org/maven2/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-commons/3.3.1/asm-commons-3.3.1.pom (417 B at 11.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom
Downloading: http://repo.maven.apache.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.pom (406 B at 11.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.pom (3 KB at 76.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.pom (2 KB at 47.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.pom (18 KB at 554.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (2 KB at 44.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 KB at 510.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (2 KB at 46.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (7 KB at 169.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 KB at 435.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4 KB at 110.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (2 KB at 37.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom
Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (2 KB at 50.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3 KB at 82.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (2 KB at 49.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (3 KB at 69.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (6 KB at 152.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.pom (2 KB at 52.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.pom (5 KB at 113.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.pom
Downloading: http://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.pom
Downloaded: http://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.pom (10 KB at 257.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.pom (5 KB at 122.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.2/doxia-sink-api-1.1.2.pom (2 KB at 42.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.2/doxia-1.1.2.pom (18 KB at 466.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.2/doxia-logging-api-1.1.2.pom (2 KB at 41.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.2/doxia-core-1.1.2.pom (4 KB at 103.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.8.1/xercesImpl-2.8.1.pom (3 KB at 59.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom
Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 20.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/apache/1/apache-1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/apache/1/apache-1.pom (4 KB at 95.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
Downloading: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (8 KB at 210.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (4 KB at 106.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.2/doxia-site-renderer-1.1.2.pom (6 KB at 170.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.2/doxia-sitetools-1.1.2.pom (15 KB at 414.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.2/doxia-decoration-model-1.1.2.pom (3 KB at 80.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.2/doxia-module-xhtml-1.1.2.pom (2 KB at 43.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.2/doxia-modules-1.1.2.pom (3 KB at 66.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.2/doxia-module-fml-1.1.2.pom (6 KB at 153.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.pom (4 KB at 98.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.pom (3 KB at 65.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/bsh/bsh/1.3.0/bsh-1.3.0.pom
Downloading: http://repo.maven.apache.org/maven2/bsh/bsh/1.3.0/bsh-1.3.0.pom
Downloaded: http://repo.maven.apache.org/maven2/bsh/bsh/1.3.0/bsh-1.3.0.pom (210 B at 5.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.pom (4 KB at 83.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar
Downloading: https://oss.sonatype.org/content/groups/public/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/thoughtworks/qdox/qdox/1.12.1/qdox-1.12.1.jar (176 KB at 3443.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/net/sf/jtidy/jtidy/r938/jtidy-r938.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/bsh/bsh/1.3.0/bsh-1.3.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar
Downloading: http://repo.maven.apache.org/maven2/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar
Downloaded:3http://repo.maven.apache.org/maven2/asm/asm-commons/3.3.1/asm-commons-3.3.1.jar (38 KB at 935.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/asm/asm-tree/3.3.1/asm-tree-3.3.1.jar (22 KB at 538.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-annotations/3.2/maven-plugin-tools-annotations-3.2.jar (39 KB at 904.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.3/plexus-io-2.0.3.jar (57 KB at 1422.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.1.1/plexus-archiver-2.1.1.jar (181 KB at 2691.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.jar (11 KB at 296.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.jar (51 KB at 1413.1 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.jar (12 KB at 291.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (151 KB at 3762.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.jar (59 KB at 1767.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.jar (15 KB at 398.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.jar (37 KB at 972.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-api/3.2/maven-plugin-tools-api-3.2.jar (23 KB at 630.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-generators/3.2/maven-plugin-tools-generators-3.2.jar (46 KB at 1364.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-java/3.2/maven-plugin-tools-java-3.2.jar (18 KB at 482.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/bsh/bsh/1.3.0/bsh-1.3.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.1/maven-reporting-impl-2.1.jar (17 KB at 404.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-beanshell/3.2/maven-plugin-tools-beanshell-3.2.jar (13 KB at 401.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar
Downloaded: http://repo.maven.apache.org/maven2/net/sf/jtidy/jtidy/r938/jtidy-r938.jar (245 KB at 3389.8 KB/sec)
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/plugin-tools/maven-plugin-tools-model/3.2/maven-plugin-tools-model-3.2.jar (32 KB at 759.4 KB/sec)
Downloaded:0http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-velocity/1.1.8/plexus-velocity-1.1.8.jar (8 KB at 248.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/bsh/bsh/1.3.0/bsh-1.3.0.jar (237 KB at 4222.8 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1201 KB at 8055.8 KB/sec)
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 1 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO]
[INFO] --- maven-plugin-plugin:3.2:descriptor (default-descriptor) @ jcabi-ssl-maven-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo metadata.
[INFO] Applying mojo extractor for language: java-annotations
[INFO] Mojo extractor for language: java-annotations found 0 mojo descriptors.
[INFO] Applying mojo extractor for language: java
[INFO] Mojo extractor for language: java found 2 mojo descriptors.
[INFO] Applying mojo extractor for language: bsh
[INFO] Mojo extractor for language: bsh found 0 mojo descriptors.
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create (jcabi-build-number) @ jcabi-ssl-maven-plugin ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd /home/r/repo && git rev-parse --verify --short=7 HEAD
[INFO] Working directory: /home/r/repo
[INFO] Storing buildNumber: ac7329c at timestamp: 2016-01-26T07:38:07
[INFO] Storing buildScmBranch: master
[INFO]
[INFO] --- buildnumber-maven-plugin:1.3:create-timestamp (jcabi-build-number) @ jcabi-ssl-maven-plugin ---
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ jcabi-ssl-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/src/main/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (default-compile) @ jcabi-ssl-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 6 source files to /home/r/repo/target/classes
[INFO]
[INFO] --- maven-compiler-plugin:3.3:compile (compile-helpmojo) @ jcabi-ssl-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 1 source file to /home/r/repo/target/classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:ajc (jcabi-ajc-compile) @ jcabi-ssl-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.pom (1021 B at 30.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/aspectj/aspectjtools/1.7.4/aspectjtools-1.7.4.jar (9784 KB at 19646.1 KB/sec)
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] Created temp dir /home/r/repo/target/jcabi-ajc
[INFO] jcabi-aspects 0.17.1/8b0e260 started new daemon thread jcabi-cacheable for automated cleaning of expired @Cacheable values
[WARNING] advice defined in com.jcabi.aspects.aj.MethodValidator has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.ExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.SingleException has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodAsyncRunner has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodCacher has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodScheduler has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Parallelizer has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.QuietExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodInterrupter has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Repeater has not been applied [Xlint:adviceDidNotMatch]
[INFO] ajc result: 13 file(s) processed, 12 pointcut(s) woven, 0 error(s), 11 warning(s)
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ jcabi-ssl-maven-plugin ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/r/repo/src/test/resources
[INFO]
[INFO] --- maven-compiler-plugin:3.3:testCompile (default-testCompile) @ jcabi-ssl-maven-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 5 source files to /home/r/repo/target/test-classes
[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:ajc (jcabi-ajc-test-compile) @ jcabi-ssl-maven-plugin ---
[INFO] Created temp dir /home/r/repo/target/jcabi-ajc-test
[WARNING] advice defined in com.jcabi.aspects.aj.MethodValidator has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.ExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.SingleException has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodAsyncRunner has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodCacher has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodScheduler has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Parallelizer has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.QuietExceptionsLogger has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.MethodInterrupter has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.ImmutabilityChecker has not been applied [Xlint:adviceDidNotMatch]
[WARNING] advice defined in com.jcabi.aspects.aj.Repeater has not been applied [Xlint:adviceDidNotMatch]
[INFO] ajc result: 5 file(s) processed, 0 pointcut(s) woven, 0 error(s), 12 warning(s)
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ jcabi-ssl-maven-plugin ---
[INFO] Surefire report directory: /home/r/repo/target/surefire-reports
[INFO] parallel='none', perCoreThreadCount=true, threadCount=4, useUnlimitedThreads=false, threadCountSuites=0, threadCountClasses=0, threadCountMethods=0, parallelOptimized=true

-------------------------------------------------------
 T E S T S
-------------------------------------------------------
Running com.jcabi.ssl.maven.plugin.YesTest
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec - in com.jcabi.ssl.maven.plugin.YesTest
Running com.jcabi.ssl.maven.plugin.KeytoolTest
[info] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[warn] >> What is your first and last name?
[warn] >>   [Unknown]:  What is the name of your organizational unit?
[warn] >>   [Unknown]:  What is the name of your organization?
[warn] >>   [Unknown]:  What is the name of your City or Locality?
[warn] >>   [Unknown]:  What is the name of your State or Province?
[warn] >>   [Unknown]:  What is the two-letter country code for this unit?
[warn] >>   [Unknown]:  Is CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US correct?
[warn] >>   [no]:
[info] Keystore created in '/tmp/junit8800836846342001427/keystore.jks' (42 bytes)
[info] >>
[info] >> Keystore type: JKS
[info] >> Keystore provider: SUN
[info] >>
[info] >> Your keystore contains 1 entry
[info] >>
[info] >> Alias name: localhost
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: PrivateKeyEntry
[info] >> Certificate chain length: 1
[info] >> Certificate[1]:
[info] >> Owner: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[info] >> Issuer: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[info] >> Serial number: 5e1216e7
[info] >> Valid from: Tue Jan 26 07:38:15 UTC 2016 until: Mon Apr 25 07:38:15 UTC 2016
[info] >> Certificate fingerprints:
[info] >>        MD5:  AC:B3:7E:DA:52:E7:75:76:31:70:88:28:D2:31:86:DD
[info] >>        SHA1: 28:D0:BF:2A:71:83:AF:59:88:60:A6:BF:CF:7A:E9:8E:FF:60:2E:31
[info] >>        SHA256: E1:C8:AF:73:84:12:7F:8F:81:26:EC:41:7D:14:CA:EF:04:06:2D:A9:04:AD:F8:BE:0C:7F:FB:81:7C:7A:C2:6F
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 47 EE DE 1C 68 C6 19 0E   AC DB AA 45 47 16 99 B0  G...h......EG...
[info] >> 0010: 0A A3 B0 0C                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.357 sec - in com.jcabi.ssl.maven.plugin.KeytoolTest
Running com.jcabi.ssl.maven.plugin.KeygenMojoTest
Jan 26, 2016 7:38:15 AM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 5.2.0.CR1
[info] JSR-303 validator org.hibernate.validator.internal.engine.ValidatorImpl instantiated by jcabi-aspects 0.22/7e07127
[warn] >> What is your first and last name?
[warn] >>   [Unknown]:  What is the name of your organizational unit?
[warn] >>   [Unknown]:  What is the name of your organization?
[warn] >>   [Unknown]:  What is the name of your City or Locality?
[warn] >>   [Unknown]:  What is the name of your State or Province?
[warn] >>   [Unknown]:  What is the two-letter country code for this unit?
[warn] >>   [Unknown]:  Is CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US correct?
[warn] >>   [no]:
[info] Keystore created in '/home/r/repo/target/populatesCacertsIdKeystoreIsActive/keystore.jks' (67 bytes)
[info] >>
[info] >> Keystore type: JKS
[info] >> Keystore provider: SUN
[info] >>
[info] >> Your keystore contains 1 entry
[info] >>
[info] >> Alias name: localhost
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: PrivateKeyEntry
[info] >> Certificate chain length: 1
[info] >> Certificate[1]:
[info] >> Owner: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[info] >> Issuer: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[info] >> Serial number: daf5e63
[info] >> Valid from: Tue Jan 26 07:38:16 UTC 2016 until: Mon Apr 25 07:38:16 UTC 2016
[info] >> Certificate fingerprints:
[info] >>        MD5:  A6:8C:76:61:C7:52:11:3A:43:5C:4E:E0:5A:C8:BF:09
[info] >>        SHA1: EE:78:90:C0:73:C7:3C:17:9C:16:CC:DD:E7:3D:45:57:7E:0D:3D:97
[info] >>        SHA256: FF:AC:79:3D:EB:8B:70:C6:C3:DE:3D:51:1B:F8:C7:5D:58:FD:1C:DF:2F:E9:72:A2:FC:A4:E4:72:82:A1:87:C6
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 57 7F 0E 7D D6 E0 53 DD   96 FB 15 48 D6 57 E0 F3  W.....S....H.W..
[info] >> 0010: 6B 94 C1 F1                                        k...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] Existing cacerts '/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/cacerts' copied to '/home/r/repo/target/populatesCacertsIdKeystoreIsActive/truststore.jks' (69 bytes)
[info] Maven property ${javax.net.ssl.keyStore} set to '/home/r/repo/target/populatesCacertsIdKeystoreIsActive/keystore.jks'
[info] Maven property ${javax.net.ssl.keyStorePassword} set to 'changeit'
[info] Maven property ${javax.net.ssl.trustStore} set to 'trust'
[info] Maven property ${javax.net.ssl.trustStorePassword} set to 'pwd'
[info] Keystore is active: [javax.net.ssl.keyStore=/home/r/repo/target/populatesCacertsIdKeystoreIsActive/keystore.jks, javax.net.ssl.keyStorePassword=changeit]
[info] execution skipped because of 'skip' option
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.658 sec - in com.jcabi.ssl.maven.plugin.KeygenMojoTest
Running com.jcabi.ssl.maven.plugin.CacertsTest
[warn] &gt;&gt; What is your first and last name?
[warn] &gt;&gt;   [Unknown]:  What is the name of your organizational unit?
[warn] &gt;&gt;   [Unknown]:  What is the name of your organization?
[warn] >>   [Unknown]:  What is the name of your City or Locality?
[warn] >>   [Unknown]:  What is the name of your State or Province?
[warn] >>   [Unknown]:  What is the two-letter country code for this unit?
[warn] >>   [Unknown]:  Is CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US correct?
[warn] >>   [no]:
[info] Keystore created in '/tmp/junit2984112839938041911/keystore.jks' (42 bytes)
[info] >>
[info] >> Keystore type: JKS
[info] >> Keystore provider: SUN
[info] >>
[info] >> Your keystore contains 1 entry
[info] >>
[info] >> Alias name: localhost
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: PrivateKeyEntry
[info] >> Certificate chain length: 1
[info] >> Certificate[1]:
[info] >> Owner: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[info] >> Issuer: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[info] >> Serial number: b7e8c15
[info] >> Valid from: Tue Jan 26 07:38:18 UTC 2016 until: Mon Apr 25 07:38:18 UTC 2016
[info] >> Certificate fingerprints:
[info] >>        MD5:  0D:C6:92:48:8C:D8:BA:2E:F0:2F:D8:A6:8F:BF:EA:F4
[info] >>        SHA1: 88:41:A5:77:AF:F8:A0:9E:08:77:8C:4E:D9:20:80:18:66:92:FC:0C
[info] >>        SHA256: DF:E7:64:54:66:0D:AF:1F:F2:3B:BB:97:F8:45:8F:C8:FA:F2:F6:31:63:C1:04:4F:2F:97:95:AB:E5:E1:24:EC
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: F9 3E 0B 40 65 32 47 30   ED 85 2B F5 C8 78 8F BC  .>.@e2G0..+..x..
[info] >> 0010: 78 B2 9F AA                                        x...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] Existing cacerts '/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/cacerts' copied to '/tmp/junit2984112839938041911/cacerts.jks' (41 bytes)
[warn] >> Entry for alias localhost successfully imported.
[warn] >> Import command completed:  1 entries successfully imported, 0 entries failed or cancelled
[info] keyStore '/tmp/junit2984112839938041911/keystore.jks' imported into trustStore '/tmp/junit2984112839938041911/cacerts.jks'
[info] >>
[info] >> Keystore type: JKS
[info] >> Keystore provider: SUN
[info] >>
[info] >> Your keystore contains 175 entries
[info] >>
[info] >> Alias name: debian:pscprocert.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=PSCProcert, C=VE, O=Sistema Nacional de Certificacion Electronica, OU=Proveedor de Certificados PROCERT, ST=Miranda, L=Chacao, EMAILADDRESS=contacto@procert.net.ve
[info] >> Issuer: EMAILADDRESS=acraiz@suscerte.gob.ve, OU=Superintendencia de Servicios de Certificacion Electronica, O=Sistema Nacional de Certificacion Electronica, ST=Distrito Capital, L=Caracas, C=VE, CN=Autoridad de Certificacion Raiz del Estado Venezolano
[info] >> Serial number: b
[info] >> Valid from: Tue Dec 28 16:51:00 UTC 2010 until: Fri Dec 25 23:59:59 UTC 2020
[info] >> Certificate fingerprints:
[info] >>        MD5:  E6:24:E9:12:01:AE:0C:DE:8E:85:C4:CE:A3:12:DD:EC
[info] >>        SHA1: 70:C1:8D:74:B4:28:81:0A:E4:FD:A5:75:D7:01:9F:99:B0:3D:50:74
[info] >>        SHA256: 3C:FC:3C:14:D1:F6:84:FF:17:E3:8C:43:CA:44:0C:00:B9:67:EC:93:3E:8B:FE:06:4C:A1:D7:2C:90:F2:AD:B0
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
[info] >> AuthorityInfoAccess [
[info] >>   [
[info] >>    accessMethod: ocsp
[info] >>    accessLocation: URIName: http://ocsp.suscerte.gob.ve
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: AD BB 22 1D C6 E0 D2 01   A8 FD 76 50 52 93 ED 98  ..".......vPR...
[info] >> 0010: C1 4D AE D3                                        .M..
[info] >> ]
[info] >> [EMAILADDRESS=acraiz@suscerte.gob.ve, OU=Superintendencia de Servicios de Certificacion Electronica, O=Sistema Nacional de Certificacion Electronica, ST=Distrito Capital, L=Caracas, C=VE, CN=Autoridad de Certificacion Raiz del Estado Venezolano]
[info] >> SerialNumber: [    0a]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:1
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://www.suscerte.gob.ve/lcr/CERTIFICADO-RAIZ-SHA384CRLDER.crl]
[info] >> , DistributionPoint:
[info] >>      [URIName: ldap://acraiz.suscerte.gob.ve]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.16.862.3.1.2]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 1E 68 74 74 70 3A 2F   2F 77 77 77 2E 73 75 73  ..http://www.sus
[info] >> 0010: 63 65 72 74 65 2E 67 6F   62 2E 76 65 2F 64 70 63  certe.gob.ve/dpc
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.18 Criticality=false
[info] >> IssuerAlternativeName [
[info] >>   DNSName: suscerte.gob.ve
[info] >>   Other-Name: Unrecognized ObjectIdentifier: 2.16.862.2.2
[info] >> ]
[info] >>
[info] >> #7: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #8: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   DNSName: procert.net.ve
[info] >>   Other-Name: Unrecognized ObjectIdentifier: 2.16.862.2.1
[info] >>   Other-Name: Unrecognized ObjectIdentifier: 2.16.862.2.2
[info] >> ]
[info] >>
[info] >> #9: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 41 0F 19 38 AA 99 7F 42   0B A4 D7 27 98 54 A2 17  A..8...B...'.T..
[info] >> 0010: 4C 2D 51 54                                        L-QT
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:buypass_class_3_ca_1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Buypass Class 3 CA 1, O=Buypass AS-983163327, C=NO
[info] &gt;&gt; Issuer: CN=Buypass Class 3 CA 1, O=Buypass AS-983163327, C=NO
[info] &gt;&gt; Serial number: 2
[info] &gt;&gt; Valid from: Mon May 09 14:13:03 UTC 2005 until: Sat May 09 14:13:03 UTC 2015
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  DF:3C:73:59:81:E7:39:50:81:04:4C:34:A2:CB:B3:7B
[info] &gt;&gt;        SHA1: 61:57:3A:11:DF:0E:D8:7E:D5:92:65:22:EA:D0:56:D7:44:B3:23:71
[info] &gt;&gt;        SHA256: B7:B1:2B:17:1F:82:1D:AA:99:0C:D0:FE:50:87:B1:28:44:8B:A8:E5:18:4F:84:C5:1E:02:B5:C8:FB:96:2B:24
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 38 14 E6 C8 F0 A9 A4 03   F4 4E 3E 22 A3 5B F2 D6  8........N>".[..
[info] >> 0010: E0 AD 40 74                                        ..@t
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:chambers_of_commerce_root_-_2008.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU
[info] >> Issuer: CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU
[info] >> Serial number: a3da427ea4b1aeda
[info] >> Valid from: Fri Aug 01 12:29:50 UTC 2008 until: Sat Jul 31 12:29:50 UTC 2038
[info] >> Certificate fingerprints:
[info] >>        MD5:  5E:80:9E:84:5A:0E:65:0B:17:02:F3:55:18:2A:3E:D7
[info] >>        SHA1: 78:6A:74:AC:76:AB:14:7F:9C:6A:30:50:BA:9E:A8:7E:FE:9A:CE:3C
[info] >>        SHA256: 06:3E:4A:FA:C4:91:DF:D3:32:F3:08:9B:85:42:E9:46:17:D8:93:D7:FE:94:4E:10:A7:93:7E:E2:9D:96:93:C0
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: F9 24 AC 0F B2 B5 F8 79   C0 FA 60 88 1B C4 D9 4D  .$.....y..`....M
[info] >> 0010: 02 9E 17 19                                        ....
[info] >> ]
[info] >> [CN=Chambers of Commerce Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU]
[info] >> SerialNumber: [    a3da427e a4b1aeda]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:12
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.5.29.32.0]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 1C 68 74 74 70 3A 2F   2F 70 6F 6C 69 63 79 2E  ..http://policy.
[info] >> 0010: 63 61 6D 65 72 66 69 72   6D 61 2E 63 6F 6D        camerfirma.com
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: F9 24 AC 0F B2 B5 F8 79   C0 FA 60 88 1B C4 D9 4D  .$.....y..`....M
[info] >> 0010: 02 9E 17 19                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:ca_disig_root_r2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK
[info] >> Issuer: CN=CA Disig Root R2, O=Disig a.s., L=Bratislava, C=SK
[info] >> Serial number: 92b888dbb08ac163
[info] >> Valid from: Thu Jul 19 09:15:30 UTC 2012 until: Sat Jul 19 09:15:30 UTC 2042
[info] >> Certificate fingerprints:
[info] >>        MD5:  26:01:FB:D8:27:A7:17:9A:45:54:38:1A:43:01:3B:03
[info] >>        SHA1: B5:61:EB:EA:A4:DE:E4:25:4B:69:1A:98:A5:57:47:C2:34:C7:D9:71
[info] >>        SHA256: E2:3D:4A:03:6D:7B:70:E9:F5:95:B1:42:20:79:D2:B9:1E:DF:BB:1F:B6:51:A0:63:3E:AA:8A:9D:C5:F8:07:03
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B5 99 F8 AF B0 94 F5 E3   20 D6 0A AD CE 4E 56 A4  ........ ....NV.
[info] >> 0010: 2E 6E 42 ED                                        .nB.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:affirmtrust_premium.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=AffirmTrust Premium, O=AffirmTrust, C=US
[info] >> Issuer: CN=AffirmTrust Premium, O=AffirmTrust, C=US
[info] >> Serial number: 6d8c1446b1a60aee
[info] >> Valid from: Fri Jan 29 14:10:36 UTC 2010 until: Mon Dec 31 14:10:36 UTC 2040
[info] >> Certificate fingerprints:
[info] >>        MD5:  C4:5D:0E:48:B6:AC:28:30:4E:0A:BC:F9:38:16:87:57
[info] >>        SHA1: D8:A6:33:2C:E0:03:6F:B1:85:F6:63:4F:7D:6A:06:65:26:32:28:27
[info] >>        SHA256: 70:A7:3F:7F:37:6B:60:07:42:48:90:45:34:B1:14:82:D5:BF:0E:69:8E:CC:49:8D:F5:25:77:EB:F2:E9:3B:9A
[info] >>        Signature algorithm name: SHA384withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] &gt;&gt; 0000: 9D C0 67 A6 0C 22 D9 26   F5 45 AB A6 65 52 11 27  ..g..&quot;.&amp;.E..eR.'
[info] &gt;&gt; 0010: D8 45 AC 63                                        .E.c
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:juur-sk.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=Juur-SK, O=AS Sertifitseerimiskeskus, C=EE, EMAILADDRESS=pki@sk.ee
[info] &gt;&gt; Issuer: CN=Juur-SK, O=AS Sertifitseerimiskeskus, C=EE, EMAILADDRESS=pki@sk.ee
[info] &gt;&gt; Serial number: 3b8e4bfc
[info] &gt;&gt; Valid from: Thu Aug 30 14:23:01 UTC 2001 until: Fri Aug 26 14:23:01 UTC 2016
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  AA:8E:5D:D9:F8:DB:0A:58:B7:8D:26:87:6C:82:35:55
[info] &gt;&gt;        SHA1: 40:9D:4B:D9:17:B5:5C:27:B6:9B:64:CB:98:22:44:0D:CD:09:B8:89
[info] &gt;&gt;        SHA256: EC:C3:E9:C3:40:75:03:BE:E0:91:AA:95:2F:41:34:8F:F8:8B:AA:86:3B:22:64:BE:FA:C8:07:90:15:74:E9:39
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 04 AA 7A 47 A3 E4 89 AF   1A CF 0A 40 A7 18 3F 6F  ..zG.......@..?o
[info] >> 0010: EF E9 7D BE                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://www.sk.ee/juur/crl/]
[info] >> ]]
[info] >>
[info] >> #4: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.3.6.1.4.1.10015.1.1.1]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.2
[info] >>   qualifier: 0000: 30 81 C3 1E 81 C0 00 53   00 65 00 65 00 20 00 73  0......S.e.e. .s
[info] >> 0010: 00 65 00 72 00 74 00 69   00 66 00 69 00 6B 00 61  .e.r.t.i.f.i.k.a
[info] >> 0020: 00 61 00 74 00 20 00 6F   00 6E 00 20 00 76 00 E4  .a.t. .o.n. .v..
[info] >> 0030: 00 6C 00 6A 00 61 00 73   00 74 00 61 00 74 00 75  .l.j.a.s.t.a.t.u
[info] >> 0040: 00 64 00 20 00 41 00 53   00 2D 00 69 00 73 00 20  .d. .A.S.-.i.s.
[info] >> 0050: 00 53 00 65 00 72 00 74   00 69 00 66 00 69 00 74  .S.e.r.t.i.f.i.t
[info] >> 0060: 00 73 00 65 00 65 00 72   00 69 00 6D 00 69 00 73  .s.e.e.r.i.m.i.s
[info] >> 0070: 00 6B 00 65 00 73 00 6B   00 75 00 73 00 20 00 61  .k.e.s.k.u.s. .a
[info] >> 0080: 00 6C 00 61 00 6D 00 2D   00 53 00 4B 00 20 00 73  .l.a.m.-.S.K. .s
[info] >> 0090: 00 65 00 72 00 74 00 69   00 66 00 69 00 6B 00 61  .e.r.t.i.f.i.k.a
[info] >> 00A0: 00 61 00 74 00 69 00 64   00 65 00 20 00 6B 00 69  .a.t.i.d.e. .k.i
[info] >> 00B0: 00 6E 00 6E 00 69 00 74   00 61 00 6D 00 69 00 73  .n.n.i.t.a.m.i.s
[info] >> 00C0: 00 65 00 6B 00 73                                  .e.k.s
[info] >>
[info] >> ], PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 15 68 74 74 70 3A 2F   2F 77 77 77 2E 73 6B 2E  ..http://www.sk.
[info] >> 0010: 65 65 2F 63 70 73 2F                               ee/cps/
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Non_repudiation
[info] >>   Key_Encipherment
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 04 AA 7A 47 A3 E4 89 AF   1A CF 0A 40 A7 18 3F 6F  ..zG.......@..?o
[info] >> 0010: EF E9 7D BE                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:ebg_elektronik_sertifika_hizmet_sağlayıcısı.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: C=TR, O=EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., CN=EBG Elektronik Sertifika Hizmet Sağlayıcısı
[info] >> Issuer: C=TR, O=EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., CN=EBG Elektronik Sertifika Hizmet Sağlayıcısı
[info] >> Serial number: 4caf73421c8e7402
[info] >> Valid from: Thu Aug 17 00:21:09 UTC 2006 until: Sun Aug 14 00:31:09 UTC 2016
[info] >> Certificate fingerprints:
[info] >>        MD5:  2C:20:26:9D:CB:1A:4A:00:85:B5:B7:5A:AE:C2:01:37
[info] >>        SHA1: 8C:96:BA:EB:DD:2B:07:07:48:EE:30:32:66:A0:F3:98:6E:7C:AE:58
[info] >>        SHA256: 35:AE:5B:DD:D8:F7:AE:63:5C:FF:BA:56:82:A8:F0:0B:95:F4:84:62:C7:10:8E:E9:A0:E5:29:2B:07:4A:AF:B2
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: E7 CE C6 4F FC 16 67 96   FA 4A A3 07 C1 04 A7 CB  ...O..g..J......
[info] >> 0010: 6A DE DA 47                                        j..G
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: E7 CE C6 4F FC 16 67 96   FA 4A A3 07 C1 04 A7 CB  ...O..g..J......
[info] >> 0010: 6A DE DA 47                                        j..G
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:geotrust_universal_ca_2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=GeoTrust Universal CA 2, O=GeoTrust Inc., C=US
[info] >> Issuer: CN=GeoTrust Universal CA 2, O=GeoTrust Inc., C=US
[info] >> Serial number: 1
[info] >> Valid from: Thu Mar 04 05:00:00 UTC 2004 until: Sun Mar 04 05:00:00 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  34:FC:B8:D0:36:DB:9E:14:B3:C2:F2:DB:8F:E4:94:C7
[info] >>        SHA1: 37:9A:19:7B:41:85:45:35:0C:A6:03:69:F3:3C:2E:AF:47:4F:20:79
[info] >>        SHA256: A0:23:4F:3B:C8:52:7C:A5:62:8E:EC:81:AD:5D:69:89:5D:A5:68:0D:C9:1D:1C:B8:47:7F:33:F8:78:B9:5B:0B
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.35 Criticality=false
[info] &gt;&gt; AuthorityKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 76 F3 55 E1 FA A4 36 FB   F0 9F 5C 62 71 ED 3C F4  v.U...6...\bq.&lt;.
[info] &gt;&gt; 0010: 47 38 10 2B                                        G8.+
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   DigitalSignature
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 76 F3 55 E1 FA A4 36 FB   F0 9F 5C 62 71 ED 3C F4  v.U...6...\bq.&lt;.
[info] &gt;&gt; 0010: 47 38 10 2B                                        G8.+
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:swisscom_root_ev_ca_2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Swisscom Root EV CA 2, OU=Digital Certificate Services, O=Swisscom, C=ch
[info] >> Issuer: CN=Swisscom Root EV CA 2, OU=Digital Certificate Services, O=Swisscom, C=ch
[info] >> Serial number: f2fa64e27463d38dfd101d041f76ca58
[info] >> Valid from: Fri Jun 24 09:45:08 UTC 2011 until: Wed Jun 25 08:45:08 UTC 2031
[info] >> Certificate fingerprints:
[info] >>        MD5:  7B:30:34:9F:DD:0A:4B:6B:35:CA:31:51:28:5D:AE:EC
[info] >>        SHA1: E7:A1:90:29:D3:D5:52:DC:0D:0F:C6:92:D3:EA:88:0D:15:2E:1A:6B
[info] >>        SHA256: D9:5F:EA:3C:A4:EE:DC:E7:4C:D7:6E:75:FC:6D:1F:F6:2C:44:1F:0F:A8:BC:77:F0:34:B1:9E:5D:B2:58:01:5D
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 45 D9 A5 81 6E 3D 88 4D   8D 71 D2 46 C1 6E 45 1E  E...n=.M.q.F.nE.
[info] >> 0010: F3 C4 80 9D                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:3
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.33 Criticality=false
[info] >> PolicyMappings [
[info] >> [CertificatePolicyMap: [
[info] >> IssuerDomain:CertificatePolicyId: [2.16.756.1.83.2.2]
[info] >> SubjectDomain:CertificatePolicyId: [2.16.756.1.83.2.2]
[info] >> ]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 45 D9 A5 81 6E 3D 88 4D   8D 71 D2 46 C1 6E 45 1E  E...n=.M.q.F.nE.
[info] >> 0010: F3 C4 80 9D                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:applicationca_-_japanese_government.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=ApplicationCA, O=Japanese Government, C=JP
[info] >> Issuer: OU=ApplicationCA, O=Japanese Government, C=JP
[info] >> Serial number: 31
[info] >> Valid from: Wed Dec 12 15:00:00 UTC 2007 until: Tue Dec 12 15:00:00 UTC 2017
[info] >> Certificate fingerprints:
[info] >>        MD5:  7E:23:4E:5B:A7:A5:B4:25:E9:00:07:74:11:62:AE:D6
[info] >>        SHA1: 7F:8A:B0:CF:D0:51:87:6A:66:F3:36:0F:47:C8:8D:8C:D3:35:FC:74
[info] >>        SHA256: 2D:47:43:7D:E1:79:51:21:5A:12:F3:C5:8E:51:C7:29:A5:80:26:EF:1F:CC:0A:5F:B3:D9:DC:01:2F:60:0D:19
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   OU=アプリケーションCA, O=日本国政府, C=JP
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 54 5A CB 26 3F 71 CC 94   46 0D 96 53 EA 6B 48 D0  TZ.&?q..F..S.kH.
[info] >> 0010: 93 FE 42 75                                        ..Bu
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:accvraiz1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1
[info] >> Issuer: C=ES, O=ACCV, OU=PKIACCV, CN=ACCVRAIZ1
[info] >> Serial number: 5ec3b7a6437fa4e0
[info] >> Valid from: Thu May 05 09:37:37 UTC 2011 until: Tue Dec 31 09:37:37 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  D0:A0:5A:EE:05:B6:09:94:21:A1:7D:F1:B2:29:82:02
[info] >>        SHA1: 93:05:7A:88:15:C6:4F:CE:88:2F:FA:91:16:52:28:78:BC:53:64:17
[info] >>        SHA256: 9A:6E:C0:12:E1:A7:DA:9D:BE:34:19:4D:47:8A:D7:C0:DB:18:22:FB:07:1D:F1:29:81:49:6E:D1:04:38:41:13
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
[info] >> AuthorityInfoAccess [
[info] >>   [
[info] >>    accessMethod: caIssuers
[info] >>    accessLocation: URIName: http://www.accv.es/fileadmin/Archivos/certificados/raizaccv1.crt
[info] >> ,
[info] >>    accessMethod: ocsp
[info] >>    accessLocation: URIName: http://ocsp.accv.es
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: D2 87 B4 E3 DF 37 27 93   55 F6 56 EA 81 E5 36 CC  .....7'.U.V...6.
[info] >> 0010: 8C 1E 3F BD                                        ..?.
[info] >> ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] &gt;&gt;   [DistributionPoint:
[info] &gt;&gt;      [URIName: http://www.accv.es/fileadmin/Archivos/certificados/raizaccv1_der.crl]
[info] &gt;&gt; ]]
[info] &gt;&gt;
[info] &gt;&gt; #5: ObjectId: 2.5.29.32 Criticality=false
[info] &gt;&gt; CertificatePolicies [
[info] &gt;&gt;   [CertificatePolicyId: [2.5.29.32.0]
[info] &gt;&gt; [PolicyQualifierInfo: [
[info] &gt;&gt;   qualifierID: 1.3.6.1.5.5.7.2.2
[info] &gt;&gt;   qualifier: 0000: 30 82 01 14 1E 82 01 10   00 41 00 75 00 74 00 6F  0........A.u.t.o
[info] &gt;&gt; 0010: 00 72 00 69 00 64 00 61   00 64 00 20 00 64 00 65  .r.i.d.a.d. .d.e
[info] &gt;&gt; 0020: 00 20 00 43 00 65 00 72   00 74 00 69 00 66 00 69  . .C.e.r.t.i.f.i
[info] &gt;&gt; 0030: 00 63 00 61 00 63 00 69   00 F3 00 6E 00 20 00 52  .c.a.c.i...n. .R
[info] &gt;&gt; 0040: 00 61 00 ED 00 7A 00 20   00 64 00 65 00 20 00 6C  .a...z. .d.e. .l
[info] &gt;&gt; 0050: 00 61 00 20 00 41 00 43   00 43 00 56 00 20 00 28  .a. .A.C.C.V. .(
[info] &gt;&gt; 0060: 00 41 00 67 00 65 00 6E   00 63 00 69 00 61 00 20  .A.g.e.n.c.i.a.
[info] &gt;&gt; 0070: 00 64 00 65 00 20 00 54   00 65 00 63 00 6E 00 6F  .d.e. .T.e.c.n.o
[info] &gt;&gt; 0080: 00 6C 00 6F 00 67 00 ED   00 61 00 20 00 79 00 20  .l.o.g...a. .y.
[info] &gt;&gt; 0090: 00 43 00 65 00 72 00 74   00 69 00 66 00 69 00 63  .C.e.r.t.i.f.i.c
[info] >> 00A0: 00 61 00 63 00 69 00 F3   00 6E 00 20 00 45 00 6C  .a.c.i...n. .E.l
[info] >> 00B0: 00 65 00 63 00 74 00 72   00 F3 00 6E 00 69 00 63  .e.c.t.r...n.i.c
[info] >> 00C0: 00 61 00 2C 00 20 00 43   00 49 00 46 00 20 00 51  .a.,. .C.I.F. .Q
[info] >> 00D0: 00 34 00 36 00 30 00 31   00 31 00 35 00 36 00 45  .4.6.0.1.1.5.6.E
[info] >> 00E0: 00 29 00 2E 00 20 00 43   00 50 00 53 00 20 00 65  .)... .C.P.S. .e
[info] >> 00F0: 00 6E 00 20 00 68 00 74   00 74 00 70 00 3A 00 2F  .n. .h.t.t.p.:./
[info] >> 0100: 00 2F 00 77 00 77 00 77   00 2E 00 61 00 63 00 63  ./.w.w.w...a.c.c
[info] >> 0110: 00 76 00 2E 00 65 00 73                            .v...e.s
[info] >>
[info] >> ], PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 24 68 74 74 70 3A 2F   2F 77 77 77 2E 61 63 63  .$http://www.acc
[info] >> 0010: 76 2E 65 73 2F 6C 65 67   69 73 6C 61 63 69 6F 6E  v.es/legislacion
[info] >> 0020: 5F 63 2E 68 74 6D                                  _c.htm
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #7: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   RFC822Name: accv@accv.es
[info] >> ]
[info] >>
[info] >> #8: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: D2 87 B4 E3 DF 37 27 93   55 F6 56 EA 81 E5 36 CC  .....7'.U.V...6.
[info] >> 0010: 8C 1E 3F BD                                        ..?.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:security_communication_rootca2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP
[info] >> Issuer: OU=Security Communication RootCA2, O="SECOM Trust Systems CO.,LTD.", C=JP
[info] >> Serial number: 0
[info] >> Valid from: Fri May 29 05:00:39 UTC 2009 until: Tue May 29 05:00:39 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  6C:39:7D:A4:0E:55:59:B2:3F:D6:41:B1:12:50:DE:43
[info] >>        SHA1: 5F:3B:8C:F2:F8:10:B3:7D:78:B4:CE:EC:19:19:C3:73:34:B9:C7:74
[info] >>        SHA256: 51:3B:2C:EC:B8:10:D4:CD:E5:DD:85:39:1A:DF:C6:C2:DD:60:D8:7B:B7:36:D2:B5:21:48:4A:A4:7A:0E:BE:F6
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 0A 85 A9 77 65 05 98 7C   40 81 F8 0F 97 2C 38 F1  ...we...@....,8.
[info] >> 0010: 0A EC 3C CF                                        ..<.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:swisscom_root_ca_2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Swisscom Root CA 2, OU=Digital Certificate Services, O=Swisscom, C=ch
[info] >> Issuer: CN=Swisscom Root CA 2, OU=Digital Certificate Services, O=Swisscom, C=ch
[info] >> Serial number: 1e9e28e848f2e5efc37c4a1e5a1867b6
[info] >> Valid from: Fri Jun 24 08:38:14 UTC 2011 until: Wed Jun 25 07:38:14 UTC 2031
[info] >> Certificate fingerprints:
[info] >>        MD5:  5B:04:69:EC:A5:83:94:63:18:A7:86:D0:E4:F2:6E:19
[info] >>        SHA1: 77:47:4F:C6:30:E4:0F:4C:47:64:3F:84:BA:B8:C6:95:4A:8A:41:EC
[info] >>        SHA256: F0:9B:12:2C:71:14:F4:A0:9B:D4:EA:4F:4A:99:D5:58:B4:6E:4C:25:CD:81:14:0D:29:C0:56:13:91:4C:38:41
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4D 26 20 22 89 4B D3 D5   A4 0A A1 6F DE E2 12 81  M& ".K.....o....
[info] >> 0010: C5 F1 3C 2E                                        ..<.
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:7
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.33 Criticality=false
[info] >> PolicyMappings [
[info] >> [CertificatePolicyMap: [
[info] >> IssuerDomain:CertificatePolicyId: [2.16.756.1.83.2.1]
[info] >> SubjectDomain:CertificatePolicyId: [2.16.756.1.83.2.1]
[info] >> ]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4D 26 20 22 89 4B D3 D5   A4 0A A1 6F DE E2 12 81  M& ".K.....o....
[info] >> 0010: C5 F1 3C 2E                                        ..<.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:secure_global_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=Secure Global CA, O=SecureTrust Corporation, C=US
[info] &gt;&gt; Issuer: CN=Secure Global CA, O=SecureTrust Corporation, C=US
[info] &gt;&gt; Serial number: 75622a4e8d48a894df413c8f0f8eaa5
[info] &gt;&gt; Valid from: Tue Nov 07 19:42:28 UTC 2006 until: Mon Dec 31 19:52:06 UTC 2029
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  CF:F4:27:0D:D4:ED:DC:65:16:49:6D:3D:DA:BF:6E:DE
[info] &gt;&gt;        SHA1: 3A:44:73:5A:E5:81:90:1F:24:86:61:46:1E:3B:9C:C4:5F:F5:3A:1B
[info] &gt;&gt;        SHA256: 42:00:F5:04:3A:C8:59:0E:BB:52:7D:20:9E:D1:50:30:29:FB:CB:D4:1C:A1:B5:06:EC:27:F1:5A:DE:7D:AC:69
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 1.3.6.1.4.1.311.20.2 Criticality=false
[info] &gt;&gt; 0000: 1E 04 00 43 00 41                                  ...C.A
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 1.3.6.1.4.1.311.21.1 Criticality=false
[info] &gt;&gt; 0000: 02 01 00                                           ...
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.securetrust.com/SGCA.crl]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: AF 44 04 C2 41 7E 48 83   DB 4E 39 02 EC EC 84 7A  .D..A.H..N9....z
[info] >> 0010: E6 CE C9 A4                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:xramp_global_ca_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US
[info] >> Issuer: CN=XRamp Global Certification Authority, O=XRamp Security Services Inc, OU=www.xrampsecurity.com, C=US
[info] >> Serial number: 50946cec18ead59c4dd597ef758fa0ad
[info] >> Valid from: Mon Nov 01 17:14:04 UTC 2004 until: Mon Jan 01 05:37:19 UTC 2035
[info] >> Certificate fingerprints:
[info] >>        MD5:  A1:0B:44:B3:CA:10:D8:00:6E:9D:0F:D8:0F:92:0A:D1
[info] >>        SHA1: B8:01:86:D1:EB:9C:86:A5:41:04:CF:30:54:F3:4C:52:B7:E5:58:C6
[info] >>        SHA256: CE:CD:DC:90:50:99:D8:DA:DF:C5:B1:D2:09:B7:37:CB:E2:C1:8C:FB:2C:10:C0:FF:0B:CF:0D:32:86:FC:1A:A2
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 1.3.6.1.4.1.311.20.2 Criticality=false
[info] >> 0000: 1E 04 00 43 00 41                                  ...C.A
[info] >>
[info] >>
[info] >> #2: ObjectId: 1.3.6.1.4.1.311.21.1 Criticality=false
[info] >> 0000: 02 01 01                                           ...
[info] >>
[info] >>
[info] >> #3: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.xrampsecurity.com/XGCA.crl]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: C6 4F A2 3D 06 63 84 09   9C CE 62 E4 04 AC 8D 5C  .O.=.c....b....\
[info] >> 0010: B5 E9 B6 1B                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:camerfirma_chambers_of_commerce_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU
[info] >> Issuer: CN=Chambers of Commerce Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU
[info] >> Serial number: 0
[info] >> Valid from: Tue Sep 30 16:13:43 UTC 2003 until: Wed Sep 30 16:13:44 UTC 2037
[info] >> Certificate fingerprints:
[info] >>        MD5:  B0:01:EE:14:D9:AF:29:18:94:76:8E:F1:69:33:2A:84
[info] >>        SHA1: 6E:3A:55:A4:19:0C:19:5C:93:84:3C:C0:DB:72:2E:31:30:61:F0:B1
[info] >>        SHA256: 0C:25:8A:12:A5:67:4A:EF:25:F2:8B:A7:DC:FA:EC:EE:A3:48:E5:41:E6:F5:CC:4E:E6:3B:71:B3:61:60:6A:C3
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:12
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.chambersign.org/chambersroot.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.3.6.1.4.1.17326.10.3.1]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 30 68 74 74 70 3A 2F   2F 63 70 73 2E 63 68 61  .0http://cps.cha
[info] >> 0010: 6D 62 65 72 73 69 67 6E   2E 6F 72 67 2F 63 70 73  mbersign.org/cps
[info] >> 0020: 2F 63 68 61 6D 62 65 72   73 72 6F 6F 74 2E 68 74  /chambersroot.ht
[info] >> 0030: 6D 6C                                              ml
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.18 Criticality=false
[info] >> IssuerAlternativeName [
[info] >>   RFC822Name: chambersroot@chambersign.org
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >> #7: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   RFC822Name: chambersroot@chambersign.org
[info] >> ]
[info] >>
[info] >> #8: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: E3 94 F5 B1 4D E9 DB A1   29 5B 57 8B 4D 76 06 76  ....M...)[W.Mv.v
[info] &gt;&gt; 0010: E1 D1 A2 8A                                        ....
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:turktrust_certificate_services_provider_root_2007.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: O=T&Uuml;RKTRUST Bilgi İletişim ve Bilişim G&uuml;venliği Hizmetleri A.Ş. (c) Aralık 2007, L=Ankara, C=TR, CN=T&Uuml;RKTRUST Elektronik Sertifika Hizmet Sağlayıcısı
[info] &gt;&gt; Issuer: O=T&Uuml;RKTRUST Bilgi İletişim ve Bilişim G&uuml;venliği Hizmetleri A.Ş. (c) Aralık 2007, L=Ankara, C=TR, CN=T&Uuml;RKTRUST Elektronik Sertifika Hizmet Sağlayıcısı
[info] &gt;&gt; Serial number: 1
[info] &gt;&gt; Valid from: Tue Dec 25 18:37:19 UTC 2007 until: Fri Dec 22 18:37:19 UTC 2017
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  2B:70:20:56:86:82:A0:18:C8:07:53:12:28:70:21:72
[info] &gt;&gt;        SHA1: F1:7F:6F:B6:31:DC:99:E3:A3:C8:7F:FE:1C:F1:81:10:88:D9:60:33
[info] >>        SHA256: 97:8C:D9:66:F2:FA:A0:7B:A7:AA:95:00:D9:C0:2E:9D:77:F2:CD:AD:A6:AD:6B:A7:4A:F4:B9:1C:66:59:3C:50
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 29 C5 90 AB 25 AF 11 E4   61 BF A3 FF 88 61 91 E6  )...%...a....a..
[info] >> 0010: 0E FE 9C 81                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:thawte_primary_root_ca_-_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US
[info] >> Issuer: CN=thawte Primary Root CA - G2, OU="(c) 2007 thawte, Inc. - For authorized use only", O="thawte, Inc.", C=US
[info] >> Serial number: 35fc265cd9844fc93d263d579baed756
[info] >> Valid from: Mon Nov 05 00:00:00 UTC 2007 until: Mon Jan 18 23:59:59 UTC 2038
[info] >> Certificate fingerprints:
[info] >>        MD5:  74:9D:EA:60:24:C4:FD:22:53:3E:CC:3A:72:D9:29:4F
[info] >>        SHA1: AA:DB:BC:22:23:8F:C4:01:A1:27:BB:38:DD:F4:1D:DB:08:9E:F0:12
[info] >>        SHA256: A4:31:0D:50:AF:18:A6:44:71:90:37:2A:86:AF:AF:8B:95:1F:FB:43:1D:83:7F:1E:56:88:B4:59:71:ED:15:57
[info] >>        Signature algorithm name: SHA384withECDSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 9A D8 00 30 00 E7 6B 7F   85 18 EE 8B B6 CE 8A 0C  ...0..k.........
[info] >> 0010: F8 11 E1 BB                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:a-trust-nqual-03.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=A-Trust-nQual-03, OU=A-Trust-nQual-03, O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH, C=AT
[info] >> Issuer: CN=A-Trust-nQual-03, OU=A-Trust-nQual-03, O=A-Trust Ges. f. Sicherheitssysteme im elektr. Datenverkehr GmbH, C=AT
[info] >> Serial number: 16c1e
[info] >> Valid from: Wed Aug 17 22:00:00 UTC 2005 until: Mon Aug 17 22:00:00 UTC 2015
[info] >> Certificate fingerprints:
[info] >>        MD5:  49:63:AE:27:F4:D5:95:3D:D8:DB:24:86:B8:9C:07:53
[info] >>        SHA1: D3:C0:63:F2:19:ED:07:3E:34:AD:5D:75:0B:32:76:29:FF:D5:9A:F2
[info] >>        SHA256: 79:3C:BF:45:59:B9:FD:E3:8A:B2:2D:F1:68:69:F6:98:81:AE:14:C4:B0:13:9A:C7:88:A7:8A:1A:FC:CA:02:FB
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 44 6A 95 67 55 79 11 4F                            Dj.gUy.O
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:certum_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Certum CA, O=Unizeto Sp. z o.o., C=PL
[info] >> Issuer: CN=Certum CA, O=Unizeto Sp. z o.o., C=PL
[info] >> Serial number: 10020
[info] >> Valid from: Tue Jun 11 10:46:39 UTC 2002 until: Fri Jun 11 10:46:39 UTC 2027
[info] >> Certificate fingerprints:
[info] >>        MD5:  2C:8F:9F:66:1D:18:90:B1:47:26:9D:8E:86:82:8C:A9
[info] >>        SHA1: 62:52:DC:40:F7:11:43:A2:2F:DE:9E:F7:34:8E:06:42:51:B1:81:18
[info] >>        SHA256: D8:E0:FE:BC:1D:B2:E3:8D:00:94:0F:37:D2:7D:41:34:4D:99:3E:73:4B:99:D5:65:6D:97:78:D4:D8:14:36:24
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:netlock_notary_=class_a=_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=NetLock Kozjegyzoi (Class A) Tanusitvanykiado, OU=Tanusitvanykiadok, O=NetLock Halozatbiztonsagi Kft., L=Budapest, ST=Hungary, C=HU
[info] &gt;&gt; Issuer: CN=NetLock Kozjegyzoi (Class A) Tanusitvanykiado, OU=Tanusitvanykiadok, O=NetLock Halozatbiztonsagi Kft., L=Budapest, ST=Hungary, C=HU
[info] &gt;&gt; Serial number: 103
[info] &gt;&gt; Valid from: Wed Feb 24 23:14:47 UTC 1999 until: Tue Feb 19 23:14:47 UTC 2019
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  86:38:6D:5E:49:63:6C:85:5C:DB:6D:DC:94:B7:D0:F7
[info] &gt;&gt;        SHA1: AC:ED:5F:65:53:FD:25:CE:01:5F:1F:7A:48:3B:6A:74:9F:61:78:C6
[info] &gt;&gt;        SHA256: 7F:12:CD:5F:7E:5E:29:0E:C7:D8:51:79:D5:B7:2C:20:A5:BE:75:08:FF:DB:5B:F8:1A:B9:68:4A:7F:C9:F6:67
[info] &gt;&gt;        Signature algorithm name: MD5withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.16.840.1.113730.1.13 Criticality=false
[info] &gt;&gt; 0000: 16 82 02 4D 46 49 47 59   45 4C 45 4D 21 20 45 7A  ...MFIGYELEM! Ez
[info] &gt;&gt; 0010: 65 6E 20 74 61 6E 75 73   69 74 76 61 6E 79 20 61  en tanusitvany a
[info] &gt;&gt; 0020: 20 4E 65 74 4C 6F 63 6B   20 4B 66 74 2E 20 41 6C   NetLock Kft. Al
[info] &gt;&gt; 0030: 74 61 6C 61 6E 6F 73 20   53 7A 6F 6C 67 61 6C 74  talanos Szolgalt
[info] >> 0040: 61 74 61 73 69 20 46 65   6C 74 65 74 65 6C 65 69  atasi Feltetelei
[info] >> 0050: 62 65 6E 20 6C 65 69 72   74 20 65 6C 6A 61 72 61  ben leirt eljara
[info] >> 0060: 73 6F 6B 20 61 6C 61 70   6A 61 6E 20 6B 65 73 7A  sok alapjan kesz
[info] >> 0070: 75 6C 74 2E 20 41 20 68   69 74 65 6C 65 73 69 74  ult. A hitelesit
[info] >> 0080: 65 73 20 66 6F 6C 79 61   6D 61 74 61 74 20 61 20  es folyamatat a
[info] >> 0090: 4E 65 74 4C 6F 63 6B 20   4B 66 74 2E 20 74 65 72  NetLock Kft. ter
[info] >> 00A0: 6D 65 6B 66 65 6C 65 6C   6F 73 73 65 67 2D 62 69  mekfelelosseg-bi
[info] >> 00B0: 7A 74 6F 73 69 74 61 73   61 20 76 65 64 69 2E 20  ztositasa vedi.
[info] >> 00C0: 41 20 64 69 67 69 74 61   6C 69 73 20 61 6C 61 69  A digitalis alai
[info] >> 00D0: 72 61 73 20 65 6C 66 6F   67 61 64 61 73 61 6E 61  ras elfogadasana
[info] >> 00E0: 6B 20 66 65 6C 74 65 74   65 6C 65 20 61 7A 20 65  k feltetele az e
[info] >> 00F0: 6C 6F 69 72 74 20 65 6C   6C 65 6E 6F 72 7A 65 73  loirt ellenorzes
[info] >> 0100: 69 20 65 6C 6A 61 72 61   73 20 6D 65 67 74 65 74  i eljaras megtet
[info] >> 0110: 65 6C 65 2E 20 41 7A 20   65 6C 6A 61 72 61 73 20  ele. Az eljaras
[info] >> 0120: 6C 65 69 72 61 73 61 20   6D 65 67 74 61 6C 61 6C  leirasa megtalal
[info] >> 0130: 68 61 74 6F 20 61 20 4E   65 74 4C 6F 63 6B 20 4B  hato a NetLock K
[info] >> 0140: 66 74 2E 20 49 6E 74 65   72 6E 65 74 20 68 6F 6E  ft. Internet hon
[info] >> 0150: 6C 61 70 6A 61 6E 20 61   20 68 74 74 70 73 3A 2F  lapjan a https:/
[info] >> 0160: 2F 77 77 77 2E 6E 65 74   6C 6F 63 6B 2E 6E 65 74  /www.netlock.net
[info] >> 0170: 2F 64 6F 63 73 20 63 69   6D 65 6E 20 76 61 67 79  /docs cimen vagy
[info] >> 0180: 20 6B 65 72 68 65 74 6F   20 61 7A 20 65 6C 6C 65   kerheto az elle
[info] >> 0190: 6E 6F 72 7A 65 73 40 6E   65 74 6C 6F 63 6B 2E 6E  norzes@netlock.n
[info] >> 01A0: 65 74 20 65 2D 6D 61 69   6C 20 63 69 6D 65 6E 2E  et e-mail cimen.
[info] >> 01B0: 20 49 4D 50 4F 52 54 41   4E 54 21 20 54 68 65 20   IMPORTANT! The
[info] >> 01C0: 69 73 73 75 61 6E 63 65   20 61 6E 64 20 74 68 65  issuance and the
[info] >> 01D0: 20 75 73 65 20 6F 66 20   74 68 69 73 20 63 65 72   use of this cer
[info] >> 01E0: 74 69 66 69 63 61 74 65   20 69 73 20 73 75 62 6A  tificate is subj
[info] >> 01F0: 65 63 74 20 74 6F 20 74   68 65 20 4E 65 74 4C 6F  ect to the NetLo
[info] >> 0200: 63 6B 20 43 50 53 20 61   76 61 69 6C 61 62 6C 65  ck CPS available
[info] >> 0210: 20 61 74 20 68 74 74 70   73 3A 2F 2F 77 77 77 2E   at https://www.
[info] >> 0220: 6E 65 74 6C 6F 63 6B 2E   6E 65 74 2F 64 6F 63 73  netlock.net/docs
[info] >> 0230: 20 6F 72 20 62 79 20 65   2D 6D 61 69 6C 20 61 74   or by e-mail at
[info] >> 0240: 20 63 70 73 40 6E 65 74   6C 6F 63 6B 2E 6E 65 74   cps@netlock.net
[info] >> 0250: 2E                                                 .
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:4
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:acedicom_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: C=ES, O=EDICOM, OU=PKI, CN=ACEDICOM Root
[info] >> Issuer: C=ES, O=EDICOM, OU=PKI, CN=ACEDICOM Root
[info] >> Serial number: 618dc7863b018205
[info] >> Valid from: Fri Apr 18 16:24:22 UTC 2008 until: Thu Apr 13 16:24:22 UTC 2028
[info] >> Certificate fingerprints:
[info] >>        MD5:  42:81:A0:E2:1C:E3:55:10:DE:55:89:42:65:96:22:E6
[info] >>        SHA1: E0:B4:32:2E:B2:F6:A5:68:B6:54:53:84:48:18:4A:50:36:87:43:84
[info] >>        SHA256: 03:95:0F:B4:9A:53:1F:3E:19:91:94:23:98:DF:A9:E0:EA:32:D7:BA:1C:DD:9B:C8:5D:B5:7E:D9:40:0B:43:4A
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A6 B3 E1 2B 2B 49 B6 D7   73 A1 AA 94 F5 01 E7 73  ...++I..s......s
[info] >> 0010: 65 4C AC 50                                        eL.P
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.5.29.32.0]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 23 68 74 74 70 3A 2F   2F 61 63 65 64 69 63 6F  .#http://acedico
[info] >> 0010: 6D 2E 65 64 69 63 6F 6D   67 72 6F 75 70 2E 63 6F  m.edicomgroup.co
[info] >> 0020: 6D 2F 64 6F 63                                     m/doc
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A6 B3 E1 2B 2B 49 B6 D7   73 A1 AA 94 F5 01 E7 73  ...++I..s......s
[info] >> 0010: 65 4C AC 50                                        eL.P
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:certsign_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=certSIGN ROOT CA, O=certSIGN, C=RO
[info] &gt;&gt; Issuer: OU=certSIGN ROOT CA, O=certSIGN, C=RO
[info] &gt;&gt; Serial number: 200605167002
[info] &gt;&gt; Valid from: Tue Jul 04 17:20:04 UTC 2006 until: Fri Jul 04 17:20:04 UTC 2031
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  18:98:C0:D6:E9:3A:FC:F9:B0:F5:0C:F7:4B:01:44:17
[info] &gt;&gt;        SHA1: FA:B7:EE:36:97:26:62:FB:2D:B0:2A:F6:BF:03:FD:E8:7C:4B:2F:9B
[info] &gt;&gt;        SHA256: EA:A9:62:C4:FA:4A:6B:AF:EB:E4:15:19:6D:35:1C:CD:88:8D:4F:53:F3:FA:8A:E6:D7:C4:66:A9:4E:60:42:BB
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   DigitalSignature
[info] >>   Non_repudiation
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: E0 8C 9B DB 25 49 B3 F1   7C 86 D6 B2 42 87 0B D0  ....%I......B...
[info] >> 0010: 6B A0 D9 E4                                        k...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_class_2_public_primary_certification_authority_-_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=VeriSign Class 2 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Issuer: CN=VeriSign Class 2 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Serial number: 6170cb498c5f984529e7b0a6d9505b7a
[info] >> Valid from: Fri Oct 01 00:00:00 UTC 1999 until: Wed Jul 16 23:59:59 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  F8:BE:C4:63:22:C9:A8:46:74:8B:B8:1D:1E:4A:2B:F6
[info] >>        SHA1: 61:EF:43:D7:7F:CA:D4:61:51:BC:98:E0:C3:59:12:AF:9F:EB:63:11
[info] >>        SHA256: 92:A9:D9:83:3F:E1:94:4D:B3:66:E8:BF:AE:7A:95:B6:48:0C:2D:6C:6C:2A:1B:E6:5D:42:36:B6:08:FC:A1:BB
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 1
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:go_daddy_root_certificate_authority_-_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US
[info] >> Issuer: CN=Go Daddy Root Certificate Authority - G2, O="GoDaddy.com, Inc.", L=Scottsdale, ST=Arizona, C=US
[info] >> Serial number: 0
[info] >> Valid from: Tue Sep 01 00:00:00 UTC 2009 until: Thu Dec 31 23:59:59 UTC 2037
[info] >> Certificate fingerprints:
[info] >>        MD5:  80:3A:BC:22:C1:E6:FB:8D:9B:3B:27:4A:32:1B:9A:01
[info] >>        SHA1: 47:BE:AB:C9:22:EA:E8:0E:78:78:34:62:A7:9F:45:C2:54:FD:E6:8B
[info] >>        SHA256: 45:14:0B:32:47:EB:9C:C8:C5:B4:F0:D7:B5:30:91:F7:32:92:08:9E:6E:5A:63:E2:74:9D:D3:AC:A9:19:8E:DA
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 3A 9A 85 07 10 67 28 B6   EF F6 BD 05 41 6E 20 C1  :....g(.....An .
[info] >> 0010: 94 DA 0F DE                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:tübitak_uekae_kök_sertifika_hizmet_sağlayıcısı_-_sürüm_3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=TÜBİTAK UEKAE Kök Sertifika Hizmet Sağlayıcısı - Sürüm 3, OU=Kamu Sertifikasyon Merkezi, OU=Ulusal Elektronik ve Kriptoloji Araştırma Enstitüsü - UEKAE, O=Türkiye Bilimsel ve Teknolojik Araştırma Kurumu - TÜBİTAK, L=Gebze - Kocaeli, C=TR
[info] >> Issuer: CN=TÜBİTAK UEKAE Kök Sertifika Hizmet Sağlayıcısı - Sürüm 3, OU=Kamu Sertifikasyon Merkezi, OU=Ulusal Elektronik ve Kriptoloji Araştırma Enstitüsü - UEKAE, O=Türkiye Bilimsel ve Teknolojik Araştırma Kurumu - TÜBİTAK, L=Gebze - Kocaeli, C=TR
[info] >> Serial number: 11
[info] >> Valid from: Fri Aug 24 11:37:07 UTC 2007 until: Mon Aug 21 11:37:07 UTC 2017
[info] >> Certificate fingerprints:
[info] >>        MD5:  ED:41:F5:8C:50:C5:2B:9C:73:E6:EE:6C:EB:C2:A8:26
[info] >>        SHA1: 1B:4B:39:61:26:27:6B:64:91:A2:68:6D:D7:02:43:21:2D:1F:1D:96
[info] >>        SHA256: E4:C7:34:30:D7:A5:B5:09:25:DF:43:37:0A:0D:21:6E:9A:79:B9:D6:DB:83:73:A0:C6:9E:B1:CC:31:C7:C5:2A
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: BD 88 87 C9 8F F6 A4 0A   0B AA EB C5 FE 91 23 9D  ..............#.
[info] >> 0010: AB 4A 8A 32                                        .J.2
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_class_3_public_primary_certification_authority_2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=Class 3 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
[info] >> Issuer: OU=Class 3 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
[info] >> Serial number: 3c9131cb1ff6d01b0e9ab8d044bf12be
[info] >> Valid from: Mon Jan 29 00:00:00 UTC 1996 until: Wed Aug 02 23:59:59 UTC 2028
[info] >> Certificate fingerprints:
[info] &gt;&gt;        MD5:  EF:5A:F1:33:EF:F1:CD:BB:51:02:EE:12:14:4B:96:C4
[info] &gt;&gt;        SHA1: A1:DB:63:93:91:6F:17:E4:18:55:09:40:04:15:C7:02:40:B0:AE:6B
[info] &gt;&gt;        SHA256: A4:B6:B3:99:6F:C2:F3:06:B3:FD:86:81:BD:63:41:3D:8C:50:09:CC:4F:A3:29:C2:CC:F0:E2:FA:1B:14:03:05
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 1
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:global_chambersign_root_-_2008.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU
[info] &gt;&gt; Issuer: CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU
[info] &gt;&gt; Serial number: c9cdd3e9d57d23ce
[info] &gt;&gt; Valid from: Fri Aug 01 12:31:40 UTC 2008 until: Sat Jul 31 12:31:40 UTC 2038
[info] &gt;&gt; Certificate fingerprints:
[info] >>        MD5:  9E:80:FF:78:01:0C:2E:C1:36:BD:FE:96:90:6E:08:F3
[info] >>        SHA1: 4A:BD:EE:EC:95:0D:35:9C:89:AE:C7:52:A1:2C:5B:29:F6:D6:AA:0C
[info] >>        SHA256: 13:63:35:43:93:34:A7:69:80:16:A0:D3:24:DE:72:28:4E:07:9D:7B:52:20:BB:8F:BD:74:78:16:EE:BE:BA:CA
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B9 09 CA 9C 1E DB D3 6C   3A 6B AE ED 54 F1 5B 93  .......l:k..T.[.
[info] >> 0010: 06 35 2E 5E                                        .5.^
[info] >> ]
[info] >> [CN=Global Chambersign Root - 2008, O=AC Camerfirma S.A., SERIALNUMBER=A82743287, L=Madrid (see current address at www.camerfirma.com/address), C=EU]
[info] >> SerialNumber: [    c9cdd3e9 d57d23ce]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:12
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.5.29.32.0]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 1C 68 74 74 70 3A 2F   2F 70 6F 6C 69 63 79 2E  ..http://policy.
[info] >> 0010: 63 61 6D 65 72 66 69 72   6D 61 2E 63 6F 6D        camerfirma.com
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B9 09 CA 9C 1E DB D3 6C   3A 6B AE ED 54 F1 5B 93  .......l:k..T.[.
[info] >> 0010: 06 35 2E 5E                                        .5.^
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:quovadis_root_ca_3_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM
[info] >> Issuer: CN=QuoVadis Root CA 3 G3, O=QuoVadis Limited, C=BM
[info] >> Serial number: 2ef59b0228a7db7affd5a3a9eebd03a0cf126a1d
[info] >> Valid from: Thu Jan 12 20:26:32 UTC 2012 until: Sun Jan 12 20:26:32 UTC 2042
[info] >> Certificate fingerprints:
[info] >>        MD5:  DF:7D:B9:AD:54:6F:68:A1:DF:89:57:03:97:43:B0:D7
[info] >>        SHA1: 48:12:BD:92:3C:A8:C4:39:06:E7:30:6D:27:96:E6:A4:CF:22:2E:7D
[info] >>        SHA256: 88:EF:81:DE:20:2E:B0:18:45:2E:43:F8:64:72:5C:EA:5F:BD:1F:C2:D9:D2:05:73:07:09:C5:D8:B8:69:0F:46
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: C6 17 D0 BC A8 EA 02 43   F2 1B 06 99 5D 2B 90 20  .......C....]+.
[info] >> 0010: B9 D7 9C E4                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:thawte_premium_server_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: EMAILADDRESS=premium-server@thawte.com, CN=Thawte Premium Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA
[info] >> Issuer: EMAILADDRESS=premium-server@thawte.com, CN=Thawte Premium Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA
[info] >> Serial number: 1
[info] >> Valid from: Thu Aug 01 00:00:00 UTC 1996 until: Thu Dec 31 23:59:59 UTC 2020
[info] >> Certificate fingerprints:
[info] >>        MD5:  06:9F:69:79:16:66:90:02:1B:8C:8C:A2:C3:07:6F:3A
[info] >>        SHA1: 62:7F:8D:78:27:65:63:99:D2:7D:7F:90:44:C9:FE:B3:F3:3E:FA:9A
[info] >>        SHA256: AB:70:36:36:5C:71:54:AA:29:C2:C2:9F:5D:41:91:16:3B:16:2A:22:25:01:13:57:D5:6D:07:FF:A7:BC:1F:72
[info] >>        Signature algorithm name: MD5withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:root_ca_generalitat_valenciana.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Root CA Generalitat Valenciana, OU=PKIGVA, O=Generalitat Valenciana, C=ES
[info] >> Issuer: CN=Root CA Generalitat Valenciana, OU=PKIGVA, O=Generalitat Valenciana, C=ES
[info] >> Serial number: 3b45e568
[info] >> Valid from: Fri Jul 06 16:22:47 UTC 2001 until: Thu Jul 01 15:22:47 UTC 2021
[info] >> Certificate fingerprints:
[info] >>        MD5:  2C:8C:17:5E:B1:54:AB:93:17:B5:36:5A:DB:D1:C6:F2
[info] >>        SHA1: A0:73:E5:C5:BD:43:61:0D:86:4C:21:13:0A:85:58:57:CC:9C:EA:46
[info] >>        SHA256: 8C:4E:DF:D0:43:48:F3:22:96:9E:7E:29:A4:CD:4D:CA:00:46:55:06:1C:16:E1:B0:76:42:2E:F3:42:AD:63:0E
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
[info] &gt;&gt; AuthorityInfoAccess [
[info] &gt;&gt;   [
[info] &gt;&gt;    accessMethod: ocsp
[info] &gt;&gt;    accessLocation: URIName: http://ocsp.pki.gva.es
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.35 Criticality=false
[info] &gt;&gt; AuthorityKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 7B 35 D3 40 D2 1C 78 19   66 EF 74 10 28 DC 3E 4F  .5.@..x.f.t.(.&gt;O
[info] &gt;&gt; 0010: B2 78 04 FC                                        .x..
[info] &gt;&gt; ]
[info] &gt;&gt; [CN=Root CA Generalitat Valenciana, OU=PKIGVA, O=Generalitat Valenciana, C=ES]
[info] &gt;&gt; SerialNumber: [    3b45e568]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.32 Criticality=false
[info] &gt;&gt; CertificatePolicies [
[info] &gt;&gt;   [CertificatePolicyId: [1.3.6.1.4.1.8149.2.1.0]
[info] &gt;> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.2
[info] >>   qualifier: 0000: 30 82 01 DA 1E 82 01 D6   00 41 00 75 00 74 00 6F  0........A.u.t.o
[info] >> 0010: 00 72 00 69 00 64 00 61   00 64 00 20 00 64 00 65  .r.i.d.a.d. .d.e
[info] >> 0020: 00 20 00 43 00 65 00 72   00 74 00 69 00 66 00 69  . .C.e.r.t.i.f.i
[info] >> 0030: 00 63 00 61 00 63 00 69   00 F3 00 6E 00 20 00 52  .c.a.c.i...n. .R
[info] >> 0040: 00 61 00 ED 00 7A 00 20   00 64 00 65 00 20 00 6C  .a...z. .d.e. .l
[info] >> 0050: 00 61 00 20 00 47 00 65   00 6E 00 65 00 72 00 61  .a. .G.e.n.e.r.a
[info] >> 0060: 00 6C 00 69 00 74 00 61   00 74 00 20 00 56 00 61  .l.i.t.a.t. .V.a
[info] >> 0070: 00 6C 00 65 00 6E 00 63   00 69 00 61 00 6E 00 61  .l.e.n.c.i.a.n.a
[info] >> 0080: 00 2E 00 0D 00 0A 00 4C   00 61 00 20 00 44 00 65  .......L.a. .D.e
[info] >> 0090: 00 63 00 6C 00 61 00 72   00 61 00 63 00 69 00 F3  .c.l.a.r.a.c.i..
[info] >> 00A0: 00 6E 00 20 00 64 00 65   00 20 00 50 00 72 00 E1  .n. .d.e. .P.r..
[info] >> 00B0: 00 63 00 74 00 69 00 63   00 61 00 73 00 20 00 64  .c.t.i.c.a.s. .d
[info] >> 00C0: 00 65 00 20 00 43 00 65   00 72 00 74 00 69 00 66  .e. .C.e.r.t.i.f
[info] >> 00D0: 00 69 00 63 00 61 00 63   00 69 00 F3 00 6E 00 20  .i.c.a.c.i...n.
[info] >> 00E0: 00 71 00 75 00 65 00 20   00 72 00 69 00 67 00 65  .q.u.e. .r.i.g.e
[info] >> 00F0: 00 20 00 65 00 6C 00 20   00 66 00 75 00 6E 00 63  . .e.l. .f.u.n.c
[info] >> 0100: 00 69 00 6F 00 6E 00 61   00 6D 00 69 00 65 00 6E  .i.o.n.a.m.i.e.n
[info] >> 0110: 00 74 00 6F 00 20 00 64   00 65 00 20 00 6C 00 61  .t.o. .d.e. .l.a
[info] >> 0120: 00 20 00 70 00 72 00 65   00 73 00 65 00 6E 00 74  . .p.r.e.s.e.n.t
[info] >> 0130: 00 65 00 20 00 41 00 75   00 74 00 6F 00 72 00 69  .e. .A.u.t.o.r.i
[info] >> 0140: 00 64 00 61 00 64 00 20   00 64 00 65 00 20 00 43  .d.a.d. .d.e. .C
[info] >> 0150: 00 65 00 72 00 74 00 69   00 66 00 69 00 63 00 61  .e.r.t.i.f.i.c.a
[info] >> 0160: 00 63 00 69 00 F3 00 6E   00 20 00 73 00 65 00 20  .c.i...n. .s.e.
[info] >> 0170: 00 65 00 6E 00 63 00 75   00 65 00 6E 00 74 00 72  .e.n.c.u.e.n.t.r
[info] >> 0180: 00 61 00 20 00 65 00 6E   00 20 00 6C 00 61 00 20  .a. .e.n. .l.a.
[info] >> 0190: 00 64 00 69 00 72 00 65   00 63 00 63 00 69 00 F3  .d.i.r.e.c.c.i..
[info] >> 01A0: 00 6E 00 20 00 77 00 65   00 62 00 20 00 68 00 74  .n. .w.e.b. .h.t
[info] >> 01B0: 00 74 00 70 00 3A 00 2F   00 2F 00 77 00 77 00 77  .t.p.:././.w.w.w
[info] >> 01C0: 00 2E 00 70 00 6B 00 69   00 2E 00 67 00 76 00 61  ...p.k.i...g.v.a
[info] >> 01D0: 00 2E 00 65 00 73 00 2F   00 63 00 70 00 73        ...e.s./.c.p.s
[info] >>
[info] >> ], PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 19 68 74 74 70 3A 2F   2F 77 77 77 2E 70 6B 69  ..http://www.pki
[info] >> 0010: 2E 67 76 61 2E 65 73 2F   63 70 73                 .gva.es/cps
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 7B 35 D3 40 D2 1C 78 19   66 EF 74 10 28 DC 3E 4F  .5.@..x.f.t.(.>O
[info] >> 0010: B2 78 04 FC                                        .x..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:digicert_trusted_root_g4.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Issuer: CN=DigiCert Trusted Root G4, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Serial number: 59b1b579e8e2132e23907bda777755c
[info] >> Valid from: Thu Aug 01 12:00:00 UTC 2013 until: Fri Jan 15 12:00:00 UTC 2038
[info] >> Certificate fingerprints:
[info] >>        MD5:  78:F2:FC:AA:60:1F:2F:B4:EB:C9:37:BA:53:2E:75:49
[info] >>        SHA1: DD:FB:16:CD:49:31:C9:73:A2:03:7D:3F:C8:3A:4D:7D:77:5D:05:E4
[info] >>        SHA256: 55:2F:7B:DC:F1:A7:AF:9E:6C:E6:72:01:7F:4F:12:AB:F7:72:40:C7:8E:76:1A:C2:03:D1:D9:D2:0A:C8:99:88
[info] >>        Signature algorithm name: SHA384withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: EC D7 E3 82 D2 71 5D 64   4C DF 2E 67 3F E7 BA 98  .....q]dL..g?...
[info] >> 0010: AE 1C 0F 4F                                        ...O
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:addtrust_public_services_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=AddTrust Public CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE
[info] >> Issuer: CN=AddTrust Public CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE
[info] >> Serial number: 1
[info] >> Valid from: Tue May 30 10:41:50 UTC 2000 until: Sat May 30 10:41:50 UTC 2020
[info] >> Certificate fingerprints:
[info] >>        MD5:  C1:62:3E:23:C5:82:73:9C:03:59:4B:2B:E9:77:49:7F
[info] >>        SHA1: 2A:B6:28:48:5E:78:FB:F3:AD:9E:79:10:DD:6B:DF:99:72:2C:96:E5
[info] >>        SHA256: 07:91:CA:07:49:B2:07:82:AA:D3:C7:D7:BD:0C:DF:C9:48:58:35:84:3E:B2:D7:99:60:09:CE:43:AB:6C:69:27
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >&gt; 0000: 81 3E 37 D8 92 B0 1F 77   9F 5C B4 AB 73 AA E7 F6  .&gt;7....w.\..s...
[info] &gt;&gt; 0010: 34 60 2F FA                                        4`/.
[info] &gt;&gt; ]
[info] &gt;&gt; [CN=AddTrust Public CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE]
[info] &gt;&gt; SerialNumber: [    01]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.15 Criticality=false
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 81 3E 37 D8 92 B0 1F 77   9F 5C B4 AB 73 AA E7 F6  .&gt;7....w.\..s...
[info] &gt;&gt; 0010: 34 60 2F FA                                        4`/.
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:digicert_global_root_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Issuer: CN=DigiCert Global Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Serial number: 33af1e6a711a9a0bb2864b11d09fae5
[info] >> Valid from: Thu Aug 01 12:00:00 UTC 2013 until: Fri Jan 15 12:00:00 UTC 2038
[info] >> Certificate fingerprints:
[info] >>        MD5:  E4:A6:8A:C8:54:AC:52:42:46:0A:FD:72:48:1B:2A:44
[info] >>        SHA1: DF:3C:24:F9:BF:D6:66:76:1B:26:80:73:FE:06:D1:CC:8D:4F:82:A4
[info] >>        SHA256: CB:3C:CB:B7:60:31:E5:E0:13:8F:8D:D3:9A:23:F9:DE:47:FF:C3:5E:43:C1:14:4C:EA:27:D4:6A:5A:B1:CB:5F
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4E 22 54 20 18 95 E6 E3   6E E6 0F FA FA B9 12 ED  N"T ....n.......
[info] >> 0010: 06 17 8F 39                                        ...9
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:tc_trustcenter_class_2_ca_ii.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=TC TrustCenter Class 2 CA II, OU=TC TrustCenter Class 2 CA, O=TC TrustCenter GmbH, C=DE
[info] >> Issuer: CN=TC TrustCenter Class 2 CA II, OU=TC TrustCenter Class 2 CA, O=TC TrustCenter GmbH, C=DE
[info] >> Serial number: 2e6a000100021fd752212c115c3b
[info] >> Valid from: Thu Jan 12 14:38:43 UTC 2006 until: Wed Dec 31 22:59:59 UTC 2025
[info] >> Certificate fingerprints:
[info] >>        MD5:  CE:78:33:5C:59:78:01:6E:18:EA:B9:36:A0:B9:2E:23
[info] >>        SHA1: AE:50:83:ED:7C:F4:5C:BC:8F:61:C6:21:FE:68:5D:79:42:21:15:6E
[info] >>        SHA256: E6:B8:F8:76:64:85:F8:07:AE:7F:8D:AC:16:70:46:1F:07:C0:A1:3E:EF:3A:1F:F7:17:53:8D:7A:BA:D3:91:B4
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://www.trustcenter.de/crl/v2/tc_class_2_ca_II.crl, URIName: ldap://www.trustcenter.de/CN=TC%20TrustCenter%20Class%202%20CA%20II,O=TC%20TrustCenter%20GmbH,OU=rootcerts,DC=trustcenter,DC=de?certificateRevocationList?base?]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: E3 AB 54 4C 80 A1 DB 56   43 B7 91 4A CB F3 82 7A  ..TL...VC..J...z
[info] >> 0010: 13 5C 08 AB                                        .\..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:comodo_aaa_services_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB
[info] >> Issuer: CN=AAA Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB
[info] >> Serial number: 1
[info] >> Valid from: Thu Jan 01 00:00:00 UTC 2004 until: Sun Dec 31 23:59:59 UTC 2028
[info] >> Certificate fingerprints:
[info] >>        MD5:  49:79:04:B0:EB:87:19:AC:47:B0:BC:11:51:9B:74:D0
[info] >>        SHA1: D1:EB:23:A4:6D:17:D6:8F:D9:25:64:C2:F1:F1:60:17:64:D8:E3:49
[info] >>        SHA256: D7:A7:A0:FB:5D:7E:27:31:D7:71:E9:48:4E:BC:DE:F7:1D:5F:0C:3E:0A:29:48:78:2B:C8:3E:E0:EA:69:9E:F4
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.comodoca.com/AAACertificateServices.crl]
[info] >> , DistributionPoint:
[info] >>      [URIName: http://crl.comodo.net/AAACertificateServices.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A0 11 0A 23 3E 96 F1 07   EC E2 AF 29 EF 82 A5 7F  ...#>......)....
[info] >> 0010: D0 30 A4 B4                                        .0..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:geotrust_primary_certification_authority_-_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US
[info] &gt;&gt; Issuer: CN=GeoTrust Primary Certification Authority - G3, OU=(c) 2008 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US
[info] &gt;&gt; Serial number: 15ac6e9419b2794b41f627a9c3180f1f
[info] &gt;&gt; Valid from: Wed Apr 02 00:00:00 UTC 2008 until: Tue Dec 01 23:59:59 UTC 2037
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  B5:E8:34:36:C9:10:44:58:48:70:6D:2E:83:D4:B8:05
[info] &gt;&gt;        SHA1: 03:9E:ED:B8:0B:E7:A0:3C:69:53:89:3B:20:D2:D9:32:3A:4C:2A:FD
[info] &gt;&gt;        SHA256: B4:78:B8:12:25:0D:F8:78:63:5C:2A:A7:EC:7D:15:5E:AA:62:5E:E8:29:16:E2:CD:29:43:61:88:6C:D1:FB:D4
[info] &gt;&gt;        Signature algorithm name: SHA256withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: C4 79 CA 8E A1 4E 03 1D   1C DC 6B DB 31 5B 94 3E  .y...N....k.1[.>
[info] >> 0010: 3F 30 7F 2D                                        ?0.-
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:globalsign_root_ca_-_r3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3
[info] >> Issuer: CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R3
[info] >> Serial number: 4000000000121585308a2
[info] >> Valid from: Wed Mar 18 10:00:00 UTC 2009 until: Sun Mar 18 10:00:00 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  C5:DF:B8:49:CA:05:13:55:EE:2D:BA:1A:C3:3E:B0:28
[info] >>        SHA1: D6:9B:56:11:48:F0:1C:77:C5:45:78:C1:09:26:DF:5B:85:69:76:AD
[info] >>        SHA256: CB:B5:22:D7:B7:F1:27:AD:6A:01:13:86:5B:DF:1C:D4:10:2E:7D:07:59:AF:63:5A:7C:F4:72:0D:C9:63:C5:3B
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 8F F0 4B 7F A8 2E 45 24   AE 4D 50 FA 63 9A 8B DE  ..K...E$.MP.c...
[info] >> 0010: E2 DD 1B BC                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:turktrust_certificate_services_provider_root_1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: O=(c) 2005 TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş., L=ANKARA, C=TR, CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı
[info] >> Issuer: O=(c) 2005 TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş., L=ANKARA, C=TR, CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı
[info] >> Serial number: 1
[info] >> Valid from: Fri May 13 10:27:17 UTC 2005 until: Sun Mar 22 10:27:17 UTC 2015
[info] >> Certificate fingerprints:
[info] >>        MD5:  F1:6A:22:18:C9:CD:DF:CE:82:1D:1D:B7:78:5C:A9:A5
[info] >>        SHA1: 79:98:A3:08:E1:4D:65:85:E6:C2:1E:15:3A:71:9F:BA:5A:D3:4A:D9
[info] >>        SHA256: 44:04:E3:3B:5E:14:0D:CF:99:80:51:FD:FC:80:28:C7:C8:16:15:C5:EE:73:7B:11:1B:58:82:33:A9:B5:35:A0
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:ca_disig.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=CA Disig, O=Disig a.s., L=Bratislava, C=SK
[info] >> Issuer: CN=CA Disig, O=Disig a.s., L=Bratislava, C=SK
[info] >> Serial number: 1
[info] >> Valid from: Wed Mar 22 01:39:34 UTC 2006 until: Tue Mar 22 01:39:34 UTC 2016
[info] >> Certificate fingerprints:
[info] >>        MD5:  3F:45:96:39:E2:50:87:F7:BB:FE:98:0C:3C:20:98:E6
[info] >>        SHA1: 2A:C8:D5:8B:57:CE:BF:2F:49:AF:F2:FC:76:8F:51:14:62:90:7A:41
[info] >>        SHA256: 92:BF:51:19:AB:EC:CA:D0:B1:33:2D:C4:E1:D0:5F:BA:75:B5:67:90:44:EE:0C:A2:6E:93:1F:74:4F:2F:33:CF
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://www.disig.sk/ca/crl/ca_disig.crl]
[info] >> , DistributionPoint:
[info] >>      [URIName: http://ca.disig.sk/ca/crl/ca_disig.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.3.158.35975946.0.0.0.1.1.1]
[info] >> []  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   RFC822Name: caoperator@disig.sk
[info] >>   URIName: http://www.disig.sk/ca
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 8D B2 49 68 9D 72 08 25   B9 C0 27 F5 50 93 56 48  ..Ih.r.%..'.P.VH
[info] >> 0010: 46 71 F9 8F                                        Fq..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:buypass_class_3_root_ca.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO
[info] &gt;&gt; Issuer: CN=Buypass Class 3 Root CA, O=Buypass AS-983163327, C=NO
[info] &gt;&gt; Serial number: 2
[info] &gt;&gt; Valid from: Tue Oct 26 08:28:58 UTC 2010 until: Fri Oct 26 08:28:58 UTC 2040
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  3D:3B:18:9E:2C:64:5A:E8:D5:88:CE:0E:F9:37:C2:EC
[info] &gt;&gt;        SHA1: DA:FA:F7:FA:66:84:EC:06:8F:14:50:BD:C7:C2:81:A5:BC:A9:64:57
[info] &gt;&gt;        SHA256: ED:F7:EB:BC:A2:7A:2A:38:4D:38:7B:7D:40:10:C6:66:E2:ED:B4:84:3E:4C:29:B4:AE:1D:5B:93:32:E6:B2:4D
[info] &gt;&gt;        Signature algorithm name: SHA256withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 47 B8 CD FF E5 6F EE F8   B2 EC 2F 4E 0E F9 25 B0  G....o..../N..%.
[info] >> 0010: 8E 3C 6B C3                                        .<k.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:e-tugra_certification_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=E-Tugra Certification Authority, OU=E-Tugra Sertifikasyon Merkezi, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., L=Ankara, C=TR
[info] >> Issuer: CN=E-Tugra Certification Authority, OU=E-Tugra Sertifikasyon Merkezi, O=E-Tuğra EBG Bilişim Teknolojileri ve Hizmetleri A.Ş., L=Ankara, C=TR
[info] >> Serial number: 6a683e9c519bcb53
[info] >> Valid from: Tue Mar 05 12:09:48 UTC 2013 until: Fri Mar 03 12:09:48 UTC 2023
[info] >> Certificate fingerprints:
[info] >>        MD5:  B8:A1:03:63:B0:BD:21:71:70:8A:6F:13:3A:BB:79:49
[info] >>        SHA1: 51:C6:E7:08:49:06:6E:F3:92:D4:5C:A0:0D:6D:A3:62:8F:C3:52:39
[info] >>        SHA256: B0:BF:D5:2B:B0:D7:D9:BD:92:BF:5D:4D:C1:3D:A2:55:C0:2C:54:2F:37:83:65:EA:89:39:11:F5:5E:55:F2:3C
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 2E E3 DB B2 49 D0 9C 54   79 5C FA 27 2A FE CC 4E  ....I..Ty\.'*..N
[info] >> 0010: D2 E8 4E 54                                        ..NT
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 2E E3 DB B2 49 D0 9C 54   79 5C FA 27 2A FE CC 4E  ....I..Ty\.'*..N
[info] >> 0010: D2 E8 4E 54                                        ..NT
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:igc_a.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: EMAILADDRESS=igca@sgdn.pm.gouv.fr, CN=IGC/A, OU=DCSSI, O=PM/SGDN, L=Paris, ST=France, C=FR
[info] >> Issuer: EMAILADDRESS=igca@sgdn.pm.gouv.fr, CN=IGC/A, OU=DCSSI, O=PM/SGDN, L=Paris, ST=France, C=FR
[info] >> Serial number: 3911451094
[info] >> Valid from: Fri Dec 13 14:29:23 UTC 2002 until: Sat Oct 17 14:29:22 UTC 2020
[info] >> Certificate fingerprints:
[info] >>        MD5:  0C:7F:DD:6A:F4:2A:B9:C8:9B:BD:20:7E:A9:DB:5C:37
[info] >>        SHA1: 60:D6:89:74:B5:C2:65:9E:8A:0F:C1:88:7C:88:D2:46:69:1B:18:2C
[info] >>        SHA256: B9:BE:A7:86:0A:96:2E:A3:61:1D:AB:97:AB:6D:A3:E2:1C:10:68:B9:7D:55:57:5E:D0:E1:12:79:C1:1C:89:32
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A3 05 2F 18 60 50 C2 89   0A DD 2B 21 4F FF 8E 4E  ../.`P....+!O..N
[info] >> 0010: A8 30 31 36                                        .016
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.2.250.1.121.1.1.1]
[info] >> []  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Non_repudiation
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A3 05 2F 18 60 50 C2 89   0A DD 2B 21 4F FF 8E 4E  ../.`P....+!O..N
[info] >> 0010: A8 30 31 36                                        .016
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_class_1_public_primary_certification_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=Class 1 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
[info] >> Issuer: OU=Class 1 Public Primary Certification Authority, O="VeriSign, Inc.", C=US
[info] >> Serial number: 3f691e819cf09a4af373ffb948a2e4dd
[info] >> Valid from: Mon Jan 29 00:00:00 UTC 1996 until: Wed Aug 02 23:59:59 UTC 2028
[info] >> Certificate fingerprints:
[info] >>        MD5:  86:AC:DE:2B:C5:6D:C3:D9:8C:28:88:D3:8D:16:13:1E
[info] >>        SHA1: CE:6A:64:A3:09:E4:2F:BB:D9:85:1C:45:3E:64:09:EA:E8:7D:60:F1
[info] >>        SHA256: 51:84:7C:8C:BD:2E:9A:72:C9:1E:29:2D:2A:E2:47:D7:DE:1E:3F:D2:70:54:7A:20:EF:7D:61:0F:38:B8:84:2C
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 1
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:comodo_trusted_services_root.pem
[info] >> Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=Trusted Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB
[info] &gt;&gt; Issuer: CN=Trusted Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB
[info] &gt;&gt; Serial number: 1
[info] &gt;&gt; Valid from: Thu Jan 01 00:00:00 UTC 2004 until: Sun Dec 31 23:59:59 UTC 2028
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  91:1B:3F:6E:CD:9E:AB:EE:07:FE:1F:71:D2:B3:61:27
[info] &gt;&gt;        SHA1: E1:9F:E3:0E:8B:84:60:9E:80:9B:17:0D:72:A8:C5:BA:6E:14:09:BD
[info] &gt;&gt;        SHA256: 3F:06:E5:56:81:D4:96:F5:BE:16:9E:B5:38:9F:9F:2B:8F:F6:1E:17:08:DF:68:81:72:48:49:CD:5D:27:CB:69
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.31 Criticality=false
[info] &gt;&gt; CRLDistributionPoints [
[info] &gt;&gt;   [DistributionPoint:
[info] &gt;&gt;      [URIName: http://crl.comodoca.com/TrustedCertificateServices.crl]
[info] >> , DistributionPoint:
[info] >>      [URIName: http://crl.comodo.net/TrustedCertificateServices.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: C5 7B 58 BD ED DA 25 69   D2 F7 59 16 A8 B3 32 C0  ..X...%i..Y...2.
[info] >> 0010: 7B 27 5B F4                                        .'[.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:rsa_security_2048_v3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=RSA Security 2048 V3, O=RSA Security Inc
[info] >> Issuer: OU=RSA Security 2048 V3, O=RSA Security Inc
[info] >> Serial number: a0101010000027c0000000a00000002
[info] >> Valid from: Thu Feb 22 20:39:23 UTC 2001 until: Sun Feb 22 20:39:23 UTC 2026
[info] >> Certificate fingerprints:
[info] >>        MD5:  77:0D:19:B1:21:FD:00:42:9C:3E:0C:A5:DD:0B:02:8E
[info] >>        SHA1: 25:01:90:19:CF:FB:D9:99:1C:B7:68:25:74:8D:94:5F:30:93:95:42
[info] >>        SHA256: AF:8B:67:62:A1:E5:28:22:81:61:A9:5D:5C:55:9E:E2:66:27:8F:75:D7:9E:83:01:89:A5:03:50:6A:BD:6B:4C
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 07 C3 51 30 A4 AA E9 45   AE 35 24 FA FF 24 2C 33  ..Q0...E.5$..$,3
[info] >> 0010: D0 B1 9D 8C                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 07 C3 51 30 A4 AA E9 45   AE 35 24 FA FF 24 2C 33  ..Q0...E.5$..$,3
[info] >> 0010: D0 B1 9D 8C                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:comodo_certification_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB
[info] >> Issuer: CN=COMODO Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB
[info] >> Serial number: 4e812d8a8265e00b02ee3e350246e53d
[info] >> Valid from: Fri Dec 01 00:00:00 UTC 2006 until: Mon Dec 31 23:59:59 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  5C:48:DC:F7:42:72:EC:56:94:6D:1C:CC:71:35:80:75
[info] >>        SHA1: 66:31:BF:9E:F7:4F:9E:B6:C9:D5:A6:0C:BA:6A:BE:D1:F7:BD:EF:7B
[info] >>        SHA256: 0C:2C:D6:3D:F7:80:6F:A3:99:ED:E8:09:11:6B:57:5B:F8:79:89:F0:65:18:F9:80:8C:86:05:03:17:8B:AF:66
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.comodoca.com/COMODOCertificationAuthority.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 0B 58 E5 8B C6 4C 15 37   A4 40 A9 30 A9 21 BE 47  .X...L.7.@.0.!.G
[info] >> 0010: 36 5A 56 FF                                        6ZV.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:addtrust_external_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE
[info] >> Issuer: CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE
[info] >> Serial number: 1
[info] >> Valid from: Tue May 30 10:48:38 UTC 2000 until: Sat May 30 10:48:38 UTC 2020
[info] >> Certificate fingerprints:
[info] >>        MD5:  1D:35:54:04:85:78:B0:3F:42:42:4D:BF:20:73:0A:3F
[info] >>        SHA1: 02:FA:F3:E2:91:43:54:68:60:78:57:69:4D:F5:E4:5B:68:85:18:68
[info] >>        SHA256: 68:7F:A4:51:38:22:78:FF:F0:C8:B1:1F:8D:43:D5:76:67:1C:6E:B2:BC:EA:B4:13:FB:83:D9:65:D0:6D:2F:F2
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: AD BD 98 7A 34 B4 26 F7   FA C4 26 54 EF 03 BD E0  ...z4.&...&T....
[info] >> 0010: 24 CB 54 1A                                        $.T.
[info] >> ]
[info] >> [CN=AddTrust External CA Root, OU=AddTrust External TTP Network, O=AddTrust AB, C=SE]
[info] &gt;&gt; SerialNumber: [    01]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.15 Criticality=false
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: AD BD 98 7A 34 B4 26 F7   FA C4 26 54 EF 03 BD E0  ...z4.&amp;...&amp;T....
[info] &gt;&gt; 0010: 24 CB 54 1A                                        $.T.
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:certum_trusted_network_ca.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL
[info] >> Issuer: CN=Certum Trusted Network CA, OU=Certum Certification Authority, O=Unizeto Technologies S.A., C=PL
[info] >> Serial number: 444c0
[info] >> Valid from: Wed Oct 22 12:07:37 UTC 2008 until: Mon Dec 31 12:07:37 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  D5:E9:81:40:C5:18:69:FC:46:2C:89:75:62:0F:AA:78
[info] >>        SHA1: 07:E0:32:E0:20:B7:2C:3F:19:2F:06:28:A2:59:3A:19:A7:0F:06:9E
[info] >>        SHA256: 5C:58:46:8D:55:F5:8E:49:7E:74:39:82:D2:B5:00:10:B6:D1:65:37:4A:CF:83:A7:D4:A3:2D:B7:68:C4:40:8E
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 08 76 CD CB 07 FF 24 F6   C5 CD ED BB 90 BC E2 84  .v....$.........
[info] >> 0010: 37 46 75 F7                                        7Fu.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:comodo_secure_services_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Secure Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB
[info] >> Issuer: CN=Secure Certificate Services, O=Comodo CA Limited, L=Salford, ST=Greater Manchester, C=GB
[info] >> Serial number: 1
[info] >> Valid from: Thu Jan 01 00:00:00 UTC 2004 until: Sun Dec 31 23:59:59 UTC 2028
[info] >> Certificate fingerprints:
[info] >>        MD5:  D3:D9:BD:AE:9F:AC:67:24:B3:C8:1B:52:E1:B9:A9:BD
[info] >>        SHA1: 4A:65:D5:F4:1D:EF:39:B8:B8:90:4A:4A:D3:64:81:33:CF:C7:A1:D1
[info] >>        SHA256: BD:81:CE:3B:4F:65:91:D1:1A:67:B5:FC:7A:47:FD:EF:25:52:1B:F9:AA:4E:18:B9:E3:DF:2E:34:A7:80:3B:E8
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.comodoca.com/SecureCertificateServices.crl]
[info] >> , DistributionPoint:
[info] >>      [URIName: http://crl.comodo.net/SecureCertificateServices.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 3C D8 93 88 C2 C0 82 09   CC 01 99 06 93 20 E9 9E  <............ ..
[info] >> 0010: 70 09 63 4F                                        p.cO
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:tc_trustcenter_class_3_ca_ii.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=TC TrustCenter Class 3 CA II, OU=TC TrustCenter Class 3 CA, O=TC TrustCenter GmbH, C=DE
[info] >> Issuer: CN=TC TrustCenter Class 3 CA II, OU=TC TrustCenter Class 3 CA, O=TC TrustCenter GmbH, C=DE
[info] >> Serial number: 4a4700010002e5a05dd63f0051bf
[info] >> Valid from: Thu Jan 12 14:41:57 UTC 2006 until: Wed Dec 31 22:59:59 UTC 2025
[info] >> Certificate fingerprints:
[info] >>        MD5:  56:5F:AA:80:61:12:17:F6:67:21:E6:2B:6D:61:56:8E
[info] >>        SHA1: 80:25:EF:F4:6E:70:C8:D4:72:24:65:84:FE:40:3B:8A:8D:6A:DB:F5
[info] >>        SHA256: 8D:A0:84:FC:F9:9C:E0:77:22:F8:9B:32:05:93:98:06:FA:5C:B8:11:E1:C8:13:F6:A1:08:C7:D3:36:B3:40:8E
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://www.trustcenter.de/crl/v2/tc_class_3_ca_II.crl, URIName: ldap://www.trustcenter.de/CN=TC%20TrustCenter%20Class%203%20CA%20II,O=TC%20TrustCenter%20GmbH,OU=rootcerts,DC=trustcenter,DC=de?certificateRevocationList?base?]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: D4 A2 FC 9F B3 C3 D8 03   D3 57 5C 07 A4 D0 24 A7  .........W\...$.
[info] >> 0010: C0 F2 00 D4                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_class_3_public_primary_certification_authority_-_g4.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU=&quot;(c) 2007 VeriSign, Inc. - For authorized use only&quot;, OU=VeriSign Trust Network, O=&quot;VeriSign, Inc.&quot;, C=US
[info] &gt;&gt; Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G4, OU=&quot;(c) 2007 VeriSign, Inc. - For authorized use only&quot;, OU=VeriSign Trust Network, O=&quot;VeriSign, Inc.&quot;, C=US
[info] &gt;&gt; Serial number: 2f80fe238c0e220f486712289187acb3
[info] &gt;&gt; Valid from: Mon Nov 05 00:00:00 UTC 2007 until: Mon Jan 18 23:59:59 UTC 2038
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  3A:52:E1:E7:FD:6F:3A:E3:6F:F3:6F:99:1B:F9:22:41
[info] &gt;&gt;        SHA1: 22:D5:D8:DF:8F:02:31:D1:8D:F7:9D:B7:CF:8A:2D:64:C9:3F:6C:3A
[info] &gt;&gt;        SHA256: 69:DD:D7:EA:90:BB:57:C9:3E:13:5D:C8:5E:A6:FC:D5:48:0B:60:32:39:BD:C4:54:FC:75:8B:2A:26:CF:7F:79
[info] &gt;&gt;        Signature algorithm name: SHA384withECDSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 1.3.6.1.5.5.7.1.12 Criticality=false
[info] &gt;&gt; 0000: 30 5F A1 5D A0 5B 30 59   30 57 30 55 16 09 69 6D  0_.].[0Y0W0U..im
[info] &gt;&gt; 0010: 61 67 65 2F 67 69 66 30   21 30 1F 30 07 06 05 2B  age/gif0!0.0...+
[info] &gt;&gt; 0020: 0E 03 02 1A 04 14 8F E5   D3 1A 86 AC 8D 8E 6B C3  ..............k.
[info] >> 0030: CF 80 6A D4 48 18 2C 7B   19 2E 30 25 16 23 68 74  ..j.H.,...0%.#ht
[info] >> 0040: 74 70 3A 2F 2F 6C 6F 67   6F 2E 76 65 72 69 73 69  tp://logo.verisi
[info] >> 0050: 67 6E 2E 63 6F 6D 2F 76   73 6C 6F 67 6F 2E 67 69  gn.com/vslogo.gi
[info] >> 0060: 66                                                 f
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B3 16 91 FD EE A6 6E E4   B5 2E 49 8F 87 78 81 80  ......n...I..x..
[info] >> 0010: EC E5 B1 B5                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:baltimore_cybertrust_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE
[info] >> Issuer: CN=Baltimore CyberTrust Root, OU=CyberTrust, O=Baltimore, C=IE
[info] >> Serial number: 20000b9
[info] >> Valid from: Fri May 12 18:46:00 UTC 2000 until: Mon May 12 23:59:00 UTC 2025
[info] >> Certificate fingerprints:
[info] >>        MD5:  AC:B6:94:A5:9C:17:E0:D7:91:52:9B:B1:97:06:A6:E4
[info] >>        SHA1: D4:DE:20:D0:5E:66:FC:53:FE:1A:50:88:2C:78:DB:28:52:CA:E4:74
[info] >>        SHA256: 16:AF:57:A9:F6:76:B0:AB:12:60:95:AA:5E:BA:DE:F2:2A:B3:11:19:D6:44:AC:95:CD:4B:93:DB:F3:F2:6A:EB
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:3
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: E5 9D 59 30 82 47 58 CC   AC FA 08 54 36 86 7B 3A  ..Y0.GX....T6..:
[info] >> 0010: B5 04 4D F0                                        ..M.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:staat_der_nederlanden_root_ca_-_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Staat der Nederlanden Root CA - G2, O=Staat der Nederlanden, C=NL
[info] >> Issuer: CN=Staat der Nederlanden Root CA - G2, O=Staat der Nederlanden, C=NL
[info] >> Serial number: 98968c
[info] >> Valid from: Wed Mar 26 11:18:17 UTC 2008 until: Wed Mar 25 11:03:10 UTC 2020
[info] >> Certificate fingerprints:
[info] >>        MD5:  7C:A5:0F:F8:5B:9A:7D:6D:30:AE:54:5A:E3:42:A2:8A
[info] >>        SHA1: 59:AF:82:79:91:86:C7:B4:75:07:CB:CF:03:57:46:EB:04:DD:B7:16
[info] >>        SHA256: 66:8C:83:94:7D:A6:3B:72:4B:EC:E1:74:3C:31:A0:E6:AE:D0:DB:8E:C5:B3:1B:E3:77:BB:78:4F:91:B6:71:6F
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.5.29.32.0]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 31 68 74 74 70 3A 2F   2F 77 77 77 2E 70 6B 69  .1http://www.pki
[info] >> 0010: 6F 76 65 72 68 65 69 64   2E 6E 6C 2F 70 6F 6C 69  overheid.nl/poli
[info] >> 0020: 63 69 65 73 2F 72 6F 6F   74 2D 70 6F 6C 69 63 79  cies/root-policy
[info] >> 0030: 2D 47 32                                           -G2
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 91 68 32 87 15 1D 89 E2   B5 F1 AC 36 28 34 8D 0B  .h2........6(4..
[info] >> 0010: 7C 62 88 EB                                        .b..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:equifax_secure_global_ebusiness_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Equifax Secure Global eBusiness CA-1, O=Equifax Secure Inc., C=US
[info] >> Issuer: CN=Equifax Secure Global eBusiness CA-1, O=Equifax Secure Inc., C=US
[info] >> Serial number: 1
[info] >> Valid from: Mon Jun 21 04:00:00 UTC 1999 until: Sun Jun 21 04:00:00 UTC 2020
[info] >> Certificate fingerprints:
[info] >>        MD5:  8F:5D:77:06:27:C4:98:3C:5B:93:78:E7:D7:7D:9B:CC
[info] >>        SHA1: 7E:78:4A:10:1C:82:65:CC:2D:E1:F1:6D:47:B4:40:CA:D9:0A:19:45
[info] >>        SHA256: 5F:0B:62:EA:B5:E3:53:EA:65:21:65:16:58:FB:B6:53:59:F4:43:28:0A:4A:FB:D1:04:D7:7D:10:F9:F0:4C:07
[info] >>        Signature algorithm name: MD5withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] &gt;&gt; AuthorityKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: BE A8 A0 74 72 50 6B 44   B7 C9 23 D8 FB A8 FF B3  ...trPkD..#.....
[info] &gt;&gt; 0010: 57 6B 68 6C                                        Wkhl
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] &gt;&gt; NetscapeCertType [
[info] &gt;&gt;    SSL CA
[info] &gt;&gt;    S/MIME CA
[info] &gt;&gt;    Object Signing CA]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: BE A8 A0 74 72 50 6B 44   B7 C9 23 D8 FB A8 FF B3  ...trPkD..#.....
[info] &gt;&gt; 0010: 57 6B 68 6C                                        Wkhl
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] >>
[info] >>
[info] >> Alias name: localhost
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: PrivateKeyEntry
[info] >> Certificate chain length: 1
[info] >> Certificate[1]:
[info] >> Owner: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[info] >> Issuer: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[info] >> Serial number: b7e8c15
[info] >> Valid from: Tue Jan 26 07:38:18 UTC 2016 until: Mon Apr 25 07:38:18 UTC 2016
[info] >> Certificate fingerprints:
[info] >>        MD5:  0D:C6:92:48:8C:D8:BA:2E:F0:2F:D8:A6:8F:BF:EA:F4
[info] >>        SHA1: 88:41:A5:77:AF:F8:A0:9E:08:77:8C:4E:D9:20:80:18:66:92:FC:0C
[info] >>        SHA256: DF:E7:64:54:66:0D:AF:1F:F2:3B:BB:97:F8:45:8F:C8:FA:F2:F6:31:63:C1:04:4F:2F:97:95:AB:E5:E1:24:EC
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: F9 3E 0B 40 65 32 47 30   ED 85 2B F5 C8 78 8F BC  .>.@e2G0..+..x..
[info] >> 0010: 78 B2 9F AA                                        x...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:ca_disig_root_r1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=CA Disig Root R1, O=Disig a.s., L=Bratislava, C=SK
[info] >> Issuer: CN=CA Disig Root R1, O=Disig a.s., L=Bratislava, C=SK
[info] >> Serial number: c3039aee50906e28
[info] >> Valid from: Thu Jul 19 09:06:56 UTC 2012 until: Sat Jul 19 09:06:56 UTC 2042
[info] >> Certificate fingerprints:
[info] >>        MD5:  BE:EC:11:93:9A:F5:69:21:BC:D7:C1:C0:67:89:CC:2A
[info] >>        SHA1: 8E:1C:74:F8:A6:20:B9:E5:8A:F4:61:FA:EC:2B:47:56:51:1A:52:C6
[info] >>        SHA256: F9:6F:23:F4:C3:E7:9C:07:7A:46:98:8D:5A:F5:90:06:76:A0:F0:39:CB:64:5D:D1:75:49:B2:16:C8:24:40:CE
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 89 0A B4 38 93 1A E6 AB   EE 9B 91 18 F9 F5 3C 3E  ...8..........<>
[info] >> 0010: 35 D0 D3 82                                        5...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:ee_certification_centre_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: EMAILADDRESS=pki@sk.ee, CN=EE Certification Centre Root CA, O=AS Sertifitseerimiskeskus, C=EE
[info] >> Issuer: EMAILADDRESS=pki@sk.ee, CN=EE Certification Centre Root CA, O=AS Sertifitseerimiskeskus, C=EE
[info] >> Serial number: 5480f9a073ed3f004cca89d8e371e64a
[info] >> Valid from: Sat Oct 30 10:10:30 UTC 2010 until: Tue Dec 17 23:59:59 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  43:5E:88:D4:7D:1A:4A:7E:FD:84:2E:52:EB:01:D4:6F
[info] >>        SHA1: C9:A8:B9:E7:55:80:5E:58:E3:53:77:A7:25:EB:AF:C3:7B:27:CC:D7
[info] >>        SHA256: 3E:84:BA:43:42:90:85:16:E7:75:73:C0:99:2F:09:79:CA:08:4E:46:85:68:1F:F1:95:CC:BA:8A:22:9B:8A:76
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.37 Criticality=false
[info] >> ExtendedKeyUsages [
[info] >>   clientAuth
[info] >>   serverAuth
[info] >>   codeSigning
[info] >>   emailProtection
[info] >>   timeStamping
[info] >>   OCSPSigning
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 12 F2 5A 3E EA 56 1C BF   CD 06 AC F1 F1 25 C9 A9  ..Z>.V.......%..
[info] >> 0010: 4B D4 14 99                                        K...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_universal_root_certification_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Issuer: CN=VeriSign Universal Root Certification Authority, OU="(c) 2008 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Serial number: 401ac46421b31321030ebbe4121ac51d
[info] >> Valid from: Wed Apr 02 00:00:00 UTC 2008 until: Tue Dec 01 23:59:59 UTC 2037
[info] >> Certificate fingerprints:
[info] >>        MD5:  8E:AD:B5:01:AA:4D:81:E4:8C:1D:D1:E1:14:00:95:19
[info] >>        SHA1: 36:79:CA:35:66:87:72:30:4D:30:A5:FB:87:3B:0F:A7:7B:B7:0D:54
[info] >&gt;        SHA256: 23:99:56:11:27:A5:71:25:DE:8C:EF:EA:61:0D:DF:2F:A0:78:B5:C8:06:7F:4E:82:82:90:BF:B8:60:E8:4B:3C
[info] &gt;&gt;        Signature algorithm name: SHA256withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 1.3.6.1.5.5.7.1.12 Criticality=false
[info] &gt;&gt; 0000: 30 5F A1 5D A0 5B 30 59   30 57 30 55 16 09 69 6D  0_.].[0Y0W0U..im
[info] &gt;&gt; 0010: 61 67 65 2F 67 69 66 30   21 30 1F 30 07 06 05 2B  age/gif0!0.0...+
[info] &gt;&gt; 0020: 0E 03 02 1A 04 14 8F E5   D3 1A 86 AC 8D 8E 6B C3  ..............k.
[info] &gt;&gt; 0030: CF 80 6A D4 48 18 2C 7B   19 2E 30 25 16 23 68 74  ..j.H.,...0%.#ht
[info] &gt;&gt; 0040: 74 70 3A 2F 2F 6C 6F 67   6F 2E 76 65 72 69 73 69  tp://logo.verisi
[info] &gt;&gt; 0050: 67 6E 2E 63 6F 6D 2F 76   73 6C 6F 67 6F 2E 67 69  gn.com/vslogo.gi
[info] &gt;&gt; 0060: 66                                                 f
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B6 77 FA 69 48 47 9F 53   12 D5 C2 EA 07 32 76 07  .w.iHG.S.....2v.
[info] >> 0010: D1 97 07 19                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:securetrust_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=SecureTrust CA, O=SecureTrust Corporation, C=US
[info] >> Issuer: CN=SecureTrust CA, O=SecureTrust Corporation, C=US
[info] >> Serial number: cf08e5c0816a5ad427ff0eb271859d0
[info] >> Valid from: Tue Nov 07 19:31:18 UTC 2006 until: Mon Dec 31 19:40:55 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  DC:32:C3:A7:6D:25:57:C7:68:09:9D:EA:2D:A9:A2:D1
[info] >>        SHA1: 87:82:C6:C3:04:35:3B:CF:D2:96:92:D2:59:3E:7D:44:D9:34:FF:11
[info] >>        SHA256: F1:C1:B5:0A:E5:A2:0D:D8:03:0E:C9:F6:BC:24:82:3D:D3:67:B5:25:57:59:B4:E7:1B:61:FC:E9:F7:37:5D:73
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 1.3.6.1.4.1.311.20.2 Criticality=false
[info] >> 0000: 1E 04 00 43 00 41                                  ...C.A
[info] >>
[info] >>
[info] >> #2: ObjectId: 1.3.6.1.4.1.311.21.1 Criticality=false
[info] >> 0000: 02 01 00                                           ...
[info] >>
[info] >>
[info] >> #3: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.securetrust.com/STCA.crl]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 42 32 B6 16 FA 04 FD FE   5D 4B 7A C3 FD F7 4C 40  B2......]Kz...L@
[info] >> 0010: 1D 5A 43 AF                                        .ZC.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:ac_raíz_certicámara_s.a..pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=AC Raíz Certicámara S.A., O=Sociedad Cameral de Certificación Digital - Certicámara S.A., C=CO
[info] >> Issuer: CN=AC Raíz Certicámara S.A., O=Sociedad Cameral de Certificación Digital - Certicámara S.A., C=CO
[info] >> Serial number: 77e52937be015e357f0698ccbec0c
[info] >> Valid from: Mon Nov 27 20:46:29 UTC 2006 until: Tue Apr 02 21:42:02 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  93:2A:3E:F6:FD:23:69:0D:71:20:D4:2B:47:99:2B:A6
[info] >>        SHA1: CB:A1:C5:F8:B0:E3:5E:B8:B9:45:12:D3:F9:34:A2:E9:06:10:D3:36
[info] >>        SHA256: A6:C5:1E:0D:A5:CA:0A:93:09:D2:E4:C0:E4:0C:2A:F9:10:7A:AE:82:03:85:7F:E1:98:E3:E7:69:E3:43:08:5C
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.5.29.32.0]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 1F 68 74 74 70 3A 2F   2F 77 77 77 2E 63 65 72  ..http://www.cer
[info] >> 0010: 74 69 63 61 6D 61 72 61   2E 63 6F 6D 2F 64 70 63  ticamara.com/dpc
[info] >> 0020: 2F                                                 /
[info] >>
[info] >> ], PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.2
[info] >>   qualifier: 0000: 30 4E 1A 4C 4C 69 6D 69   74 61 63 69 6F 6E 65 73  0N.LLimitaciones
[info] >> 0010: 20 64 65 20 67 61 72 61   6E 74 ED 61 73 20 64 65   de garant.as de
[info] >> 0020: 20 65 73 74 65 20 63 65   72 74 69 66 69 63 61 64   este certificad
[info] >> 0030: 6F 20 73 65 20 70 75 65   64 65 6E 20 65 6E 63 6F  o se pueden enco
[info] >> 0040: 6E 74 72 61 72 20 65 6E   20 6C 61 20 44 50 43 2E  ntrar en la DPC.
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: D1 09 D0 E9 D7 CE 79 74   54 F9 3A 30 B3 F4 6D 2C  ......ytT.:0..m,
[info] >> 0010: 03 03 1B 68                                        ...h
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:gte_cybertrust_global_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US
[info] >> Issuer: CN=GTE CyberTrust Global Root, OU="GTE CyberTrust Solutions, Inc.", O=GTE Corporation, C=US
[info] >> Serial number: 1a5
[info] &gt;&gt; Valid from: Thu Aug 13 00:29:00 UTC 1998 until: Mon Aug 13 23:59:00 UTC 2018
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  CA:3D:D3:68:F1:03:5C:D0:32:FA:B8:2B:59:E8:5A:DB
[info] &gt;&gt;        SHA1: 97:81:79:50:D8:1C:96:70:CC:34:D8:09:CF:79:44:31:36:7E:F4:74
[info] &gt;&gt;        SHA256: A5:31:25:18:8D:21:10:AA:96:4B:02:C7:B7:C6:DA:32:03:17:08:94:E5:FB:71:FF:FB:66:67:D5:E6:81:0A:36
[info] &gt;&gt;        Signature algorithm name: MD5withRSA
[info] &gt;&gt;        Version: 1
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:quovadis_root_ca_3.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM
[info] &gt;&gt; Issuer: CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM
[info] &gt;&gt; Serial number: 5c6
[info] &gt;&gt; Valid from: Fri Nov 24 19:11:23 UTC 2006 until: Mon Nov 24 19:06:44 UTC 2031
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  31:85:3C:62:94:97:63:B9:AA:FD:89:4E:AF:6F:E0:CF
[info] &gt;&gt;        SHA1: 1F:49:14:F7:D8:74:95:1D:DD:AE:02:C0:BE:FD:3A:2D:82:75:51:85
[info] >>        SHA256: 18:F1:FC:7F:20:5D:F8:AD:DD:EB:7F:E0:07:DD:57:E3:AF:37:5A:9C:4D:8D:73:54:6B:F4:F1:FE:D1:E1:8D:35
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: F2 C0 13 E0 82 43 3E FB   EE 2F 67 32 96 35 5C DB  .....C>../g2.5\.
[info] >> 0010: B8 CB 02 D0                                        ....
[info] >> ]
[info] >> [CN=QuoVadis Root CA 3, O=QuoVadis Limited, C=BM]
[info] >> SerialNumber: [    05c6]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.3.6.1.4.1.8024.0.3]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.2
[info] >>   qualifier: 0000: 30 81 86 1A 81 83 41 6E   79 20 75 73 65 20 6F 66  0.....Any use of
[info] >> 0010: 20 74 68 69 73 20 43 65   72 74 69 66 69 63 61 74   this Certificat
[info] >> 0020: 65 20 63 6F 6E 73 74 69   74 75 74 65 73 20 61 63  e constitutes ac
[info] >> 0030: 63 65 70 74 61 6E 63 65   20 6F 66 20 74 68 65 20  ceptance of the
[info] >> 0040: 51 75 6F 56 61 64 69 73   20 52 6F 6F 74 20 43 41  QuoVadis Root CA
[info] >> 0050: 20 33 20 43 65 72 74 69   66 69 63 61 74 65 20 50   3 Certificate P
[info] >> 0060: 6F 6C 69 63 79 20 2F 20   43 65 72 74 69 66 69 63  olicy / Certific
[info] >> 0070: 61 74 69 6F 6E 20 50 72   61 63 74 69 63 65 20 53  ation Practice S
[info] >> 0080: 74 61 74 65 6D 65 6E 74   2E                       tatement.
[info] >>
[info] >> ], PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 21 68 74 74 70 3A 2F   2F 77 77 77 2E 71 75 6F  .!http://www.quo
[info] >> 0010: 76 61 64 69 73 67 6C 6F   62 61 6C 2E 63 6F 6D 2F  vadisglobal.com/
[info] >> 0020: 63 70 73                                           cps
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: F2 C0 13 E0 82 43 3E FB   EE 2F 67 32 96 35 5C DB  .....C>../g2.5\.
[info] >> 0010: B8 CB 02 D0                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:wellssecure_public_root_certificate_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=WellsSecure Public Root Certificate Authority, OU=Wells Fargo Bank NA, O=Wells Fargo WellsSecure, C=US
[info] >> Issuer: CN=WellsSecure Public Root Certificate Authority, OU=Wells Fargo Bank NA, O=Wells Fargo WellsSecure, C=US
[info] >> Serial number: 1
[info] >> Valid from: Thu Dec 13 17:07:54 UTC 2007 until: Wed Dec 14 00:07:54 UTC 2022
[info] >> Certificate fingerprints:
[info] >>        MD5:  15:AC:A5:C2:92:2D:79:BC:E8:7F:CB:67:ED:02:CF:36
[info] >>        SHA1: E7:B4:F6:9D:61:EC:90:69:DB:7E:90:A7:40:1A:3C:F4:7D:4F:E8:EE
[info] >>        SHA256: A7:12:72:AE:AA:A3:CF:E8:72:7F:7F:B3:9F:0F:B3:D1:E5:42:6E:90:60:B0:6E:E6:F1:3E:9A:3C:58:33:CD:43
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 26 95 19 10 D9 E8 A1 97   91 FF DC 19 D9 B5 04 3E  &..............>
[info] >> 0010: D2 73 0A 6A                                        .s.j
[info] >> ]
[info] >> [CN=WellsSecure Public Root Certificate Authority, OU=Wells Fargo Bank NA, O=Wells Fargo WellsSecure, C=US]
[info] >> SerialNumber: [    01]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.pki.wellsfargo.com/wsprca.crl]
[info] >> ]]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Non_repudiation
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 26 95 19 10 D9 E8 A1 97   91 FF DC 19 D9 B5 04 3E  &..............>
[info] >> 0010: D2 73 0A 6A                                        .s.j
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:digicert_assured_id_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Issuer: CN=DigiCert Assured ID Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Serial number: ce7e0e517d846fe8fe560fc1bf03039
[info] >> Valid from: Fri Nov 10 00:00:00 UTC 2006 until: Mon Nov 10 00:00:00 UTC 2031
[info] >> Certificate fingerprints:
[info] >>        MD5:  87:CE:0B:7B:2A:0E:49:00:E1:58:71:9B:37:A8:93:72
[info] >>        SHA1: 05:63:B8:63:0D:62:D7:5A:BB:C8:AB:1E:4B:DF:B5:A8:99:B2:4D:43
[info] &gt;&gt;        SHA256: 3E:90:99:B5:01:5E:8F:48:6C:00:BC:EA:9D:11:1E:E7:21:FA:BA:35:5A:89:BC:F1:DF:69:56:1E:3D:C6:32:5C
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.35 Criticality=false
[info] &gt;&gt; AuthorityKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 45 EB A2 AF F4 92 CB 82   31 2D 51 8B A7 A7 21 9D  E.......1-Q...!.
[info] &gt;&gt; 0010: F3 6D C8 0F                                        .m..
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   DigitalSignature
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 45 EB A2 AF F4 92 CB 82   31 2D 51 8B A7 A7 21 9D  E.......1-Q...!.
[info] >> 0010: F3 6D C8 0F                                        .m..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:digicert_assured_id_root_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Issuer: CN=DigiCert Assured ID Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Serial number: ba15afa1ddfa0b54944afcd24a06cec
[info] >> Valid from: Thu Aug 01 12:00:00 UTC 2013 until: Fri Jan 15 12:00:00 UTC 2038
[info] >> Certificate fingerprints:
[info] >>        MD5:  7C:7F:65:31:0C:81:DF:8D:BA:3E:99:E2:5C:AD:6E:FB
[info] >>        SHA1: F5:17:A2:4F:9A:48:C6:C9:F8:A2:00:26:9F:DC:0F:48:2C:AB:30:89
[info] >>        SHA256: 7E:37:CB:8B:4C:47:09:0C:AB:36:55:1B:A6:F4:5D:B8:40:68:0F:BA:16:6A:95:2D:B1:00:71:7F:43:05:3F:C2
[info] >>        Signature algorithm name: SHA384withECDSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: CB D0 BD A9 E1 98 05 51   A1 4D 37 A2 83 79 CE 8D  .......Q.M7..y..
[info] >> 0010: 1D 2A E4 84                                        .*..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:epki_root_certification_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW
[info] >> Issuer: OU=ePKI Root Certification Authority, O="Chunghwa Telecom Co., Ltd.", C=TW
[info] >> Serial number: 15c8bd65475cafb897005ee406d2bc9d
[info] >> Valid from: Mon Dec 20 02:31:27 UTC 2004 until: Wed Dec 20 02:31:27 UTC 2034
[info] >> Certificate fingerprints:
[info] >>        MD5:  1B:2E:00:CA:26:06:90:3D:AD:FE:6F:15:68:D3:6B:B3
[info] >>        SHA1: 67:65:0D:F1:7E:8E:7E:5B:82:40:A4:F4:56:4B:CF:E2:3D:69:C6:F0
[info] >>        SHA256: C0:A6:F4:DC:63:A2:4B:FD:CF:54:EF:2A:6A:08:2A:0A:72:DE:35:80:3E:2F:F5:FF:52:7A:E5:D8:72:06:DF:D5
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.23.42.7.0 Criticality=false
[info] >> 0000: 30 2F 30 2D 02 01 00 30   09 06 05 2B 0E 03 02 1A  0/0-...0...+....
[info] >> 0010: 05 00 30 07 06 05 67 2A   03 00 00 04 14 45 B0 C2  ..0...g*.....E..
[info] >> 0020: C7 0A 56 7C EE 5B 78 0C   95 F9 18 53 C1 A6 1C D8  ..V..[x....S....
[info] >> 0030: 10                                                 .
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 1E 0C F7 B6 67 F2 E1 92   26 09 45 C0 55 39 2E 77  ....g...&.E.U9.w
[info] >> 0010: 3F 42 4A A2                                        ?BJ.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:swisscom_root_ca_1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Swisscom Root CA 1, OU=Digital Certificate Services, O=Swisscom, C=ch
[info] >> Issuer: CN=Swisscom Root CA 1, OU=Digital Certificate Services, O=Swisscom, C=ch
[info] >> Serial number: 5c0b855c0be75941df57cc3f7f9da836
[info] >> Valid from: Thu Aug 18 12:06:20 UTC 2005 until: Mon Aug 18 22:06:20 UTC 2025
[info] >> Certificate fingerprints:
[info] >>        MD5:  F8:38:7C:77:88:DF:2C:16:68:2E:C2:E2:52:4B:B8:F9
[info] >>        SHA1: 5F:3A:FC:0A:8B:64:F6:86:67:34:74:DF:7E:A9:A2:FE:F9:FA:7A:51
[info] >>        SHA256: 21:DB:20:12:36:60:BB:2E:D4:18:20:5D:A1:1E:E7:A8:5A:65:E2:BC:6E:55:B5:AF:7E:78:99:C8:A2:66:D9:2E
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 03 25 2F DE 6F 82 01 3A   5C 2C DC 2B A1 69 B5 67  .%/.o..:\,.+.i.g
[info] >> 0010: D4 8C D3 FD                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:7
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.33 Criticality=false
[info] >> PolicyMappings [
[info] >> [CertificatePolicyMap: [
[info] >> IssuerDomain:CertificatePolicyId: [2.16.756.1.83.0.1]
[info] >> SubjectDomain:CertificatePolicyId: [2.16.756.1.83.0.1]
[info] >> ]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 03 25 2F DE 6F 82 01 3A   5C 2C DC 2B A1 69 B5 67  .%/.o..:\,.+.i.g
[info] &gt;&gt; 0010: D4 8C D3 FD                                        ....
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:security_communication_root_ca.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: OU=Security Communication RootCA1, O=SECOM Trust.net, C=JP
[info] &gt;&gt; Issuer: OU=Security Communication RootCA1, O=SECOM Trust.net, C=JP
[info] &gt;&gt; Serial number: 0
[info] &gt;&gt; Valid from: Tue Sep 30 04:20:49 UTC 2003 until: Sat Sep 30 04:20:49 UTC 2023
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  F1:BC:63:6A:54:E0:B5:27:F5:CD:E7:1A:E3:4D:6E:4A
[info] &gt;&gt;        SHA1: 36:B1:2B:49:F9:81:9E:D7:4C:9E:BC:38:0F:C6:56:8F:5D:AC:B2:F7
[info] &gt;&gt;        SHA256: E7:5E:72:ED:9F:56:0E:EC:6E:B4:80:00:73:A4:3F:C3:AD:19:19:5A:39:22:82:01:78:95:97:4A:99:02:6B:6C
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A0 73 49 99 68 DC 85 5B   65 E3 9B 28 2F 57 9F BD  .sI.h..[e..(/W..
[info] >> 0010: 33 BC 07 48                                        3..H
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:digital_signature_trust_co._global_ca_1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=DSTCA E1, O=Digital Signature Trust Co., C=US
[info] >> Issuer: OU=DSTCA E1, O=Digital Signature Trust Co., C=US
[info] >> Serial number: 36701596
[info] >> Valid from: Thu Dec 10 18:10:23 UTC 1998 until: Mon Dec 10 18:40:23 UTC 2018
[info] >> Certificate fingerprints:
[info] >>        MD5:  25:7A:BA:83:2E:B6:A2:0B:DA:FE:F5:02:0F:08:D7:AD
[info] >>        SHA1: 81:96:8B:3A:EF:1C:DC:70:F5:FA:32:69:C2:92:A3:63:5B:D1:23:D3
[info] >>        SHA256: 63:04:19:AE:C4:78:CB:B4:BB:80:83:DE:9D:9C:F2:79:75:2F:03:9D:EF:16:E4:64:71:B6:79:CA:93:00:2D:B0
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 1.2.840.113533.7.65.0 Criticality=false
[info] >> 0000: 30 0A 1B 04 56 34 2E 30   03 02 04 90              0...V4.0....
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 6A 79 7E 91 69 46 18 13   0A 02 77 A5 59 5B 60 98  jy..iF....w.Y[`.
[info] >> 0010: 25 0E A2 F8                                        %...
[info] >> ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [CN=CRL1, OU=DSTCA E1, O=Digital Signature Trust Co., C=US]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >> #7: ObjectId: 2.5.29.16 Criticality=false
[info] >> PrivateKeyUsage: [
[info] >> From: Thu Dec 10 18:10:23 UTC 1998, To: Mon Dec 10 18:10:23 UTC 2018]
[info] >>
[info] >> #8: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 6A 79 7E 91 69 46 18 13   0A 02 77 A5 59 5B 60 98  jy..iF....w.Y[`.
[info] >> 0010: 25 0E A2 F8                                        %...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:cybertrust_global_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Cybertrust Global Root, O="Cybertrust, Inc"
[info] >> Issuer: CN=Cybertrust Global Root, O="Cybertrust, Inc"
[info] >> Serial number: 400000000010f85aa2d48
[info] >> Valid from: Fri Dec 15 08:00:00 UTC 2006 until: Wed Dec 15 08:00:00 UTC 2021
[info] >> Certificate fingerprints:
[info] >>        MD5:  72:E4:4A:87:E3:69:40:80:77:EA:BC:E3:F4:FF:F0:E1
[info] >>        SHA1: 5F:43:E5:B1:BF:F8:78:8C:AC:1C:C7:CA:4A:9A:C6:22:2B:CC:34:C6
[info] >>        SHA256: 96:0A:DF:00:63:E9:63:56:75:0C:29:65:DD:0A:08:67:DA:0B:9C:BD:6E:77:71:4A:EA:FB:23:49:AB:39:3D:A3
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B6 08 7B 0D 7A CC AC 20   4C 86 56 32 5E CF AB 6E  ....z.. L.V2^..n
[info] >> 0010: 85 2D 70 57                                        .-pW
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://www2.public-trust.com/crl/ct/ctroot.crl]
[info] >> ]]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B6 08 7B 0D 7A CC AC 20   4C 86 56 32 5E CF AB 6E  ....z.. L.V2^..n
[info] >> 0010: 85 2D 70 57                                        .-pW
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_class_3_public_primary_certification_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >&gt;
[info] &gt;&gt; Owner: OU=Class 3 Public Primary Certification Authority, O=&quot;VeriSign, Inc.&quot;, C=US
[info] &gt;&gt; Issuer: OU=Class 3 Public Primary Certification Authority, O=&quot;VeriSign, Inc.&quot;, C=US
[info] &gt;&gt; Serial number: 70bae41d10d92934b638ca7b03ccbabf
[info] &gt;&gt; Valid from: Mon Jan 29 00:00:00 UTC 1996 until: Tue Aug 01 23:59:59 UTC 2028
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  10:FC:63:5D:F6:26:3E:0D:F3:25:BE:5F:79:CD:67:67
[info] &gt;&gt;        SHA1: 74:2C:31:92:E6:07:E4:24:EB:45:49:54:2B:E1:BB:C5:3E:61:74:E2
[info] &gt;&gt;        SHA256: E7:68:56:34:EF:AC:F6:9A:CE:93:9A:6B:25:5B:7B:4F:AB:EF:42:93:5B:50:A2:65:AC:B5:CB:60:27:E4:4E:70
[info] &gt;&gt;        Signature algorithm name: MD2withRSA
[info] &gt;&gt;        Version: 1
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:wosign.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=Certification Authority of WoSign, O=WoSign CA Limited, C=CN
[info] &gt;&gt; Issuer: CN=Certification Authority of WoSign, O=WoSign CA Limited, C=CN
[info] &gt;&gt; Serial number: 5e68d61171946350560068f33ec9c591
[info] >> Valid from: Sat Aug 08 01:00:01 UTC 2009 until: Mon Aug 08 01:00:01 UTC 2039
[info] >> Certificate fingerprints:
[info] >>        MD5:  A1:F2:F9:B5:D2:C8:7A:74:B8:F3:05:F1:D7:E1:84:8D
[info] >>        SHA1: B9:42:94:BF:91:EA:8F:B6:4B:E6:10:97:C7:FB:00:13:59:B6:76:CB
[info] >>        SHA256: 4B:22:D5:A6:AE:C9:9F:3C:DB:79:AA:5E:C0:68:38:47:9C:D5:EC:BA:71:64:F7:F2:2D:C1:D6:5F:63:D8:57:08
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: E1 66 CF 0E D1 F1 B3 4B   B7 06 20 14 FE 87 12 D5  .f.....K.. .....
[info] >> 0010: F6 FE FB 3E                                        ...>
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:comsign_secured_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: C=IL, O=ComSign, CN=ComSign Secured CA
[info] >> Issuer: C=IL, O=ComSign, CN=ComSign Secured CA
[info] >> Serial number: c7284709b3b86c458c1dfa24f5364ee9
[info] >> Valid from: Wed Mar 24 11:37:20 UTC 2004 until: Fri Mar 16 15:04:56 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  40:01:25:06:8D:21:43:6A:0E:43:00:9C:E7:43:F3:D5
[info] >>        SHA1: F9:CD:0E:2C:DA:76:24:C1:8F:BD:F0:F0:AB:B6:45:B8:F7:FE:D5:7A
[info] >>        SHA256: 50:79:41:C7:44:60:A0:B4:70:86:22:0D:4E:99:32:57:2A:B5:D1:B5:BB:CB:89:80:AB:1C:B1:76:51:A8:44:D2
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: C1 4B ED 70 B6 F7 3E 7C   00 3B 00 8F C7 3E 0E 45  .K.p..>..;...>.E
[info] >> 0010: 9F 1E 5D EC                                        ..].
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://fedir.comsign.co.il/crl/ComSignSecuredCA.crl]
[info] >> ]]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: C1 4B ED 70 B6 F7 3E 7C   00 3B 00 8F C7 3E 0E 45  .K.p..>..;...>.E
[info] >> 0010: 9F 1E 5D EC                                        ..].
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_class_2_public_primary_certification_authority_-_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 2 Public Primary Certification Authority - G2, O="VeriSign, Inc.", C=US
[info] >> Issuer: OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 2 Public Primary Certification Authority - G2, O="VeriSign, Inc.", C=US
[info] >> Serial number: b92f60cc889fa17a4609b85b706c8aaf
[info] >> Valid from: Mon May 18 00:00:00 UTC 1998 until: Tue Aug 01 23:59:59 UTC 2028
[info] >> Certificate fingerprints:
[info] >>        MD5:  2D:BB:E5:25:D3:D1:65:82:3A:B7:0E:FA:E6:EB:E2:E1
[info] >>        SHA1: B3:EA:C4:47:76:C9:C8:1C:EA:F2:9D:95:B6:CC:A0:08:1B:67:EC:9D
[info] >>        SHA256: 3A:43:E2:20:FE:7F:3E:A9:65:3D:1E:21:74:2E:AC:2B:75:C2:0F:D8:98:03:05:BC:50:2C:AF:8C:2D:9B:41:A1
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 1
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:geotrust_universal_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US
[info] >> Issuer: CN=GeoTrust Universal CA, O=GeoTrust Inc., C=US
[info] >> Serial number: 1
[info] >> Valid from: Thu Mar 04 05:00:00 UTC 2004 until: Sun Mar 04 05:00:00 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  92:65:58:8B:A2:1A:31:72:73:68:5C:B4:A5:7A:07:48
[info] >>        SHA1: E6:21:F3:35:43:79:05:9A:4B:68:30:9D:8A:2F:74:22:15:87:EC:79
[info] >>        SHA256: A0:45:9B:9F:63:B2:25:59:F5:FA:5D:4C:6D:B3:F9:F7:2F:F1:93:42:03:35:78:F0:73:BF:1D:1B:46:CB:B9:12
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: DA BB 2E AA B0 0C B8 88   26 51 74 5C 6D 03 D3 C0  ........&Qt\m...
[info] >> 0010: D8 8F 7A D6                                        ..z.
[info] >> ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   DigitalSignature
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: DA BB 2E AA B0 0C B8 88   26 51 74 5C 6D 03 D3 C0  ........&amp;Qt\m...
[info] &gt;&gt; 0010: D8 8F 7A D6                                        ..z.
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:go_daddy_class_2_ca.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: OU=Go Daddy Class 2 Certification Authority, O=&quot;The Go Daddy Group, Inc.&quot;, C=US
[info] &gt;&gt; Issuer: OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US
[info] >> Serial number: 0
[info] >> Valid from: Tue Jun 29 17:06:20 UTC 2004 until: Thu Jun 29 17:06:20 UTC 2034
[info] >> Certificate fingerprints:
[info] >>        MD5:  91:DE:06:25:AB:DA:FD:32:17:0C:BB:25:17:2A:84:67
[info] >>        SHA1: 27:96:BA:E6:3F:18:01:E2:77:26:1B:A0:D7:77:70:02:8F:20:EE:E4
[info] >>        SHA256: C3:84:6B:F2:4B:9E:93:CA:64:27:4C:0E:C6:7C:1E:CC:5E:02:4F:FC:AC:D2:D7:40:19:35:0E:81:FE:54:6A:E4
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: D2 C4 B0 D2 91 D4 4C 11   71 B3 61 CB 3D A1 FE DD  ......L.q.a.=...
[info] >> 0010: A8 6A D4 E3                                        .j..
[info] >> ]
[info] >> [OU=Go Daddy Class 2 Certification Authority, O="The Go Daddy Group, Inc.", C=US]
[info] >> SerialNumber: [    00]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: D2 C4 B0 D2 91 D4 4C 11   71 B3 61 CB 3D A1 FE DD  ......L.q.a.=...
[info] >> 0010: A8 6A D4 E3                                        .j..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:d-trust_root_class_3_ca_2_2009.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE
[info] >> Issuer: CN=D-TRUST Root Class 3 CA 2 2009, O=D-Trust GmbH, C=DE
[info] >> Serial number: 983f3
[info] >> Valid from: Thu Nov 05 08:35:58 UTC 2009 until: Mon Nov 05 08:35:58 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  CD:E0:25:69:8D:47:AC:9C:89:35:90:F7:FD:51:3D:2F
[info] >>        SHA1: 58:E8:AB:B0:36:15:33:FB:80:F7:9B:1B:6D:29:D3:FF:8D:5F:00:F0
[info] >>        SHA256: 49:E7:A4:42:AC:F0:EA:62:87:05:00:54:B5:25:64:B6:50:E4:F4:9E:42:E3:48:D6:AA:38:E0:39:E9:57:B1:C1
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist]
[info] >> , DistributionPoint:
[info] >>      [URIName: http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_2009.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: FD DA 14 C4 9F 30 DE 21   BD 1E 42 39 FC AB 63 23  .....0.!..B9..c#
[info] >> 0010: 49 E0 F1 84                                        I...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:geotrust_primary_certification_authority_-_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US
[info] >> Issuer: CN=GeoTrust Primary Certification Authority - G2, OU=(c) 2007 GeoTrust Inc. - For authorized use only, O=GeoTrust Inc., C=US
[info] >> Serial number: 3cb2f4480a00e2feeb243b5e603ec36b
[info] >> Valid from: Mon Nov 05 00:00:00 UTC 2007 until: Mon Jan 18 23:59:59 UTC 2038
[info] >> Certificate fingerprints:
[info] >>        MD5:  01:5E:D8:6B:BD:6F:3D:8E:A1:31:F8:12:E0:98:73:6A
[info] >>        SHA1: 8D:17:84:D5:37:F3:03:7D:EC:70:FE:57:8B:51:9A:99:E6:10:D7:B0
[info] >>        SHA256: 5E:DB:7A:C4:3B:82:A0:6A:87:61:E8:D7:BE:49:79:EB:F2:61:1F:7D:D7:9B:F9:1C:1C:6B:56:6A:21:9E:D7:66
[info] >>        Signature algorithm name: SHA384withECDSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 15 5F 35 57 51 55 FB 25   B2 AD 03 69 FC 01 A3 FA  ._5WQU.%...i....
[info] >> 0010: BE 11 55 D5                                        ..U.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:oiste_wisekey_global_root_ga_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=OISTE WISeKey Global Root GA CA, OU=OISTE Foundation Endorsed, OU=Copyright (c) 2005, O=WISeKey, C=CH
[info] >> Issuer: CN=OISTE WISeKey Global Root GA CA, OU=OISTE Foundation Endorsed, OU=Copyright (c) 2005, O=WISeKey, C=CH
[info] &gt;&gt; Serial number: 413d72c7f46b1f81437df1d22854df9a
[info] &gt;&gt; Valid from: Sun Dec 11 16:03:44 UTC 2005 until: Fri Dec 11 16:09:51 UTC 2037
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  BC:6C:51:33:A7:E9:D3:66:63:54:15:72:1B:21:92:93
[info] &gt;&gt;        SHA1: 59:22:A1:E1:5A:EA:16:35:21:F8:98:39:6A:46:46:B0:44:1B:0F:A9
[info] &gt;&gt;        SHA256: 41:C9:23:86:6A:B4:CA:D6:B7:AD:57:80:81:58:2E:02:07:97:A6:CB:DF:4F:FF:78:CE:83:96:B3:89:37:D7:F5
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 1.3.6.1.4.1.311.21.1 Criticality=false
[info] &gt;&gt; 0000: 02 01 00                                           ...
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.15 Criticality=false
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   DigitalSignature
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B3 03 7E AE 36 BC B0 79   D1 DC 94 26 B6 11 BE 21  ....6..y...&...!
[info] >> 0010: B2 69 86 94                                        .i..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:swisssign_silver_ca_-_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH
[info] >> Issuer: CN=SwissSign Silver CA - G2, O=SwissSign AG, C=CH
[info] >> Serial number: 4f1bd42f54bb2f4b
[info] >> Valid from: Wed Oct 25 08:32:46 UTC 2006 until: Sat Oct 25 08:32:46 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  E0:06:A1:C9:7D:CF:C9:FC:0D:C0:56:75:96:D8:62:13
[info] >>        SHA1: 9B:AA:E5:9F:56:EE:21:CB:43:5A:BE:25:93:DF:A7:F0:40:D1:1D:CB
[info] >>        SHA256: BE:6C:4D:A2:BB:B9:BA:59:B6:F3:93:97:68:37:42:46:C3:C0:05:99:3F:A9:8F:02:0D:1D:ED:BE:D4:8A:81:D5
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 17 A0 CD C1 E4 41 B6 3A   5B 3B CB 45 9D BD 1C C2  .....A.:[;.E....
[info] >> 0010: 98 FA 86 58                                        ...X
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.16.756.1.89.1.3.1.1]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 20 68 74 74 70 3A 2F   2F 72 65 70 6F 73 69 74  . http://reposit
[info] >> 0010: 6F 72 79 2E 73 77 69 73   73 73 69 67 6E 2E 63 6F  ory.swisssign.co
[info] >> 0020: 6D 2F                                              m/
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 17 A0 CD C1 E4 41 B6 3A   5B 3B CB 45 9D BD 1C C2  .....A.:[;.E....
[info] >> 0010: 98 FA 86 58                                        ...X
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:globalsign_root_ca_-_r2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2
[info] >> Issuer: CN=GlobalSign, O=GlobalSign, OU=GlobalSign Root CA - R2
[info] >> Serial number: 400000000010f8626e60d
[info] >> Valid from: Fri Dec 15 08:00:00 UTC 2006 until: Wed Dec 15 08:00:00 UTC 2021
[info] >> Certificate fingerprints:
[info] >>        MD5:  94:14:77:7E:3E:5E:FD:8F:30:BD:41:B0:CF:E7:D0:30
[info] >>        SHA1: 75:E0:AB:B6:13:85:12:27:1C:04:F8:5F:DD:DE:38:E4:B7:24:2E:FE
[info] >>        SHA256: CA:42:DD:41:74:5F:D0:B8:1E:B9:02:36:2C:F9:D8:BF:71:9D:A1:BD:1B:1E:FC:94:6F:5B:4C:99:F4:2C:1B:9E
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 9B E2 07 57 67 1C 1E C0   6A 06 DE 59 B4 9A 2D DF  ...Wg...j..Y..-.
[info] >> 0010: DC 19 86 2E                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.globalsign.net/root-r2.crl]
[info] >> ]]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 9B E2 07 57 67 1C 1E C0   6A 06 DE 59 B4 9A 2D DF  ...Wg...j..Y..-.
[info] >> 0010: DC 19 86 2E                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:addtrust_qualified_certificates_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE
[info] >> Issuer: CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE
[info] >> Serial number: 1
[info] >> Valid from: Tue May 30 10:44:50 UTC 2000 until: Sat May 30 10:44:50 UTC 2020
[info] >> Certificate fingerprints:
[info] >>        MD5:  27:EC:39:47:CD:DA:5A:AF:E2:9A:01:65:21:A9:4C:BB
[info] >>        SHA1: 4D:23:78:EC:91:95:39:B5:00:7F:75:8F:03:3B:21:1E:C5:4D:8B:CF
[info] >>        SHA256: 80:95:21:08:05:DB:4B:BC:35:5E:44:28:D8:FD:6E:C2:CD:E3:AB:5F:B9:7A:99:42:98:8E:B8:F4:DC:D0:60:16
[info] >>        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.35 Criticality=false
[info] &gt;&gt; AuthorityKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 39 95 8B 62 8B 5C C9 D4   80 BA 58 0F 97 3F 15 08  9..b.\....X..?..
[info] &gt;&gt; 0010: 43 CC 98 A7                                        C...
[info] &gt;&gt; ]
[info] &gt;&gt; [CN=AddTrust Qualified CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE]
[info] &gt;&gt; SerialNumber: [    01]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.15 Criticality=false
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 39 95 8B 62 8B 5C C9 D4   80 BA 58 0F 97 3F 15 08  9..b.\....X..?..
[info] &gt;&gt; 0010: 43 CC 98 A7                                        C...
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:cnnic_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=CNNIC ROOT, O=CNNIC, C=CN
[info] >> Issuer: CN=CNNIC ROOT, O=CNNIC, C=CN
[info] >> Serial number: 49330001
[info] >> Valid from: Mon Apr 16 07:09:14 UTC 2007 until: Fri Apr 16 07:09:14 UTC 2027
[info] >> Certificate fingerprints:
[info] >>        MD5:  21:BC:82:AB:49:C4:13:3B:4B:B2:2B:5C:6B:90:9C:19
[info] >>        SHA1: 8B:AF:4C:9B:1D:F0:2A:92:F7:DA:12:8E:B9:1B:AC:F4:98:60:4B:6F
[info] >>        SHA256: E2:83:93:77:3D:A8:45:A6:79:F2:08:0C:C7:FB:44:A3:B7:A1:C3:79:2C:B7:EB:77:29:FD:CB:6A:8D:99:AE:A7
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 65 F2 31 AD 2A F7 F7 DD   52 96 0A C7 02 C1 0E EF  e.1.*...R.......
[info] >> 0010: A6 D5 3B 11                                        ..;.
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Non_repudiation
[info] >>   Key_Encipherment
[info] >>   Data_Encipherment
[info] >>   Key_Agreement
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 65 F2 31 AD 2A F7 F7 DD   52 96 0A C7 02 C1 0E EF  e.1.*...R.......
[info] >> 0010: A6 D5 3B 11                                        ..;.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:deutsche_telekom_root_ca_2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE
[info] >> Issuer: CN=Deutsche Telekom Root CA 2, OU=T-TeleSec Trust Center, O=Deutsche Telekom AG, C=DE
[info] >> Serial number: 26
[info] >> Valid from: Fri Jul 09 12:11:00 UTC 1999 until: Tue Jul 09 23:59:00 UTC 2019
[info] >> Certificate fingerprints:
[info] >>        MD5:  74:01:4A:91:B1:08:C4:58:CE:47:CD:F0:DD:11:53:08
[info] >>        SHA1: 85:A4:08:C0:9C:19:3E:5D:51:58:7D:CD:D6:13:30:FD:8C:DE:37:BF
[info] >>        SHA256: B6:19:1A:50:D0:C3:97:7F:7D:A9:9B:CD:AA:C8:6A:22:7D:AE:B9:67:9E:C7:0B:A3:B0:C9:D9:22:71:C1:70:D3
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:5
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 31 C3 79 1B BA F5 53 D7   17 E0 89 7A 2D 17 6C 0A  1.y...S....z-.l.
[info] >> 0010: B3 2B 9D 33                                        .+.3
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:affirmtrust_commercial.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=AffirmTrust Commercial, O=AffirmTrust, C=US
[info] >> Issuer: CN=AffirmTrust Commercial, O=AffirmTrust, C=US
[info] >> Serial number: 7777062726a9b17c
[info] >> Valid from: Fri Jan 29 14:06:06 UTC 2010 until: Tue Dec 31 14:06:06 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  82:92:BA:5B:EF:CD:8A:6F:A6:3D:55:F9:84:F6:D6:B7
[info] >>        SHA1: F9:B5:B6:32:45:5F:9C:BE:EC:57:5F:80:DC:E9:6E:2C:C7:B2:78:B7
[info] >>        SHA256: 03:76:AB:1D:54:C5:F9:80:3C:E4:B2:E2:01:A0:EE:7E:EF:7B:57:B6:36:E8:A9:3C:9B:8D:48:60:C9:6F:5F:A7
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 9D 93 C6 53 8B 5E CA AF   3F 9F 1E 0F E5 99 95 BC  ...S.^..?.......
[info] >> 0010: 24 F6 94 8F                                        $...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:equifax_secure_ebusiness_ca_1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >&gt;
[info] &gt;&gt; Owner: CN=Equifax Secure eBusiness CA-1, O=Equifax Secure Inc., C=US
[info] &gt;&gt; Issuer: CN=Equifax Secure eBusiness CA-1, O=Equifax Secure Inc., C=US
[info] &gt;&gt; Serial number: 4
[info] &gt;&gt; Valid from: Mon Jun 21 04:00:00 UTC 1999 until: Sun Jun 21 04:00:00 UTC 2020
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  64:9C:EF:2E:44:FC:C6:8F:52:07:D0:51:73:8F:CB:3D
[info] &gt;&gt;        SHA1: DA:40:18:8B:91:89:A3:ED:EE:AE:DA:97:FE:2F:9D:F5:B7:D1:8A:41
[info] &gt;&gt;        SHA256: CF:56:FF:46:A4:A1:86:10:9D:D9:65:84:B5:EE:B5:8A:51:0C:42:75:B0:E5:F9:4F:40:BB:AE:86:5E:19:F6:73
[info] &gt;&gt;        Signature algorithm name: MD5withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.35 Criticality=false
[info] &gt;&gt; AuthorityKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 4A 78 32 52 11 DB 59 16   36 5E DF C1 14 36 40 6A  Jx2R..Y.6^...6@j
[info] &gt;&gt; 0010: 47 7C 4C A1                                        G.L.
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4A 78 32 52 11 DB 59 16   36 5E DF C1 14 36 40 6A  Jx2R..Y.6^...6@j
[info] >> 0010: 47 7C 4C A1                                        G.L.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:quovadis_root_ca_1_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM
[info] >> Issuer: CN=QuoVadis Root CA 1 G3, O=QuoVadis Limited, C=BM
[info] >> Serial number: 78585f2ead2c194be3370735341328b596d46593
[info] >> Valid from: Thu Jan 12 17:27:44 UTC 2012 until: Sun Jan 12 17:27:44 UTC 2042
[info] >> Certificate fingerprints:
[info] >>        MD5:  A4:BC:5B:3F:FE:37:9A:FA:64:F0:E2:FA:05:3D:0B:AB
[info] >>        SHA1: 1B:8E:EA:57:96:29:1A:C9:39:EA:B8:0A:81:1A:73:73:C0:93:79:67
[info] >>        SHA256: 8A:86:6F:D1:B2:76:B5:7E:57:8E:92:1C:65:82:8A:2B:ED:58:E9:F2:F2:88:05:41:34:B7:F1:F4:BF:C9:CC:74
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A3 97 D6 F3 5E A2 10 E1   AB 45 9F 3C 17 64 3C EE  ....^....E.<.d<.
[info] >> 0010: 01 70 9C CC                                        .p..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:utn_datacorp_sgc_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=UTN - DATACorp SGC, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US
[info] >> Issuer: CN=UTN - DATACorp SGC, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US
[info] >> Serial number: 44be0c8b500021b411d32a6806a9ad69
[info] >> Valid from: Thu Jun 24 18:57:21 UTC 1999 until: Mon Jun 24 19:06:30 UTC 2019
[info] >> Certificate fingerprints:
[info] >>        MD5:  B3:A5:3E:77:21:6D:AC:4A:C0:C9:FB:D5:41:3D:CA:06
[info] >>        SHA1: 58:11:9F:0E:12:82:87:EA:50:FD:D9:87:45:6F:4F:78:DC:FA:D6:D4
[info] >>        SHA256: 85:FB:2F:91:DD:12:27:5A:01:45:B6:36:53:4F:84:02:4A:D6:8B:69:B8:EE:88:68:4F:F7:11:37:58:05:B3:48
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.usertrust.com/UTN-DATACorpSGC.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.37 Criticality=false
[info] >> ExtendedKeyUsages [
[info] >>   serverAuth
[info] >>   1.3.6.1.4.1.311.10.3.3
[info] >>   2.16.840.1.113730.4.1
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Non_repudiation
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 53 32 D1 B3 CF 7F FA E0   F1 A0 5D 85 4E 92 D2 9E  S2........].N...
[info] >> 0010: 45 1D B4 4F                                        E..O
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:certinomis_-_autorité_racine.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Certinomis - Autorité Racine, OU=0002 433998903, O=Certinomis, C=FR
[info] >> Issuer: CN=Certinomis - Autorité Racine, OU=0002 433998903, O=Certinomis, C=FR
[info] >> Serial number: 1
[info] >> Valid from: Wed Sep 17 08:28:59 UTC 2008 until: Sun Sep 17 08:28:59 UTC 2028
[info] >> Certificate fingerprints:
[info] >>        MD5:  7F:30:78:8C:03:E3:CA:C9:0A:E2:C9:EA:1E:AA:55:1A
[info] >>        SHA1: 2E:14:DA:EC:28:F0:FA:1E:8E:38:9A:4E:AB:EB:26:C0:0A:D3:83:C3
[info] >>        SHA256: FC:BF:E2:88:62:06:F7:2B:27:59:3C:8B:07:02:97:E1:2D:76:9E:D1:0E:D7:93:07:05:A8:09:8E:FF:C1:4D:17
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.2.250.1.86.2.2.0.1.1]
[info] >> []  ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 0D 8C B6 61 DA 44 B8 D1   14 7D C3 BE 7D 5E 48 F0  ...a.D.......^H.
[info] &gt;&gt; 0010: CE CA 6A B0                                        ..j.
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:netlock_qualified_=class_qa=_root.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: EMAILADDRESS=info@netlock.hu, CN=NetLock Minositett Kozjegyzoi (Class QA) Tanusitvanykiado, OU=Tanusitvanykiadok, O=NetLock Halozatbiztonsagi Kft., L=Budapest, C=HU
[info] &gt;&gt; Issuer: EMAILADDRESS=info@netlock.hu, CN=NetLock Minositett Kozjegyzoi (Class QA) Tanusitvanykiado, OU=Tanusitvanykiadok, O=NetLock Halozatbiztonsagi Kft., L=Budapest, C=HU
[info] &gt;&gt; Serial number: 7b
[info] &gt;&gt; Valid from: Sun Mar 30 01:47:11 UTC 2003 until: Thu Dec 15 01:47:11 UTC 2022
[info] >> Certificate fingerprints:
[info] >>        MD5:  D4:80:65:68:24:F9:89:22:28:DB:F5:A4:9A:17:8F:14
[info] >>        SHA1: 01:68:97:E1:A0:B8:F2:C3:B1:34:66:5C:20:A7:27:B7:A1:58:E2:8F
[info] >>        SHA256: E6:06:DD:EE:E2:EE:7F:5C:DE:F5:D9:05:8F:F8:B7:D0:A9:F0:42:87:7F:6A:17:1E:D8:FF:69:60:E4:CC:5E:A5
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.16.840.1.113730.1.13 Criticality=false
[info] >> 0000: 16 82 02 62 46 49 47 59   45 4C 45 4D 21 20 45 7A  ...bFIGYELEM! Ez
[info] >> 0010: 65 6E 20 74 61 6E 75 73   69 74 76 61 6E 79 20 61  en tanusitvany a
[info] >> 0020: 20 4E 65 74 4C 6F 63 6B   20 4B 66 74 2E 20 4D 69   NetLock Kft. Mi
[info] >> 0030: 6E 6F 73 69 74 65 74 74   20 53 7A 6F 6C 67 61 6C  nositett Szolgal
[info] >> 0040: 74 61 74 61 73 69 20 53   7A 61 62 61 6C 79 7A 61  tatasi Szabalyza
[info] >> 0050: 74 61 62 61 6E 20 6C 65   69 72 74 20 65 6C 6A 61  taban leirt elja
[info] >> 0060: 72 61 73 6F 6B 20 61 6C   61 70 6A 61 6E 20 6B 65  rasok alapjan ke
[info] >> 0070: 73 7A 75 6C 74 2E 20 41   20 6D 69 6E 6F 73 69 74  szult. A minosit
[info] >> 0080: 65 74 74 20 65 6C 65 6B   74 72 6F 6E 69 6B 75 73  ett elektronikus
[info] >> 0090: 20 61 6C 61 69 72 61 73   20 6A 6F 67 68 61 74 61   alairas joghata
[info] >> 00A0: 73 20 65 72 76 65 6E 79   65 73 75 6C 65 73 65 6E  s ervenyesulesen
[info] >> 00B0: 65 6B 2C 20 76 61 6C 61   6D 69 6E 74 20 65 6C 66  ek, valamint elf
[info] >> 00C0: 6F 67 61 64 61 73 61 6E   61 6B 20 66 65 6C 74 65  ogadasanak felte
[info] >> 00D0: 74 65 6C 65 20 61 20 4D   69 6E 6F 73 69 74 65 74  tele a Minositet
[info] >> 00E0: 74 20 53 7A 6F 6C 67 61   6C 74 61 74 61 73 69 20  t Szolgaltatasi
[info] >> 00F0: 53 7A 61 62 61 6C 79 7A   61 74 62 61 6E 2C 20 61  Szabalyzatban, a
[info] >> 0100: 7A 20 41 6C 74 61 6C 61   6E 6F 73 20 53 7A 65 72  z Altalanos Szer
[info] >> 0110: 7A 6F 64 65 73 69 20 46   65 6C 74 65 74 65 6C 65  zodesi Feltetele
[info] >> 0120: 6B 62 65 6E 20 65 6C 6F   69 72 74 20 65 6C 6C 65  kben eloirt elle
[info] >> 0130: 6E 6F 72 7A 65 73 69 20   65 6C 6A 61 72 61 73 20  norzesi eljaras
[info] >> 0140: 6D 65 67 74 65 74 65 6C   65 2E 20 41 20 64 6F 6B  megtetele. A dok
[info] >> 0150: 75 6D 65 6E 74 75 6D 6F   6B 20 6D 65 67 74 61 6C  umentumok megtal
[info] >> 0160: 61 6C 68 61 74 6F 6B 20   61 20 68 74 74 70 73 3A  alhatok a https:
[info] >> 0170: 2F 2F 77 77 77 2E 6E 65   74 6C 6F 63 6B 2E 68 75  //www.netlock.hu
[info] >> 0180: 2F 64 6F 63 73 2F 20 63   69 6D 65 6E 20 76 61 67  /docs/ cimen vag
[info] >> 0190: 79 20 6B 65 72 68 65 74   6F 6B 20 61 7A 20 69 6E  y kerhetok az in
[info] >> 01A0: 66 6F 40 6E 65 74 6C 6F   63 6B 2E 6E 65 74 20 65  fo@netlock.net e
[info] >> 01B0: 2D 6D 61 69 6C 20 63 69   6D 65 6E 2E 20 57 41 52  -mail cimen. WAR
[info] >> 01C0: 4E 49 4E 47 21 20 54 68   65 20 69 73 73 75 61 6E  NING! The issuan
[info] >> 01D0: 63 65 20 61 6E 64 20 74   68 65 20 75 73 65 20 6F  ce and the use o
[info] >> 01E0: 66 20 74 68 69 73 20 63   65 72 74 69 66 69 63 61  f this certifica
[info] >> 01F0: 74 65 20 61 72 65 20 73   75 62 6A 65 63 74 20 74  te are subject t
[info] >> 0200: 6F 20 74 68 65 20 4E 65   74 4C 6F 63 6B 20 51 75  o the NetLock Qu
[info] >> 0210: 61 6C 69 66 69 65 64 20   43 50 53 20 61 76 61 69  alified CPS avai
[info] >> 0220: 6C 61 62 6C 65 20 61 74   20 68 74 74 70 73 3A 2F  lable at https:/
[info] >> 0230: 2F 77 77 77 2E 6E 65 74   6C 6F 63 6B 2E 68 75 2F  /www.netlock.hu/
[info] >> 0240: 64 6F 63 73 2F 20 6F 72   20 62 79 20 65 2D 6D 61  docs/ or by e-ma
[info] >> 0250: 69 6C 20 61 74 20 69 6E   66 6F 40 6E 65 74 6C 6F  il at info@netlo
[info] >> 0260: 63 6B 2E 6E 65 74                                  ck.net
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:4
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 09 6A 62 16 92 B0 5A BB   55 0E CB 75 32 3A 32 E5  .jb...Z.U..u2:2.
[info] >> 0010: B2 21 C9 28                                        .!.(
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:izenpe.com.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Izenpe.com, O=IZENPE S.A., C=ES
[info] >> Issuer: CN=Izenpe.com, O=IZENPE S.A., C=ES
[info] >> Serial number: b0b75a16485fbfe1cbf58bd719e67d
[info] >> Valid from: Thu Dec 13 13:08:28 UTC 2007 until: Sun Dec 13 08:27:25 UTC 2037
[info] >> Certificate fingerprints:
[info] >>        MD5:  A6:B0:CD:85:80:DA:5C:50:34:A3:39:90:2F:55:67:73
[info] >>        SHA1: 2F:78:3D:25:52:18:A7:4A:65:39:71:B5:2C:A2:9C:45:15:6F:E9:19
[info] >>        SHA256: 25:30:CC:8E:98:32:15:02:BA:D9:6F:9B:1F:BA:1B:09:9E:2D:29:9E:0F:45:48:BB:91:4F:36:3B:C0:D4:53:1F
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   RFC822Name: info@izenpe.com
[info] >>   STREET=Avda del Mediterraneo Etorbidea 14 - 01010 Vitoria-Gasteiz, O=IZENPE S.A. - CIF A01337260-RMerc.Vitoria-Gasteiz T1055 F62 S8
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 1D 1C 65 0E A8 F2 25 7B   B4 91 CF E4 B1 B1 E6 BD  ..e...%.........
[info] &gt;&gt; 0010: 55 74 6C 05                                        Utl.
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:securesign_rootca11.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=SecureSign RootCA11, O=&quot;Japan Certification Services, Inc.&quot;, C=JP
[info] &gt;&gt; Issuer: CN=SecureSign RootCA11, O=&quot;Japan Certification Services, Inc.&quot;, C=JP
[info] &gt;&gt; Serial number: 1
[info] &gt;&gt; Valid from: Wed Apr 08 04:56:47 UTC 2009 until: Sun Apr 08 04:56:47 UTC 2029
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  B7:52:74:E2:92:B4:80:93:F2:75:E4:CC:D7:F2:EA:26
[info] >>        SHA1: 3B:C4:9F:48:F8:F3:73:A0:9C:1E:BD:F8:5B:B1:C3:65:C7:D8:11:B3
[info] >>        SHA256: BF:0F:EE:FB:9E:3A:58:1A:D5:F9:E9:DB:75:89:98:57:43:D2:61:08:5C:4D:31:4F:6F:5D:72:59:AA:42:16:12
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 5B F8 4D 4F B2 A5 86 D4   3A D2 F1 63 9A A0 BE 09  [.MO....:..c....
[info] >> 0010: F6 57 B7 DE                                        .W..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:t-telesec_globalroot_class_3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE
[info] >> Issuer: CN=T-TeleSec GlobalRoot Class 3, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE
[info] >> Serial number: 1
[info] >> Valid from: Wed Oct 01 10:29:56 UTC 2008 until: Sat Oct 01 23:59:59 UTC 2033
[info] >> Certificate fingerprints:
[info] >>        MD5:  CA:FB:40:A8:4E:39:92:8A:1D:FE:8E:2F:C4:27:EA:EF
[info] >>        SHA1: 55:A6:72:3E:CB:F2:EC:CD:C3:23:74:70:19:9D:2A:BE:11:E3:81:D1
[info] >>        SHA256: FD:73:DA:D3:1C:64:4F:F1:B4:3B:EF:0C:CD:DA:96:71:0B:9C:D9:87:5E:CA:7E:31:70:7A:F3:E9:6D:52:2B:BD
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B5 03 F7 76 3B 61 82 6A   12 AA 18 53 EB 03 21 94  ...v;a.j...S..!.
[info] >> 0010: BF FE CE CA                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_class_3_public_primary_certification_authority_-_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Serial number: 9b7e0649a33e62b9d5ee90487129ef57
[info] >> Valid from: Fri Oct 01 00:00:00 UTC 1999 until: Wed Jul 16 23:59:59 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  CD:68:B6:A7:C7:C4:CE:75:E0:1D:4F:57:44:61:92:09
[info] >>        SHA1: 13:2D:0D:45:53:4B:69:97:CD:B2:D5:C3:39:E2:55:76:60:9B:5C:C6
[info] >>        SHA256: EB:04:CF:5E:B1:F3:9A:FA:76:2F:2B:B1:20:F2:96:CB:A5:20:C1:B9:7D:B1:58:95:65:B8:1C:B9:A1:7B:72:44
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 1
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:geotrust_primary_certification_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US
[info] >> Issuer: CN=GeoTrust Primary Certification Authority, O=GeoTrust Inc., C=US
[info] >> Serial number: 18acb56afd69b6153a636cafdafac4a1
[info] >> Valid from: Mon Nov 27 00:00:00 UTC 2006 until: Wed Jul 16 23:59:59 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  02:26:C3:01:5E:08:30:37:43:A9:D0:7D:CF:37:E6:BF
[info] >>        SHA1: 32:3C:11:8E:1B:F7:B8:B6:52:54:E2:E2:10:0D:D6:02:90:37:F0:96
[info] >>        SHA256: 37:D5:10:06:C5:12:EA:AB:62:64:21:F1:EC:8C:92:01:3F:C5:F8:2A:E9:8E:E5:33:EB:46:19:B8:DE:B4:D0:6C
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 2C D5 50 41 97 15 8B F0   8F 36 61 5B 4A FB 6B D9  ,.PA.....6a[J.k.
[info] >> 0010: 99 C9 33 92                                        ..3.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:sg_trust_services_racine.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: C=FR, O=SG TRUST SERVICES, OU=0002 43525289500022, CN=SG TRUST SERVICES RACINE
[info] >> Issuer: C=FR, O=SG TRUST SERVICES, OU=0002 43525289500022, CN=SG TRUST SERVICES RACINE
[info] >> Serial number: 3ed55119e64dce7e
[info] &gt;&gt; Valid from: Mon Sep 06 12:53:42 UTC 2010 until: Thu Sep 05 12:53:42 UTC 2030
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  25:EF:CF:48:4A:84:B7:30:9F:60:D3:1D:56:91:2F:E1
[info] &gt;&gt;        SHA1: 0C:62:8F:5C:55:70:B1:C9:57:FA:FD:38:3F:B0:3D:7B:7D:D7:B9:C6
[info] &gt;&gt;        SHA256: 8F:1E:CD:AF:29:BC:D5:6E:DD:D6:B5:D5:6A:07:FC:AC:2B:74:D4:BC:D1:79:17:91:44:A0:36:5C:27:DC:F1:4B
[info] &gt;&gt;        Signature algorithm name: SHA256withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.35 Criticality=false
[info] &gt;&gt; AuthorityKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 29 20 CB F1 C3 0F DA 06   8E 13 93 87 FE 5F 60 1A  ) ..........._`.
[info] &gt;&gt; 0010: 29 BB F3 B6                                        )...
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.31 Criticality=false
[info] &gt;&gt; CRLDistributionPoints [
[info] &gt;&gt;   [DistributionPoint:
[info] >>      [URIName: http://crl.sgtrustservices.com/racine-GroupeSG/LatestCRL]
[info] >> ]]
[info] >>
[info] >> #4: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.5.29.32.0]
[info] >> []  ]
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 29 20 CB F1 C3 0F DA 06   8E 13 93 87 FE 5F 60 1A  ) ..........._`.
[info] >> 0010: 29 BB F3 B6                                        )...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:startcom_certification_authority_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=StartCom Certification Authority G2, O=StartCom Ltd., C=IL
[info] >> Issuer: CN=StartCom Certification Authority G2, O=StartCom Ltd., C=IL
[info] >> Serial number: 3b
[info] >> Valid from: Fri Jan 01 01:00:01 UTC 2010 until: Sat Dec 31 23:59:01 UTC 2039
[info] >> Certificate fingerprints:
[info] >>        MD5:  78:4B:FB:9E:64:82:0A:D3:B8:4C:62:F3:64:F2:90:64
[info] >>        SHA1: 31:F1:FD:68:22:63:20:EE:C6:3B:3F:9D:EA:4A:3E:53:7C:7C:39:17
[info] >>        SHA256: C7:BA:65:67:DE:93:A7:98:AE:1F:AA:79:1E:71:2D:37:8F:AE:1F:93:C4:39:7F:EA:44:1B:B7:CB:E6:FD:59:95
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4B C5 B4 40 6B AD 1C B3   A5 1C 65 6E 46 36 89 87  K..@k.....enF6..
[info] >> 0010: 05 0C 0E B6                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:sonera_class_1_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Sonera Class1 CA, O=Sonera, C=FI
[info] >> Issuer: CN=Sonera Class1 CA, O=Sonera, C=FI
[info] >> Serial number: 24
[info] >> Valid from: Fri Apr 06 10:49:13 UTC 2001 until: Tue Apr 06 10:49:13 UTC 2021
[info] >> Certificate fingerprints:
[info] >>        MD5:  33:B7:84:F5:5F:27:D7:68:27:DE:14:DE:12:2A:ED:6F
[info] >>        SHA1: 07:47:22:01:99:CE:74:B9:7C:B0:3D:79:B2:64:A2:C8:55:E9:33:FF
[info] >>        SHA256: CD:80:82:84:CF:74:6F:F2:FD:6E:B5:8A:A1:D5:9C:4A:D4:B3:CA:56:FD:C6:27:4A:89:26:A7:83:5F:32:31:3D
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 47 E2 0C 8B F6 53 88 52                            G....S.R
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:startcom_certification_authority_2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=StartCom Certification Authority, OU=Secure Digital Certificate Signing, O=StartCom Ltd., C=IL
[info] >> Issuer: CN=StartCom Certification Authority, OU=Secure Digital Certificate Signing, O=StartCom Ltd., C=IL
[info] >> Serial number: 2d
[info] >> Valid from: Sun Sep 17 19:46:37 UTC 2006 until: Wed Sep 17 19:46:36 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  C9:3B:0D:84:41:FC:A4:76:79:23:08:57:DE:10:19:16
[info] >>        SHA1: A3:F1:33:3F:E2:42:BF:CF:C5:D1:4E:8F:39:42:98:40:68:10:D1:A0
[info] >>        SHA256: E1:78:90:EE:09:A3:FB:F4:F4:8B:9C:41:4A:17:D6:37:B7:A5:06:47:E9:BC:75:23:22:72:7F:CC:17:42:A9:11
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.16.840.1.113730.1.13 Criticality=false
[info] >> 0000: 16 29 53 74 61 72 74 43   6F 6D 20 46 72 65 65 20  .)StartCom Free
[info] >> 0010: 53 53 4C 20 43 65 72 74   69 66 69 63 61 74 69 6F  SSL Certificatio
[info] >> 0020: 6E 20 41 75 74 68 6F 72   69 74 79                 n Authority
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4E 0B EF 1A A4 40 5B A5   17 69 87 30 CA 34 68 43  N....@[..i.0.4hC
[info] >> 0010: D0 41 AE F2                                        .A..
[info] >> ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.3.6.1.4.1.23223.1.1.1]
[info] &gt;&gt; [PolicyQualifierInfo: [
[info] &gt;&gt;   qualifierID: 1.3.6.1.5.5.7.2.1
[info] &gt;&gt;   qualifier: 0000: 16 22 68 74 74 70 3A 2F   2F 77 77 77 2E 73 74 61  .&quot;http://www.sta
[info] &gt;&gt; 0010: 72 74 73 73 6C 2E 63 6F   6D 2F 70 6F 6C 69 63 79  rtssl.com/policy
[info] &gt;&gt; 0020: 2E 70 64 66                                        .pdf
[info] &gt;&gt;
[info] &gt;&gt; ], PolicyQualifierInfo: [
[info] &gt;&gt;   qualifierID: 1.3.6.1.5.5.7.2.1
[info] &gt;&gt;   qualifier: 0000: 16 28 68 74 74 70 3A 2F   2F 77 77 77 2E 73 74 61  .(http://www.sta
[info] &gt;&gt; 0010: 72 74 73 73 6C 2E 63 6F   6D 2F 69 6E 74 65 72 6D  rtssl.com/interm
[info] &gt;&gt; 0020: 65 64 69 61 74 65 2E 70   64 66                    ediate.pdf
[info] &gt;&gt;
[info] &gt;&gt; ], PolicyQualifierInfo: [
[info] &gt;&gt;   qualifierID: 1.3.6.1.5.5.7.2.2
[info] &gt;&gt;   qualifier: 0000: 30 81 C2 30 27 16 20 53   74 61 72 74 20 43 6F 6D  0..0'. Start Com
[info] &gt;&gt; 0010: 6D 65 72 63 69 61 6C 20   28 53 74 61 72 74 43 6F  mercial (StartCo
[info] &gt;&gt; 0020: 6D 29 20 4C 74 64 2E 30   03 02 01 01 1A 81 96 4C  m) Ltd.0.......L
[info] &gt;&gt; 0030: 69 6D 69 74 65 64 20 4C   69 61 62 69 6C 69 74 79  imited Liability
[info] >> 0040: 2C 20 72 65 61 64 20 74   68 65 20 73 65 63 74 69  , read the secti
[info] >> 0050: 6F 6E 20 2A 4C 65 67 61   6C 20 4C 69 6D 69 74 61  on *Legal Limita
[info] >> 0060: 74 69 6F 6E 73 2A 20 6F   66 20 74 68 65 20 53 74  tions* of the St
[info] >> 0070: 61 72 74 43 6F 6D 20 43   65 72 74 69 66 69 63 61  artCom Certifica
[info] >> 0080: 74 69 6F 6E 20 41 75 74   68 6F 72 69 74 79 20 50  tion Authority P
[info] >> 0090: 6F 6C 69 63 79 20 61 76   61 69 6C 61 62 6C 65 20  olicy available
[info] >> 00A0: 61 74 20 68 74 74 70 3A   2F 2F 77 77 77 2E 73 74  at http://www.st
[info] >> 00B0: 61 72 74 73 73 6C 2E 63   6F 6D 2F 70 6F 6C 69 63  artssl.com/polic
[info] >> 00C0: 79 2E 70 64 66                                     y.pdf
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >> #7: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4E 0B EF 1A A4 40 5B A5   17 69 87 30 CA 34 68 43  N....@[..i.0.4hC
[info] >> 0010: D0 41 AE F2                                        .A..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:security_communication_ev_rootca1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=Security Communication EV RootCA1, O="SECOM Trust Systems CO.,LTD.", C=JP
[info] >> Issuer: OU=Security Communication EV RootCA1, O="SECOM Trust Systems CO.,LTD.", C=JP
[info] >> Serial number: 0
[info] >> Valid from: Wed Jun 06 02:12:32 UTC 2007 until: Sat Jun 06 02:12:32 UTC 2037
[info] >> Certificate fingerprints:
[info] >>        MD5:  22:2D:A6:01:EA:7C:0A:F7:F0:6C:56:43:3F:77:76:D3
[info] >>        SHA1: FE:B8:C4:32:DC:F9:76:9A:CE:AE:3D:D8:90:8F:FD:28:86:65:64:7D
[info] >>        SHA256: A2:2D:BA:68:1E:97:37:6E:2D:39:7D:72:8A:AE:3A:9B:62:96:B9:FD:BA:60:BC:2E:11:F6:47:F2:C6:75:FB:37
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 35 4A F5 4D AF 3F D7 82   38 AC AB 71 65 17 75 8C  5J.M.?..8..qe.u.
[info] >> 0010: 9D 55 93 E6                                        .U..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:wosign_china.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=CA 沃通根证书, O=WoSign CA Limited, C=CN
[info] >> Issuer: CN=CA 沃通根证书, O=WoSign CA Limited, C=CN
[info] >> Serial number: 50706bcdd813fc1b4e3b3372d211488d
[info] >> Valid from: Sat Aug 08 01:00:01 UTC 2009 until: Mon Aug 08 01:00:01 UTC 2039
[info] >> Certificate fingerprints:
[info] >>        MD5:  78:83:5B:52:16:76:C4:24:3B:83:78:E8:AC:DA:9A:93
[info] >>        SHA1: 16:32:47:8D:89:F9:21:3A:92:00:85:63:F5:A4:A7:D3:12:40:8A:D6
[info] >>        SHA256: D6:F0:34:BD:94:AA:23:3F:02:97:EC:A4:24:5B:28:39:73:E4:47:AA:59:0F:31:0C:77:F4:8F:DF:83:11:22:54
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: E0 4D BF DC 9B 41 5D 13   E8 64 F0 A7 E9 15 A4 E1  .M...A]..d......
[info] >> 0010: 81 C1 BA 31                                        ...1
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:quovadis_root_ca_2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM
[info] >> Issuer: CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM
[info] >> Serial number: 509
[info] >> Valid from: Fri Nov 24 18:27:00 UTC 2006 until: Mon Nov 24 18:23:33 UTC 2031
[info] >> Certificate fingerprints:
[info] >>        MD5:  5E:39:7B:DD:F8:BA:EC:82:E9:AC:62:BA:0C:54:00:2B
[info] >>        SHA1: CA:3A:FB:CF:12:40:36:4B:44:B2:16:20:88:80:48:39:19:93:7C:F7
[info] >>        SHA256: 85:A0:DD:7D:D7:20:AD:B7:FF:05:F8:3D:54:2B:20:9D:C7:FF:45:28:F7:D6:77:B1:83:89:FE:A5:E5:C4:9E:86
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 1A 84 62 BC 48 4C 33 25   04 D4 EE D0 F6 03 C4 19  ..b.HL3%........
[info] >> 0010: 46 D1 94 6B                                        F..k
[info] >> ]
[info] &gt;&gt; [CN=QuoVadis Root CA 2, O=QuoVadis Limited, C=BM]
[info] &gt;&gt; SerialNumber: [    0509]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.15 Criticality=false
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 1A 84 62 BC 48 4C 33 25   04 D4 EE D0 F6 03 C4 19  ..b.HL3%........
[info] &gt;&gt; 0010: 46 D1 94 6B                                        F..k
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:atos_trustedroot_2011.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: C=DE, O=Atos, CN=Atos TrustedRoot 2011
[info] >> Issuer: C=DE, O=Atos, CN=Atos TrustedRoot 2011
[info] >> Serial number: 5c33cb622c5fb332
[info] >> Valid from: Thu Jul 07 14:58:30 UTC 2011 until: Tue Dec 31 23:59:59 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  AE:B9:C4:32:4B:AC:7F:5D:66:CC:77:94:BB:2A:77:56
[info] >>        SHA1: 2B:B1:F5:3E:55:0C:1D:C5:F1:D4:E6:B7:6A:46:4B:55:06:02:AC:21
[info] >>        SHA256: F3:56:BE:A2:44:B7:A9:1E:B3:5D:53:CA:9A:D7:86:4A:CE:01:8E:2D:35:D5:F8:F9:6D:DF:68:A6:F4:1A:A4:74
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A7 A5 06 B1 2C A6 09 60   EE D1 97 E9 70 AE BC 3B  ....,..`....p..;
[info] >> 0010: 19 6C DB 21                                        .l.!
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.3.6.1.4.1.6189.3.4.1.1]
[info] >> []  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A7 A5 06 B1 2C A6 09 60   EE D1 97 E9 70 AE BC 3B  ....,..`....p..;
[info] >> 0010: 19 6C DB 21                                        .l.!
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:digicert_high_assurance_ev_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Issuer: CN=DigiCert High Assurance EV Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Serial number: 2ac5c266a0b409b8f0b79f2ae462577
[info] >> Valid from: Fri Nov 10 00:00:00 UTC 2006 until: Mon Nov 10 00:00:00 UTC 2031
[info] >> Certificate fingerprints:
[info] >>        MD5:  D4:74:DE:57:5C:39:B2:D3:9C:85:83:C5:C0:65:49:8A
[info] >>        SHA1: 5F:B7:EE:06:33:E2:59:DB:AD:0C:4C:9A:E6:D3:8F:1A:61:C7:DC:25
[info] >>        SHA256: 74:31:E5:F4:C3:C1:CE:46:90:77:4F:0B:61:E0:54:40:88:3B:A9:A0:1E:D0:0B:A6:AB:D7:80:6E:D3:B1:18:CF
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B1 3E C3 69 03 F8 BF 47   01 D4 98 26 1A 08 02 EF  .>.i...G...&....
[info] >> 0010: 63 64 2B C3                                        cd+.
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B1 3E C3 69 03 F8 BF 47   01 D4 98 26 1A 08 02 EF  .>.i...G...&....
[info] >> 0010: 63 64 2B C3                                        cd+.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:starfield_root_certificate_authority_-_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US
[info] >> Issuer: CN=Starfield Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US
[info] >> Serial number: 0
[info] >> Valid from: Tue Sep 01 00:00:00 UTC 2009 until: Thu Dec 31 23:59:59 UTC 2037
[info] >> Certificate fingerprints:
[info] >>        MD5:  D6:39:81:C6:52:7E:96:69:FC:FC:CA:66:ED:05:F2:96
[info] >>        SHA1: B5:1C:06:7C:EE:2B:0C:3D:F8:55:AB:2D:92:F4:FE:39:D4:E7:0F:0E
[info] >>        SHA256: 2C:E1:CB:0B:F9:D2:F9:E1:02:99:3F:BE:21:51:52:C3:B2:DD:0C:AB:DE:1C:68:E5:31:9B:83:91:54:DB:B7:F5
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 7C 0C 32 1F A7 D9 30 7F   C4 7D 68 A3 62 A8 A1 CE  ..2...0...h.b...
[info] >> 0010: AB 07 5B 27                                        ..['
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:digicert_assured_id_root_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] &gt;&gt; Issuer: CN=DigiCert Assured ID Root G2, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] &gt;&gt; Serial number: b931c3ad63967ea6723bfc3af9af44b
[info] &gt;&gt; Valid from: Thu Aug 01 12:00:00 UTC 2013 until: Fri Jan 15 12:00:00 UTC 2038
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  92:38:B9:F8:63:24:82:65:2C:57:33:E6:FE:81:8F:9D
[info] &gt;&gt;        SHA1: A1:4B:48:D9:43:EE:0A:0E:40:90:4F:3C:E0:A4:C0:91:93:51:5D:3F
[info] &gt;&gt;        SHA256: 7D:05:EB:B6:82:33:9F:8C:94:51:EE:09:4E:EB:FE:FA:79:53:A1:14:ED:B2:F4:49:49:45:2F:AB:7D:2F:C1:85
[info] &gt;&gt;        Signature algorithm name: SHA256withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   DigitalSignature
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: CE C3 4A B9 99 55 F2 B8   DB 60 BF A9 7E BD 56 B5  ..J..U...`....V.
[info] >> 0010: 97 36 A7 D6                                        .6..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:d-trust_root_class_3_ca_2_ev_2009.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE
[info] >> Issuer: CN=D-TRUST Root Class 3 CA 2 EV 2009, O=D-Trust GmbH, C=DE
[info] >> Serial number: 983f4
[info] >> Valid from: Thu Nov 05 08:50:46 UTC 2009 until: Mon Nov 05 08:50:46 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  AA:C6:43:2C:5E:2D:CD:C4:34:C0:50:4F:11:02:4F:B6
[info] >>        SHA1: 96:C9:1B:0B:95:B4:10:98:42:FA:D0:D8:22:79:FE:60:FA:B9:16:83
[info] >>        SHA256: EE:C5:49:6B:98:8C:E9:86:25:B9:34:09:2E:EC:29:08:BE:D0:B0:F3:16:C2:D4:73:0C:84:EA:F1:F3:D3:48:81
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: ldap://directory.d-trust.net/CN=D-TRUST%20Root%20Class%203%20CA%202%20EV%202009,O=D-Trust%20GmbH,C=DE?certificaterevocationlist]
[info] >> , DistributionPoint:
[info] >>      [URIName: http://www.d-trust.net/crl/d-trust_root_class_3_ca_2_ev_2009.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: D3 94 8A 4C 62 13 2A 19   2E CC AF 72 8A 7D 36 D7  ...Lb.*....r..6.
[info] >> 0010: 9A 1C DC 67                                        ...g
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:trustis_fps_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=Trustis FPS Root CA, O=Trustis Limited, C=GB
[info] >> Issuer: OU=Trustis FPS Root CA, O=Trustis Limited, C=GB
[info] >> Serial number: 1b1fadb620f924d3366bf7c7f18ca059
[info] >> Valid from: Tue Dec 23 12:14:06 UTC 2003 until: Sun Jan 21 11:36:54 UTC 2024
[info] >> Certificate fingerprints:
[info] >>        MD5:  30:C9:E7:1E:6B:E6:14:EB:65:B2:16:69:20:31:67:4D
[info] >>        SHA1: 3B:C0:38:0B:33:C3:F6:A6:0C:86:15:22:93:D9:DF:F5:4B:81:C0:04
[info] >>        SHA256: C1:B4:82:99:AB:A5:20:8F:E9:63:0A:CE:55:CA:68:A0:3E:DA:5A:51:9C:88:02:A0:D3:A6:73:BE:8F:8E:55:7D
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: BA FA 71 25 79 8B 57 41   25 21 86 0B 71 EB B2 64  ..q%y.WA%!..q..d
[info] >> 0010: 0E 8B 21 67                                        ..!g
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: BA FA 71 25 79 8B 57 41   25 21 86 0B 71 EB B2 64  ..q%y.WA%!..q..d
[info] >> 0010: 0E 8B 21 67                                        ..!g
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:starfield_services_root_certificate_authority_-_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US
[info] >> Issuer: CN=Starfield Services Root Certificate Authority - G2, O="Starfield Technologies, Inc.", L=Scottsdale, ST=Arizona, C=US
[info] >> Serial number: 0
[info] >> Valid from: Tue Sep 01 00:00:00 UTC 2009 until: Thu Dec 31 23:59:59 UTC 2037
[info] >> Certificate fingerprints:
[info] >>        MD5:  17:35:74:AF:7B:61:1C:EB:F4:F9:3C:E2:EE:40:F9:A2
[info] >>        SHA1: 92:5A:8F:8D:2C:6D:04:E0:66:5F:59:6A:FF:22:D8:63:E8:25:6F:3F
[info] >>        SHA256: 56:8D:69:05:A2:C8:87:08:A4:B3:02:51:90:ED:CF:ED:B1:97:4A:60:6A:13:C6:E5:29:0F:CB:2A:E6:3E:DA:B5
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 9C 5F 00 DF AA 01 D7 30   2B 38 88 A2 B8 6D 4A 9C  ._.....0+8...mJ.
[info] >> 0010: F2 11 91 83                                        ....
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:comodo_ecc_certification_authority.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB
[info] &gt;&gt; Issuer: CN=COMODO ECC Certification Authority, O=COMODO CA Limited, L=Salford, ST=Greater Manchester, C=GB
[info] &gt;&gt; Serial number: 1f47afaa62007050544c019e9b63992a
[info] &gt;&gt; Valid from: Thu Mar 06 00:00:00 UTC 2008 until: Mon Jan 18 23:59:59 UTC 2038
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  7C:62:FF:74:9D:31:53:5E:68:4A:D5:78:AA:1E:BF:23
[info] &gt;&gt;        SHA1: 9F:74:4E:9F:2B:4D:BA:EC:0F:31:2C:50:B6:56:3B:8E:2D:93:C3:11
[info] &gt;&gt;        SHA256: 17:93:92:7A:06:14:54:97:89:AD:CE:2F:8F:34:F7:F0:B6:6D:0F:3A:E3:A3:B8:4D:21:EC:15:DB:BA:4F:AD:C7
[info] &gt;&gt;        Signature algorithm name: SHA384withECDSA
[info] &gt;&gt;        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 75 71 A7 19 48 19 BC 9D   9D EA 41 47 DF 94 C4 48  uq..H.....AG...H
[info] >> 0010: 77 99 D3 79                                        w..y
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:affirmtrust_premium_ecc.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US
[info] >> Issuer: CN=AffirmTrust Premium ECC, O=AffirmTrust, C=US
[info] >> Serial number: 7497258ac73f7a54
[info] >> Valid from: Fri Jan 29 14:20:24 UTC 2010 until: Mon Dec 31 14:20:24 UTC 2040
[info] >> Certificate fingerprints:
[info] >>        MD5:  64:B0:09:55:CF:B1:D5:99:E2:BE:13:AB:A6:5D:EA:4D
[info] >>        SHA1: B8:23:6B:00:2F:1D:16:86:53:01:55:6C:11:A4:37:CA:EB:FF:C3:BB
[info] >>        SHA256: BD:71:FD:F6:DA:97:E4:CF:62:D1:64:7A:DD:25:81:B0:7D:79:AD:F8:39:7E:B4:EC:BA:9C:5E:84:88:82:14:23
[info] >>        Signature algorithm name: SHA384withECDSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 9A AF 29 7A C0 11 35 35   26 51 30 00 C3 6A FE 40  ..)z..55&Q0..j.@
[info] >> 0010: D5 AE D6 3C                                        ...<
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:swisssign_platinum_ca_-_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH
[info] >> Issuer: CN=SwissSign Platinum CA - G2, O=SwissSign AG, C=CH
[info] >> Serial number: 4eb200670c035d4f
[info] >> Valid from: Wed Oct 25 08:36:00 UTC 2006 until: Sat Oct 25 08:36:00 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  C9:98:27:77:28:1E:3D:0E:15:3C:84:00:B8:85:03:E6
[info] >>        SHA1: 56:E0:FA:C0:3B:8F:18:23:55:18:E5:D3:11:CA:E8:C2:43:31:AB:66
[info] >>        SHA256: 3B:22:2E:56:67:11:E9:92:30:0D:C0:B1:5A:B9:47:3D:AF:DE:F8:C8:4D:0C:EF:7D:33:17:B4:C1:82:1D:14:36
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 50 AF CC 07 87 15 47 6F   38 C5 B4 65 D1 DE 95 AA  P.....Go8..e....
[info] >> 0010: E9 DF 9C CC                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.16.756.1.89.1.1.1.1]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 20 68 74 74 70 3A 2F   2F 72 65 70 6F 73 69 74  . http://reposit
[info] >> 0010: 6F 72 79 2E 73 77 69 73   73 73 69 67 6E 2E 63 6F  ory.swisssign.co
[info] >> 0020: 6D 2F                                              m/
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 50 AF CC 07 87 15 47 6F   38 C5 B4 65 D1 DE 95 AA  P.....Go8..e....
[info] >> 0010: E9 DF 9C CC                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:dst_root_ca_x3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=DST Root CA X3, O=Digital Signature Trust Co.
[info] >> Issuer: CN=DST Root CA X3, O=Digital Signature Trust Co.
[info] >> Serial number: 44afb080d6a327ba893039862ef8406b
[info] >> Valid from: Sat Sep 30 21:12:19 UTC 2000 until: Thu Sep 30 14:01:15 UTC 2021
[info] >> Certificate fingerprints:
[info] >>        MD5:  41:03:52:DC:0F:F7:50:1B:16:F0:02:8E:BA:6F:45:C5
[info] >>        SHA1: DA:C9:02:4F:54:D8:F6:DF:94:93:5F:B1:73:26:38:CA:6A:D7:7C:13
[info] >>        SHA256: 06:87:26:03:31:A7:24:03:D9:09:F1:05:E6:9B:CF:0D:32:E1:BD:24:93:FF:C6:D9:20:6D:11:BC:D6:77:07:39
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] &gt;&gt; #2: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: C4 A7 B1 A4 7B 2C 71 FA   DB E1 4B 90 75 FF C4 15  .....,q...K.u...
[info] &gt;&gt; 0010: 60 85 89 10                                        `...
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:utn_userfirst_hardware_root_ca.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US
[info] &gt;&gt; Issuer: CN=UTN-USERFirst-Hardware, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US
[info] &gt;&gt; Serial number: 44be0c8b500024b411d3362afe650afd
[info] &gt;&gt; Valid from: Fri Jul 09 18:10:42 UTC 1999 until: Tue Jul 09 18:19:22 UTC 2019
[info] >> Certificate fingerprints:
[info] >>        MD5:  4C:56:41:E5:0D:BB:2B:E8:CA:A3:ED:18:08:AD:43:39
[info] >>        SHA1: 04:83:ED:33:99:AC:36:08:05:87:22:ED:BC:5E:46:00:E3:BE:F9:D7
[info] >>        SHA256: 6E:A5:47:41:D0:04:66:7E:ED:1B:48:16:63:4A:A3:A7:9E:6E:4B:96:95:0F:82:79:DA:FC:8D:9B:D8:81:21:37
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.usertrust.com/UTN-USERFirst-Hardware.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.37 Criticality=false
[info] >> ExtendedKeyUsages [
[info] >>   serverAuth
[info] >>   ipsecEndSystem
[info] >>   ipsecTunnel
[info] >>   ipsecUser
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Non_repudiation
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A1 72 5F 26 1B 28 98 43   95 5D 07 37 D5 85 96 9D  .r_&.(.C.].7....
[info] >> 0010: 4B D2 C3 45                                        K..E
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:starfield_class_2_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US
[info] >> Issuer: OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US
[info] >> Serial number: 0
[info] >> Valid from: Tue Jun 29 17:39:16 UTC 2004 until: Thu Jun 29 17:39:16 UTC 2034
[info] >> Certificate fingerprints:
[info] >>        MD5:  32:4A:4B:BB:C8:63:69:9B:BE:74:9A:C6:DD:1D:46:24
[info] >>        SHA1: AD:7E:1C:28:B0:64:EF:8F:60:03:40:20:14:C3:D0:E3:37:0E:B5:8A
[info] >>        SHA256: 14:65:FA:20:53:97:B8:76:FA:A6:F0:A9:95:8E:55:90:E4:0F:CC:7F:AA:4F:B7:C2:C8:67:75:21:FB:5F:B6:58
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: BF 5F B7 D1 CE DD 1F 86   F4 5B 55 AC DC D7 10 C2  ._.......[U.....
[info] >> 0010: 0E A9 88 E7                                        ....
[info] >> ]
[info] >> [OU=Starfield Class 2 Certification Authority, O="Starfield Technologies, Inc.", C=US]
[info] >> SerialNumber: [    00]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: BF 5F B7 D1 CE DD 1F 86   F4 5B 55 AC DC D7 10 C2  ._.......[U.....
[info] >> 0010: 0E A9 88 E7                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:s-trust_authentication_and_encryption_root_ca_2005_pn.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=S-TRUST Authentication and Encryption Root CA 2005:PN, O=Deutscher Sparkassen Verlag GmbH, L=Stuttgart, ST=Baden-Wuerttemberg (BW), C=DE
[info] >> Issuer: CN=S-TRUST Authentication and Encryption Root CA 2005:PN, O=Deutscher Sparkassen Verlag GmbH, L=Stuttgart, ST=Baden-Wuerttemberg (BW), C=DE
[info] >> Serial number: 371918e653547c1ab5b8cb595adb35b7
[info] >> Valid from: Wed Jun 22 00:00:00 UTC 2005 until: Fri Jun 21 23:59:59 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  04:4B:FD:C9:6C:DA:2A:32:85:7C:59:84:61:46:8A:64
[info] >>        SHA1: BE:B5:A9:95:74:6B:9E:DF:73:8B:56:E6:DF:43:7A:77:BE:10:6B:81
[info] >>        SHA256: 37:D8:DC:8A:F7:86:78:45:DA:33:44:A6:B1:BA:DE:44:8D:8A:80:E4:7B:55:79:F9:6B:F6:31:76:8F:9F:30:F6
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 0F CA 1E 5C 79 E0 A2 F3   29 B6 D2 85 B3 0B 4A B5  ...\y...).....J.
[info] >> 0010: 65 EC 6B 52                                        e.kR
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:0
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   CN=STRonline1-2048-5
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 0F CA 1E 5C 79 E0 A2 F3   29 B6 D2 85 B3 0B 4A B5  ...\y...).....J.
[info] >> 0010: 65 EC 6B 52                                        e.kR
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:america_online_root_certification_authority_2.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=America Online Root Certification Authority 2, O=America Online Inc., C=US
[info] &gt;&gt; Issuer: CN=America Online Root Certification Authority 2, O=America Online Inc., C=US
[info] &gt;&gt; Serial number: 1
[info] &gt;&gt; Valid from: Tue May 28 06:00:00 UTC 2002 until: Tue Sep 29 14:08:00 UTC 2037
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  D6:ED:3C:CA:E2:66:0F:AF:10:43:0D:77:9B:04:09:BF
[info] &gt;&gt;        SHA1: 85:B5:FF:67:9B:0C:79:96:1F:C8:6E:44:22:00:46:13:DB:17:92:84
[info] &gt;&gt;        SHA256: 7D:3B:46:5A:60:14:E5:26:C0:AF:FC:EE:21:27:D2:31:17:27:AD:81:1C:26:84:2D:00:6A:F3:73:06:CC:80:BD
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.35 Criticality=false
[info] &gt;&gt; AuthorityKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 4D 45 C1 68 38 BB 73 A9   69 A1 20 E7 ED F5 22 A1  ME.h8.s.i. ...".
[info] >> 0010: 23 14 D7 9E                                        #...
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4D 45 C1 68 38 BB 73 A9   69 A1 20 E7 ED F5 22 A1  ME.h8.s.i. ...".
[info] >> 0010: 23 14 D7 9E                                        #...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:china_internet_network_information_center_ev_certificates_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=China Internet Network Information Center EV Certificates Root, O=China Internet Network Information Center, C=CN
[info] >> Issuer: CN=China Internet Network Information Center EV Certificates Root, O=China Internet Network Information Center, C=CN
[info] >> Serial number: 489f0001
[info] >> Valid from: Tue Aug 31 07:11:25 UTC 2010 until: Sat Aug 31 07:11:25 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  55:5D:63:00:97:BD:6A:97:F5:67:AB:4B:FB:6E:63:15
[info] >>        SHA1: 4F:99:AA:93:FB:2B:D1:37:26:A1:99:4A:CE:7F:F0:05:F2:93:5D:1E
[info] >>        SHA256: 1C:01:C6:F4:DB:B2:FE:FC:22:55:8B:2B:CA:32:56:3F:49:84:4A:CF:C3:2B:7B:E4:B0:FF:59:9F:9E:8C:7A:F7
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 7C 72 4B 39 C7 C0 DB 62   A5 4F 9B AA 18 34 92 A2  .rK9...b.O...4..
[info] >> 0010: CA 83 82 59                                        ...Y
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 7C 72 4B 39 C7 C0 DB 62   A5 4F 9B AA 18 34 92 A2  .rK9...b.O...4..
[info] >> 0010: CA 83 82 59                                        ...Y
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_class_1_public_primary_certification_authority_-_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=VeriSign Class 1 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Issuer: CN=VeriSign Class 1 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Serial number: 8b5b75568454850b00cfaf3848ceb1a4
[info] >> Valid from: Fri Oct 01 00:00:00 UTC 1999 until: Wed Jul 16 23:59:59 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  B1:47:BC:18:57:D1:18:A0:78:2D:EC:71:E8:2A:95:73
[info] >>        SHA1: 20:42:85:DC:F7:EB:76:41:95:57:8E:13:6B:D4:B7:D1:E9:8E:46:A5
[info] >>        SHA256: CB:B5:AF:18:5E:94:2A:24:02:F9:EA:CB:C0:ED:5B:B8:76:EE:A3:C1:22:36:23:D0:04:47:E4:F3:BA:55:4B:65
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 1
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:teliasonera_root_ca_v1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=TeliaSonera Root CA v1, O=TeliaSonera
[info] >> Issuer: CN=TeliaSonera Root CA v1, O=TeliaSonera
[info] >> Serial number: 95be16a0f72e46f17b398272fa8bcd96
[info] >> Valid from: Thu Oct 18 12:00:50 UTC 2007 until: Mon Oct 18 12:00:50 UTC 2032
[info] >> Certificate fingerprints:
[info] >>        MD5:  37:41:49:1B:18:56:9A:26:F5:AD:C2:66:FB:40:A5:4C
[info] >>        SHA1: 43:13:BB:96:F1:D5:86:9B:C1:4E:6A:92:F6:CF:F6:34:69:87:82:37
[info] >>        SHA256: DD:69:36:FE:21:F8:F0:77:C1:23:A1:A5:21:C1:22:24:F7:22:55:B7:3E:03:A7:26:06:93:E8:A2:4B:0F:A3:89
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: F0 8F 59 38 00 B3 F5 8F   9A 96 0C D5 EB FA 7B AA  ..Y8............
[info] >> 0010: 17 E8 13 12                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:autoridad_de_certificacion_firmaprofesional_cif_a62634068.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES
[info] &gt;&gt; Issuer: CN=Autoridad de Certificacion Firmaprofesional CIF A62634068, C=ES
[info] &gt;&gt; Serial number: 53ec3beefbb2485f
[info] &gt;&gt; Valid from: Wed May 20 08:38:15 UTC 2009 until: Tue Dec 31 08:38:15 UTC 2030
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  73:3A:74:7A:EC:BB:A3:96:A6:C2:E4:E2:C8:9B:C0:C3
[info] &gt;&gt;        SHA1: AE:C5:FB:3F:C8:E1:BF:C4:E5:4F:03:07:5A:9A:E8:00:B7:F7:B6:FA
[info] &gt;&gt;        SHA256: 04:04:80:28:BF:1F:28:64:D4:8F:9A:D4:D8:32:94:36:6A:82:88:56:55:3F:3B:14:30:3F:90:14:7F:5D:40:EF
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:1
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] >> #2: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.5.29.32.0]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 23 68 74 74 70 3A 2F   2F 77 77 77 2E 66 69 72  .#http://www.fir
[info] >> 0010: 6D 61 70 72 6F 66 65 73   69 6F 6E 61 6C 2E 63 6F  maprofesional.co
[info] >> 0020: 6D 2F 63 70 73                                     m/cps
[info] >>
[info] >> ], PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.2
[info] >>   qualifier: 0000: 30 50 1E 4E 00 50 00 61   00 73 00 65 00 6F 00 20  0P.N.P.a.s.e.o.
[info] >> 0010: 00 64 00 65 00 20 00 6C   00 61 00 20 00 42 00 6F  .d.e. .l.a. .B.o
[info] >> 0020: 00 6E 00 61 00 6E 00 6F   00 76 00 61 00 20 00 34  .n.a.n.o.v.a. .4
[info] >> 0030: 00 37 00 20 00 42 00 61   00 72 00 63 00 65 00 6C  .7. .B.a.r.c.e.l
[info] >> 0040: 00 6F 00 6E 00 61 00 20   00 30 00 38 00 30 00 31  .o.n.a. .0.8.0.1
[info] >> 0050: 00 37                                              .7
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 65 CD EB AB 35 1E 00 3E   7E D5 74 C0 1C B4 73 47  e...5..>..t...sG
[info] >> 0010: 0E 1A 64 2F                                        ..d/
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:twca_global_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW
[info] >> Issuer: CN=TWCA Global Root CA, OU=Root CA, O=TAIWAN-CA, C=TW
[info] >> Serial number: cbe
[info] >> Valid from: Wed Jun 27 06:28:33 UTC 2012 until: Tue Dec 31 15:59:59 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  F9:03:7E:CF:E6:9E:3C:73:7A:2A:90:07:69:FF:2B:96
[info] >>        SHA1: 9C:BB:48:53:F6:A4:F6:D3:52:A4:E8:32:52:55:60:13:F5:AD:AF:65
[info] >>        SHA256: 59:76:90:07:F7:68:5D:0F:CD:50:87:2F:9F:95:D5:75:5A:5B:2B:45:7D:81:F3:69:2B:61:0A:98:67:2F:0E:1B
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:tc_trustcenter_universal_ca_i.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=TC TrustCenter Universal CA I, OU=TC TrustCenter Universal CA, O=TC TrustCenter GmbH, C=DE
[info] >> Issuer: CN=TC TrustCenter Universal CA I, OU=TC TrustCenter Universal CA, O=TC TrustCenter GmbH, C=DE
[info] >> Serial number: 1da200010002ecb76080788db606
[info] >> Valid from: Wed Mar 22 15:54:28 UTC 2006 until: Wed Dec 31 22:59:59 UTC 2025
[info] >> Certificate fingerprints:
[info] >>        MD5:  45:E1:A5:72:C5:A9:36:64:40:9E:F5:E4:58:84:67:8C
[info] >>        SHA1: 6B:2F:34:AD:89:58:BE:62:FD:B0:6B:5C:CE:BB:9D:D9:4F:4E:39:F3
[info] >>        SHA256: EB:F3:C0:2A:87:89:B1:FB:7D:51:19:95:D6:63:B7:29:06:D9:13:CE:0D:5E:10:56:8A:8A:77:E2:58:61:67:E7
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 92 A4 75 2C A4 9E BE 81   44 EB 79 FC 8A C5 95 A5  ..u,....D.y.....
[info] >> 0010: EB 10 75 73                                        ..us
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 92 A4 75 2C A4 9E BE 81   44 EB 79 FC 8A C5 95 A5  ..u,....D.y.....
[info] >> 0010: EB 10 75 73                                        ..us
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:camerfirma_global_chambersign_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Global Chambersign Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU
[info] >> Issuer: CN=Global Chambersign Root, OU=http://www.chambersign.org, O=AC Camerfirma SA CIF A82743287, C=EU
[info] >> Serial number: 0
[info] >> Valid from: Tue Sep 30 16:14:18 UTC 2003 until: Wed Sep 30 16:14:18 UTC 2037
[info] >> Certificate fingerprints:
[info] >>        MD5:  C5:E6:7B:BF:06:D0:4F:43:ED:C4:7A:65:8A:FB:6B:19
[info] >>        SHA1: 33:9B:6B:14:50:24:9B:55:7A:01:87:72:84:D9:E0:2F:C3:D2:D8:E9
[info] >>        SHA256: EF:3C:B4:17:FC:8E:BF:6F:97:87:6C:9E:4E:CE:39:DE:1E:A5:FE:64:91:41:D1:02:8B:7D:11:C0:B2:29:8C:ED
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:12
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.31 Criticality=false
[info] &gt;&gt; CRLDistributionPoints [
[info] &gt;&gt;   [DistributionPoint:
[info] &gt;&gt;      [URIName: http://crl.chambersign.org/chambersignroot.crl]
[info] &gt;&gt; ]]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.32 Criticality=false
[info] &gt;&gt; CertificatePolicies [
[info] &gt;&gt;   [CertificatePolicyId: [1.3.6.1.4.1.17326.10.1.1]
[info] &gt;&gt; [PolicyQualifierInfo: [
[info] &gt;&gt;   qualifierID: 1.3.6.1.5.5.7.2.1
[info] &gt;&gt;   qualifier: 0000: 16 33 68 74 74 70 3A 2F   2F 63 70 73 2E 63 68 61  .3http://cps.cha
[info] &gt;&gt; 0010: 6D 62 65 72 73 69 67 6E   2E 6F 72 67 2F 63 70 73  mbersign.org/cps
[info] &gt;&gt; 0020: 2F 63 68 61 6D 62 65 72   73 69 67 6E 72 6F 6F 74  /chambersignroot
[info] &gt;&gt; 0030: 2E 68 74 6D 6C                                     .html
[info] &gt;&gt;
[info] &gt;&gt; ]]  ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.18 Criticality=false
[info] >> IssuerAlternativeName [
[info] >>   RFC822Name: chambersignroot@chambersign.org
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >> #7: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   RFC822Name: chambersignroot@chambersign.org
[info] >> ]
[info] >>
[info] >> #8: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 43 9C 36 9F B0 9E 30 4D   C6 CE 5F AD 10 AB E5 03  C.6...0M.._.....
[info] >> 0010: A5 FA A9 14                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:network_solutions_certificate_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Network Solutions Certificate Authority, O=Network Solutions L.L.C., C=US
[info] >> Issuer: CN=Network Solutions Certificate Authority, O=Network Solutions L.L.C., C=US
[info] >> Serial number: 57cb336fc25c16e6471617e3903168e0
[info] >> Valid from: Fri Dec 01 00:00:00 UTC 2006 until: Mon Dec 31 23:59:59 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  D3:F3:A6:16:C0:FA:6B:1D:59:B1:2D:96:4D:0E:11:2E
[info] >>        SHA1: 74:F8:A3:C3:EF:E7:B3:90:06:4B:83:90:3C:21:64:60:20:E5:DF:CE
[info] >>        SHA256: 15:F0:BA:00:A3:AC:7A:F3:AC:88:4C:07:2B:10:11:A0:77:BD:77:C0:97:F4:01:64:B2:F8:59:8A:BD:83:86:0C
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://crl.netsolssl.com/NetworkSolutionsCertificateAuthority.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 21 30 C9 FB 00 D7 4E 98   DA 87 AA 2A D0 A7 2E B1  !0....N....*....
[info] >> 0010: 40 31 A7 4C                                        @1.L
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:quovadis_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM
[info] >> Issuer: CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM
[info] >> Serial number: 3ab6508b
[info] >> Valid from: Mon Mar 19 18:33:33 UTC 2001 until: Wed Mar 17 18:33:33 UTC 2021
[info] >> Certificate fingerprints:
[info] >>        MD5:  27:DE:36:FE:72:B7:00:03:00:9D:F4:F0:1E:6C:04:24
[info] >>        SHA1: DE:3F:40:BD:50:93:D3:9B:6C:60:F6:DA:BC:07:62:01:00:89:76:C9
[info] >>        SHA256: A4:5E:DE:3B:BB:F0:9C:8A:E1:5C:72:EF:C0:72:68:D6:93:A2:1C:99:6F:D5:1E:67:CA:07:94:60:FD:6D:88:73
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
[info] >> AuthorityInfoAccess [
[info] >>   [
[info] >>    accessMethod: ocsp
[info] >>    accessLocation: URIName: https://ocsp.quovadisoffshore.com
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 8B 4B 6D ED D3 29 B9 06   19 EC 39 39 A9 F0 97 84  .Km..)....99....
[info] >> 0010: 6A CB EF DF                                        j...
[info] >> ]
[info] >> [CN=QuoVadis Root Certification Authority, OU=Root Certification Authority, O=QuoVadis Limited, C=BM]
[info] >> SerialNumber: [    3ab6508b]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.3.6.1.4.1.8024.0.1]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.2
[info] >>   qualifier: 0000: 30 81 C7 1A 81 C4 52 65   6C 69 61 6E 63 65 20 6F  0.....Reliance o
[info] >> 0010: 6E 20 74 68 65 20 51 75   6F 56 61 64 69 73 20 52  n the QuoVadis R
[info] >> 0020: 6F 6F 74 20 43 65 72 74   69 66 69 63 61 74 65 20  oot Certificate
[info] >> 0030: 62 79 20 61 6E 79 20 70   61 72 74 79 20 61 73 73  by any party ass
[info] >> 0040: 75 6D 65 73 20 61 63 63   65 70 74 61 6E 63 65 20  umes acceptance
[info] >> 0050: 6F 66 20 74 68 65 20 74   68 65 6E 20 61 70 70 6C  of the then appl
[info] >> 0060: 69 63 61 62 6C 65 20 73   74 61 6E 64 61 72 64 20  icable standard
[info] >> 0070: 74 65 72 6D 73 20 61 6E   64 20 63 6F 6E 64 69 74  terms and condit
[info] >> 0080: 69 6F 6E 73 20 6F 66 20   75 73 65 2C 20 63 65 72  ions of use, cer
[info] >> 0090: 74 69 66 69 63 61 74 69   6F 6E 20 70 72 61 63 74  tification pract
[info] >> 00A0: 69 63 65 73 2C 20 61 6E   64 20 74 68 65 20 51 75  ices, and the Qu
[info] &gt;&gt; 00B0: 6F 56 61 64 69 73 20 43   65 72 74 69 66 69 63 61  oVadis Certifica
[info] &gt;&gt; 00C0: 74 65 20 50 6F 6C 69 63   79 2E                    te Policy.
[info] &gt;&gt;
[info] &gt;&gt; ], PolicyQualifierInfo: [
[info] &gt;&gt;   qualifierID: 1.3.6.1.5.5.7.2.1
[info] &gt;&gt;   qualifier: 0000: 16 16 68 74 74 70 3A 2F   2F 77 77 77 2E 71 75 6F  ..http://www.quo
[info] &gt;&gt; 0010: 76 61 64 69 73 2E 62 6D                            vadis.bm
[info] &gt;&gt;
[info] &gt;&gt; ]]  ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #5: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #6: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 8B 4B 6D ED D3 29 B9 06   19 EC 39 39 A9 F0 97 84  .Km..)....99....
[info] &gt;&gt; 0010: 6A CB EF DF                                        j...
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:taiwan_grca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: O=Government Root Certification Authority, C=TW
[info] >> Issuer: O=Government Root Certification Authority, C=TW
[info] >> Serial number: 1f9d595ad72fc20644a5800869e35ef6
[info] >> Valid from: Thu Dec 05 13:23:33 UTC 2002 until: Sun Dec 05 13:23:33 UTC 2032
[info] >> Certificate fingerprints:
[info] >>        MD5:  37:85:44:53:32:45:1F:20:F0:F3:95:E1:25:C4:43:4E
[info] >>        SHA1: F4:8B:11:BF:DE:AB:BE:94:54:20:71:E6:41:DE:6B:BE:88:2B:40:B9
[info] >>        SHA256: 76:00:29:5E:EF:E8:5B:9E:1F:D6:24:DB:76:06:2A:AA:AE:59:81:8A:54:D2:77:4C:D4:C0:B2:C0:11:31:E1:B3
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.23.42.7.0 Criticality=false
[info] >> 0000: 30 2F 30 2D 02 01 00 30   09 06 05 2B 0E 03 02 1A  0/0-...0...+....
[info] >> 0010: 05 00 30 07 06 05 67 2A   03 00 00 04 14 03 9B F0  ..0...g*........
[info] >> 0020: 22 13 FF 95 28 36 D3 DC   9E C0 32 FB 31 3A 8A 51  "...(6....2.1:.Q
[info] >> 0030: 65                                                 e
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: CC CC EF CC 29 60 A4 3B   B1 92 B6 3C FA 32 62 8F  ....)`.;...<.2b.
[info] >> 0010: AC 25 15 3B                                        .%.;
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:globalsign_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE
[info] >> Issuer: CN=GlobalSign Root CA, OU=Root CA, O=GlobalSign nv-sa, C=BE
[info] >> Serial number: 40000000001154b5ac394
[info] >> Valid from: Tue Sep 01 12:00:00 UTC 1998 until: Fri Jan 28 12:00:00 UTC 2028
[info] >> Certificate fingerprints:
[info] >>        MD5:  3E:45:52:15:09:51:92:E1:B7:5D:37:9F:B1:87:29:8A
[info] >>        SHA1: B1:BC:96:8B:D4:F4:9D:62:2A:A8:9A:81:F2:15:01:52:A4:1D:82:9C
[info] >>        SHA256: EB:D4:10:40:E4:BB:3E:C7:42:C9:E3:81:D3:1E:F2:A4:1A:48:B6:68:5C:96:E7:CE:F3:C1:DF:6C:D4:33:1C:99
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 60 7B 66 1A 45 0D 97 CA   89 50 2F 7D 04 CD 34 A8  `.f.E....P/...4.
[info] >> 0010: FF FC FD 4B                                        ...K
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:visa_ecommerce_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Visa eCommerce Root, OU=Visa International Service Association, O=VISA, C=US
[info] >> Issuer: CN=Visa eCommerce Root, OU=Visa International Service Association, O=VISA, C=US
[info] >> Serial number: 1386354d1d3f06f2c1f96505d5901c62
[info] >> Valid from: Wed Jun 26 02:18:36 UTC 2002 until: Fri Jun 24 00:16:12 UTC 2022
[info] >> Certificate fingerprints:
[info] >>        MD5:  FC:11:B8:D8:08:93:30:00:6D:23:F9:7E:EB:52:1E:02
[info] >>        SHA1: 70:17:9B:86:8C:00:A4:FA:60:91:52:22:3F:9F:3E:32:BD:E0:05:62
[info] >>        SHA256: 69:FA:C9:BD:55:FB:0A:C7:8D:53:BB:EE:5C:F1:D5:97:98:9F:D0:AA:AB:20:A2:51:51:BD:F1:73:3E:E7:D1:22
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 15 38 83 0F 3F 2C 3F 70   33 1E CD 46 FE 07 8C 20  .8..?,?p3..F...
[info] >> 0010: E0 D7 C3 B7                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:quovadis_root_ca_2_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM
[info] >> Issuer: CN=QuoVadis Root CA 2 G3, O=QuoVadis Limited, C=BM
[info] >> Serial number: 445734245b81899b35f2ceb82b3b5ba726f07528
[info] >> Valid from: Thu Jan 12 18:59:32 UTC 2012 until: Sun Jan 12 18:59:32 UTC 2042
[info] >> Certificate fingerprints:
[info] >>        MD5:  AF:0C:86:6E:BF:40:2D:7F:0B:3E:12:50:BA:12:3D:06
[info] >>        SHA1: 09:3C:61:F3:8B:8B:DC:7D:55:DF:75:38:02:05:00:E1:25:F5:C8:36
[info] >>        SHA256: 8F:E4:FB:0A:F9:3A:4D:0D:67:DB:0B:EB:B2:3E:37:C7:1B:F3:25:DC:BC:DD:24:0E:A0:4D:AF:58:B4:7E:18:40
[info] &gt;&gt;        Signature algorithm name: SHA256withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: ED E7 6F 76 5A BF 60 EC   49 5B C6 A5 77 BB 72 16  ..ovZ.`.I[..w.r.
[info] &gt;&gt; 0010: 71 9B C4 3D                                        q..=
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:ssl-cert-snakeoil.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=dfc2eabdf236
[info] &gt;&gt; Issuer: CN=dfc2eabdf236
[info] &gt;&gt; Serial number: aafa471e9420c461
[info] >> Valid from: Tue Jan 26 05:55:39 UTC 2016 until: Fri Jan 23 05:55:39 UTC 2026
[info] >> Certificate fingerprints:
[info] >>        MD5:  77:D5:67:C2:35:6D:A8:13:0E:DB:FB:3E:28:BF:82:C7
[info] >>        SHA1: C4:DA:E0:CB:5F:31:10:2D:83:91:43:87:C7:EF:E0:02:52:EB:AF:01
[info] >>        SHA256: 2F:D8:A3:5C:73:F2:99:73:AF:16:2E:C4:28:79:61:B8:CA:23:B4:7F:52:7A:65:26:F2:EA:38:72:9D:AE:61:B7
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:false
[info] >>   PathLen: undefined
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:addtrust_low-value_services_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=AddTrust Class 1 CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE
[info] >> Issuer: CN=AddTrust Class 1 CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE
[info] >> Serial number: 1
[info] >> Valid from: Tue May 30 10:38:31 UTC 2000 until: Sat May 30 10:38:31 UTC 2020
[info] >> Certificate fingerprints:
[info] >>        MD5:  1E:42:95:02:33:92:6B:B9:5F:C0:7F:DA:D6:B2:4B:FC
[info] >>        SHA1: CC:AB:0E:A0:4C:23:01:D6:69:7B:DD:37:9F:CD:12:EB:24:E3:94:9D
[info] >>        SHA256: 8C:72:09:27:9A:C0:4E:27:5E:16:D0:7F:D3:B7:75:E8:01:54:B5:96:80:46:E3:1F:52:DD:25:76:63:24:E9:A7
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 95 B1 B4 F0 94 B6 BD C7   DA D1 11 09 21 BE C1 AF  ............!...
[info] >> 0010: 49 FD 10 7B                                        I...
[info] >> ]
[info] >> [CN=AddTrust Class 1 CA Root, OU=AddTrust TTP Network, O=AddTrust AB, C=SE]
[info] >> SerialNumber: [    01]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 95 B1 B4 F0 94 B6 BD C7   DA D1 11 09 21 BE C1 AF  ............!...
[info] >> 0010: 49 FD 10 7B                                        I...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:comsign_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: C=IL, O=ComSign, CN=ComSign CA
[info] >> Issuer: C=IL, O=ComSign, CN=ComSign CA
[info] >> Serial number: 1413968314558cea7b63e5fc34877744
[info] >> Valid from: Wed Mar 24 11:32:18 UTC 2004 until: Mon Mar 19 15:02:18 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  CD:F4:39:F3:B5:18:50:D7:3E:A4:C5:91:A0:3E:21:4B
[info] >>        SHA1: E1:A4:5B:14:1A:21:DA:1A:79:F4:1A:42:A9:61:D6:69:CD:06:34:C1
[info] >>        SHA256: AE:44:57:B4:0D:9E:DA:96:67:7B:0D:3C:92:D5:7B:51:77:AB:D7:AC:10:37:95:83:56:D1:E0:94:51:8B:E5:F2
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4B 01 9B 3E 56 1A 65 36   76 CB 7B 97 AA 92 05 EE  K..>V.e6v.......
[info] >> 0010: 32 E7 28 31                                        2.(1
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://fedir.comsign.co.il/crl/ComSignCA.crl]
[info] >> ]]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4B 01 9B 3E 56 1A 65 36   76 CB 7B 97 AA 92 05 EE  K..>V.e6v.......
[info] >> 0010: 32 E7 28 31                                        2.(1
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:entrust_root_certification_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US
[info] >> Issuer: CN=Entrust Root Certification Authority, OU="(c) 2006 Entrust, Inc.", OU=www.entrust.net/CPS is incorporated by reference, O="Entrust, Inc.", C=US
[info] >> Serial number: 456b5054
[info] >> Valid from: Mon Nov 27 20:23:42 UTC 2006 until: Fri Nov 27 20:53:42 UTC 2026
[info] >> Certificate fingerprints:
[info] >>        MD5:  D6:A5:C3:ED:5D:DD:3E:00:C1:3D:87:92:1F:1D:3F:E4
[info] &gt;&gt;        SHA1: B3:1E:B1:B7:40:E3:6C:84:02:DA:DC:37:D4:4D:F5:D4:67:49:52:F9
[info] &gt;&gt;        SHA256: 73:C1:76:43:4F:1B:C6:D5:AD:F4:5B:0E:76:E7:27:28:7C:8D:E5:76:16:C1:E6:E6:14:1A:2B:2C:BC:7D:8E:4C
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 1.2.840.113533.7.65.0 Criticality=false
[info] &gt;&gt; 0000: 30 0E 1B 08 56 37 2E 31   3A 34 2E 30 03 02 04 90  0...V7.1:4.0....
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.35 Criticality=false
[info] &gt;&gt; AuthorityKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 68 90 E4 67 A4 A6 53 80   C7 86 66 A4 F1 F7 4B 43  h..g..S...f...KC
[info] &gt;&gt; 0010: FB 84 BD 6D                                        ...m
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #5: ObjectId: 2.5.29.16 Criticality=false
[info] >> PrivateKeyUsage: [
[info] >> From: Mon Nov 27 20:23:42 UTC 2006, To: Fri Nov 27 20:53:42 UTC 2026]
[info] >>
[info] >> #6: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 68 90 E4 67 A4 A6 53 80   C7 86 66 A4 F1 F7 4B 43  h..g..S...f...KC
[info] >> 0010: FB 84 BD 6D                                        ...m
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:digital_signature_trust_co._global_ca_3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=DSTCA E2, O=Digital Signature Trust Co., C=US
[info] >> Issuer: OU=DSTCA E2, O=Digital Signature Trust Co., C=US
[info] >> Serial number: 366ed3ce
[info] >> Valid from: Wed Dec 09 19:17:26 UTC 1998 until: Sun Dec 09 19:47:26 UTC 2018
[info] >> Certificate fingerprints:
[info] >>        MD5:  93:C2:8E:11:7B:D4:F3:03:19:BD:28:75:13:4A:45:4A
[info] >>        SHA1: AB:48:F3:33:DB:04:AB:B9:C0:72:DA:5B:0C:C1:D0:57:F0:36:9B:46
[info] >>        SHA256: 8F:62:D7:73:6F:99:DB:D3:3E:E0:0E:10:C7:E3:29:33:9C:98:8A:5B:47:EF:25:F4:08:29:3C:F2:42:6B:4D:44
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 1.2.840.113533.7.65.0 Criticality=false
[info] >> 0000: 30 0A 1B 04 56 34 2E 30   03 02 04 90              0...V4.0....
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 1E 82 4D 28 65 80 3C C9   41 6E AC 35 2E 5A CB DE  ..M(e.<.An.5.Z..
[info] >> 0010: EE F8 39 5B                                        ..9[
[info] >> ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [CN=CRL1, OU=DSTCA E2, O=Digital Signature Trust Co., C=US]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >> #7: ObjectId: 2.5.29.16 Criticality=false
[info] >> PrivateKeyUsage: [
[info] >> From: Wed Dec 09 19:17:26 UTC 1998, To: Sun Dec 09 19:17:26 UTC 2018]
[info] >>
[info] >> #8: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 1E 82 4D 28 65 80 3C C9   41 6E AC 35 2E 5A CB DE  ..M(e.<.An.5.Z..
[info] >> 0010: EE F8 39 5B                                        ..9[
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:certigna.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Certigna, O=Dhimyotis, C=FR
[info] >> Issuer: CN=Certigna, O=Dhimyotis, C=FR
[info] >> Serial number: fedce3010fc948ff
[info] >> Valid from: Fri Jun 29 15:13:05 UTC 2007 until: Tue Jun 29 15:13:05 UTC 2027
[info] >> Certificate fingerprints:
[info] >>        MD5:  AB:57:A6:5B:7D:42:82:19:B5:D8:58:26:28:5E:FD:FF
[info] >>        SHA1: B1:2E:13:63:45:86:A4:6F:1A:B2:60:68:37:58:2D:C4:AC:FD:94:97
[info] >>        SHA256: E3:B6:A2:DB:2E:D7:CE:48:84:2F:7A:C5:32:41:C7:B7:1D:54:14:4B:FB:40:C1:1F:3F:1D:0B:42:F5:EE:A1:2D
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 1A ED FE 41 39 90 B4 24   59 BE 01 F2 52 D5 45 F6  ...A9..$Y...R.E.
[info] >> 0010: 5A 39 DC 11                                        Z9..
[info] >> ]
[info] >> [CN=Certigna, O=Dhimyotis, C=FR]
[info] >> SerialNumber: [    fedce301 0fc948ff]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 1A ED FE 41 39 90 B4 24   59 BE 01 F2 52 D5 45 F6  ...A9..$Y...R.E.
[info] >> 0010: 5A 39 DC 11                                        Z9..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:netlock_express_=class_c=_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=NetLock Expressz (Class C) Tanusitvanykiado, OU=Tanusitvanykiadok, O=NetLock Halozatbiztonsagi Kft., L=Budapest, C=HU
[info] >> Issuer: CN=NetLock Expressz (Class C) Tanusitvanykiado, OU=Tanusitvanykiadok, O=NetLock Halozatbiztonsagi Kft., L=Budapest, C=HU
[info] &gt;&gt; Serial number: 68
[info] &gt;&gt; Valid from: Thu Feb 25 14:08:11 UTC 1999 until: Wed Feb 20 14:08:11 UTC 2019
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  4F:EB:F1:F0:70:C2:80:63:5D:58:9F:DA:12:3C:A9:C4
[info] &gt;&gt;        SHA1: E3:92:51:2F:0A:CF:F5:05:DF:F6:DE:06:7F:75:37:E1:65:EA:57:4B
[info] &gt;&gt;        SHA256: 0B:5E:ED:4E:84:64:03:CF:55:E0:65:84:84:40:ED:2A:82:75:8B:F5:B9:AA:1F:25:3D:46:13:CF:A0:80:FF:3F
[info] &gt;&gt;        Signature algorithm name: MD5withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.16.840.1.113730.1.13 Criticality=false
[info] &gt;&gt; 0000: 16 82 02 4D 46 49 47 59   45 4C 45 4D 21 20 45 7A  ...MFIGYELEM! Ez
[info] &gt;&gt; 0010: 65 6E 20 74 61 6E 75 73   69 74 76 61 6E 79 20 61  en tanusitvany a
[info] &gt;&gt; 0020: 20 4E 65 74 4C 6F 63 6B   20 4B 66 74 2E 20 41 6C   NetLock Kft. Al
[info] &gt;&gt; 0030: 74 61 6C 61 6E 6F 73 20   53 7A 6F 6C 67 61 6C 74  talanos Szolgalt
[info] &gt;&gt; 0040: 61 74 61 73 69 20 46 65   6C 74 65 74 65 6C 65 69  atasi Feltetelei
[info] &gt;&gt; 0050: 62 65 6E 20 6C 65 69 72   74 20 65 6C 6A 61 72 61  ben leirt eljara
[info] >> 0060: 73 6F 6B 20 61 6C 61 70   6A 61 6E 20 6B 65 73 7A  sok alapjan kesz
[info] >> 0070: 75 6C 74 2E 20 41 20 68   69 74 65 6C 65 73 69 74  ult. A hitelesit
[info] >> 0080: 65 73 20 66 6F 6C 79 61   6D 61 74 61 74 20 61 20  es folyamatat a
[info] >> 0090: 4E 65 74 4C 6F 63 6B 20   4B 66 74 2E 20 74 65 72  NetLock Kft. ter
[info] >> 00A0: 6D 65 6B 66 65 6C 65 6C   6F 73 73 65 67 2D 62 69  mekfelelosseg-bi
[info] >> 00B0: 7A 74 6F 73 69 74 61 73   61 20 76 65 64 69 2E 20  ztositasa vedi.
[info] >> 00C0: 41 20 64 69 67 69 74 61   6C 69 73 20 61 6C 61 69  A digitalis alai
[info] >> 00D0: 72 61 73 20 65 6C 66 6F   67 61 64 61 73 61 6E 61  ras elfogadasana
[info] >> 00E0: 6B 20 66 65 6C 74 65 74   65 6C 65 20 61 7A 20 65  k feltetele az e
[info] >> 00F0: 6C 6F 69 72 74 20 65 6C   6C 65 6E 6F 72 7A 65 73  loirt ellenorzes
[info] >> 0100: 69 20 65 6C 6A 61 72 61   73 20 6D 65 67 74 65 74  i eljaras megtet
[info] >> 0110: 65 6C 65 2E 20 41 7A 20   65 6C 6A 61 72 61 73 20  ele. Az eljaras
[info] >> 0120: 6C 65 69 72 61 73 61 20   6D 65 67 74 61 6C 61 6C  leirasa megtalal
[info] >> 0130: 68 61 74 6F 20 61 20 4E   65 74 4C 6F 63 6B 20 4B  hato a NetLock K
[info] >> 0140: 66 74 2E 20 49 6E 74 65   72 6E 65 74 20 68 6F 6E  ft. Internet hon
[info] >> 0150: 6C 61 70 6A 61 6E 20 61   20 68 74 74 70 73 3A 2F  lapjan a https:/
[info] >> 0160: 2F 77 77 77 2E 6E 65 74   6C 6F 63 6B 2E 6E 65 74  /www.netlock.net
[info] >> 0170: 2F 64 6F 63 73 20 63 69   6D 65 6E 20 76 61 67 79  /docs cimen vagy
[info] >> 0180: 20 6B 65 72 68 65 74 6F   20 61 7A 20 65 6C 6C 65   kerheto az elle
[info] >> 0190: 6E 6F 72 7A 65 73 40 6E   65 74 6C 6F 63 6B 2E 6E  norzes@netlock.n
[info] >> 01A0: 65 74 20 65 2D 6D 61 69   6C 20 63 69 6D 65 6E 2E  et e-mail cimen.
[info] >> 01B0: 20 49 4D 50 4F 52 54 41   4E 54 21 20 54 68 65 20   IMPORTANT! The
[info] >> 01C0: 69 73 73 75 61 6E 63 65   20 61 6E 64 20 74 68 65  issuance and the
[info] >> 01D0: 20 75 73 65 20 6F 66 20   74 68 69 73 20 63 65 72   use of this cer
[info] >> 01E0: 74 69 66 69 63 61 74 65   20 69 73 20 73 75 62 6A  tificate is subj
[info] >> 01F0: 65 63 74 20 74 6F 20 74   68 65 20 4E 65 74 4C 6F  ect to the NetLo
[info] >> 0200: 63 6B 20 43 50 53 20 61   76 61 69 6C 61 62 6C 65  ck CPS available
[info] >> 0210: 20 61 74 20 68 74 74 70   73 3A 2F 2F 77 77 77 2E   at https://www.
[info] >> 0220: 6E 65 74 6C 6F 63 6B 2E   6E 65 74 2F 64 6F 63 73  netlock.net/docs
[info] >> 0230: 20 6F 72 20 62 79 20 65   2D 6D 61 69 6C 20 61 74   or by e-mail at
[info] >> 0240: 20 63 70 73 40 6E 65 74   6C 6F 63 6B 2E 6E 65 74   cps@netlock.net
[info] >> 0250: 2E                                                 .
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:4
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:thawte_primary_root_ca_-_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US
[info] >> Issuer: CN=thawte Primary Root CA - G3, OU="(c) 2008 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US
[info] >> Serial number: 600197b746a7eab4b49ad64b2ff790fb
[info] >> Valid from: Wed Apr 02 00:00:00 UTC 2008 until: Tue Dec 01 23:59:59 UTC 2037
[info] >> Certificate fingerprints:
[info] >>        MD5:  FB:1B:5D:43:8A:94:CD:44:C6:76:F2:43:4B:47:E7:31
[info] >>        SHA1: F1:8B:53:8D:1B:E9:03:B6:A6:F0:56:43:5B:17:15:89:CA:F3:6B:F2
[info] >>        SHA256: 4B:03:F4:58:07:AD:70:F2:1B:FC:2C:AE:71:C9:FD:E4:60:4C:06:4C:F5:FF:B6:86:BA:E5:DB:AA:D7:FD:D3:4C
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: AD 6C AA 94 60 9C ED E4   FF FA 3E 0A 74 2B 63 03  .l..`.....>.t+c.
[info] >> 0010: F7 B6 59 BF                                        ..Y.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:dst_aces_ca_x6.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=DST ACES CA X6, OU=DST ACES, O=Digital Signature Trust, C=US
[info] >> Issuer: CN=DST ACES CA X6, OU=DST ACES, O=Digital Signature Trust, C=US
[info] >> Serial number: d5e990ad69db778ecd807563b8615d9
[info] >> Valid from: Thu Nov 20 21:19:58 UTC 2003 until: Mon Nov 20 21:19:58 UTC 2017
[info] >> Certificate fingerprints:
[info] >>        MD5:  21:D8:4C:82:2B:99:09:33:A2:EB:14:24:8D:8E:5F:E8
[info] >>        SHA1: 40:54:DA:6F:1C:3F:40:74:AC:ED:0F:EC:CD:DB:79:D1:53:FB:90:1D
[info] >>        SHA256: 76:7C:95:5A:76:41:2C:89:AF:68:8E:90:A1:C7:0F:55:6C:FD:6B:60:25:DB:EA:10:41:6D:7E:B6:83:1F:8C:40
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.32 Criticality=false
[info] &gt;&gt; CertificatePolicies [
[info] &gt;&gt;   [CertificatePolicyId: [2.16.840.1.101.3.2.1.1.1]
[info] &gt;&gt; [PolicyQualifierInfo: [
[info] &gt;&gt;   qualifierID: 1.3.6.1.5.5.7.2.1
[info] &gt;&gt;   qualifier: 0000: 16 3B 68 74 74 70 3A 2F   2F 77 77 77 2E 74 72 75  .;http://www.tru
[info] &gt;&gt; 0010: 73 74 64 73 74 2E 63 6F   6D 2F 63 65 72 74 69 66  stdst.com/certif
[info] &gt;&gt; 0020: 69 63 61 74 65 73 2F 70   6F 6C 69 63 79 2F 41 43  icates/policy/AC
[info] &gt;&gt; 0030: 45 53 2D 69 6E 64 65 78   2E 68 74 6D 6C           ES-index.html
[info] &gt;&gt;
[info] &gt;&gt; ]]  ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   DigitalSignature
[info] >>   Non_repudiation
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   RFC822Name: pki-ops@trustdst.com
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 09 72 06 4E 18 43 0F E5   D6 CC C3 6A 8B 31 7B 78  .r.N.C.....j.1.x
[info] >> 0010: 8F A8 83 B8                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:t-telesec_globalroot_class_2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE
[info] >> Issuer: CN=T-TeleSec GlobalRoot Class 2, OU=T-Systems Trust Center, O=T-Systems Enterprise Services GmbH, C=DE
[info] >> Serial number: 1
[info] >> Valid from: Wed Oct 01 10:40:14 UTC 2008 until: Sat Oct 01 23:59:59 UTC 2033
[info] >> Certificate fingerprints:
[info] >>        MD5:  2B:9B:9E:E4:7B:6C:1F:00:72:1A:CC:C1:77:79:DF:6A
[info] >>        SHA1: 59:0D:2D:7D:88:4F:40:2E:61:7E:A5:62:32:17:65:CF:17:D8:94:E9
[info] >>        SHA256: 91:E2:F5:78:8D:58:10:EB:A7:BA:58:73:7D:E1:54:8A:8E:CA:CD:01:45:98:BC:0B:14:3E:04:1B:17:05:25:52
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: BF 59 20 36 00 79 A0 A0   22 6B 8C D5 F2 61 D2 B8  .Y 6.y.."k...a..
[info] >> 0010: 2C CB 82 4A                                        ,..J
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:hellenic_academic_and_research_institutions_rootca_2011.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Hellenic Academic and Research Institutions RootCA 2011, O=Hellenic Academic and Research Institutions Cert. Authority, C=GR
[info] >> Issuer: CN=Hellenic Academic and Research Institutions RootCA 2011, O=Hellenic Academic and Research Institutions Cert. Authority, C=GR
[info] >> Serial number: 0
[info] >> Valid from: Tue Dec 06 13:49:52 UTC 2011 until: Mon Dec 01 13:49:52 UTC 2031
[info] >> Certificate fingerprints:
[info] >>        MD5:  73:9F:4C:4B:73:5B:79:E9:FA:BA:1C:EF:6E:CB:D5:C9
[info] >>        SHA1: FE:45:65:9B:79:03:5B:98:A1:61:B5:51:2E:AC:DA:58:09:48:22:4D
[info] >>        SHA256: BC:10:4F:15:A4:8B:E7:09:DC:A5:42:A7:E1:D4:B9:DF:6F:05:45:27:E8:02:EA:A9:2D:59:54:44:25:8A:FE:71
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.30 Criticality=false
[info] >> NameConstraints: [
[info] >>     Permitted:   GeneralSubtrees:
[info] >> [
[info] >>    GeneralSubtree: [
[info] >>     GeneralName: DNSName: .gr
[info] >>     Minimum: 0            Maximum: undefined    ]
[info] >> ,
[info] >>    GeneralSubtree: [
[info] >>     GeneralName: DNSName: .eu
[info] >>     Minimum: 0            Maximum: undefined    ]
[info] >> ,
[info] >>    GeneralSubtree: [
[info] >>     GeneralName: DNSName: .edu
[info] >>     Minimum: 0            Maximum: undefined    ]
[info] >> ,
[info] >>    GeneralSubtree: [
[info] >>     GeneralName: DNSName: .org
[info] >>     Minimum: 0            Maximum: undefined    ]
[info] >> ,
[info] >>    GeneralSubtree: [
[info] >>     GeneralName: RFC822Name: .gr
[info] >>     Minimum: 0            Maximum: undefined    ]
[info] >> ,
[info] >>    GeneralSubtree: [
[info] >>     GeneralName: RFC822Name: .eu
[info] >>     Minimum: 0            Maximum: undefined    ]
[info] >> ,
[info] >>    GeneralSubtree: [
[info] >>     GeneralName: RFC822Name: .edu
[info] >>     Minimum: 0            Maximum: undefined    ]
[info] >> ,
[info] >>    GeneralSubtree: [
[info] >>     GeneralName: RFC822Name: .org
[info] >>     Minimum: 0            Maximum: undefined    ]
[info] >> ]
[info] >>    ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A6 91 42 FD 13 61 4A 23   9E 08 A4 29 E5 D8 13 04  ..B..aJ#...)....
[info] >> 0010: 23 EE 41 25                                        #.A%
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:buypass_class_2_ca_1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Buypass Class 2 CA 1, O=Buypass AS-983163327, C=NO
[info] >> Issuer: CN=Buypass Class 2 CA 1, O=Buypass AS-983163327, C=NO
[info] >> Serial number: 1
[info] >> Valid from: Fri Oct 13 10:25:09 UTC 2006 until: Thu Oct 13 10:25:09 UTC 2016
[info] >> Certificate fingerprints:
[info] >>        MD5:  B8:08:9A:F0:03:CC:1B:0D:C8:6C:0B:76:A1:75:64:23
[info] >>        SHA1: A0:A1:AB:90:C9:FC:84:7B:3B:12:61:E8:97:7D:5F:D3:22:61:D3:CC
[info] &gt;&gt;        SHA256: 0F:4E:9C:DD:26:4B:02:55:50:D1:70:80:63:40:21:4F:E9:44:34:C9:B0:2F:69:7E:C7:10:FC:5F:EA:FB:5E:38
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 3F 8D 9A 59 8B FC 7B 7B   9C A3 AF 38 B0 39 ED 90  ?..Y.......8.9..
[info] &gt;&gt; 0010: 71 80 D6 C8                                        q...
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:verisign_class_3_public_primary_certification_authority_-_g2.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 3 Public Primary Certification Authority - G2, O="VeriSign, Inc.", C=US
[info] >> Issuer: OU=VeriSign Trust Network, OU="(c) 1998 VeriSign, Inc. - For authorized use only", OU=Class 3 Public Primary Certification Authority - G2, O="VeriSign, Inc.", C=US
[info] >> Serial number: 7dd9fe07cfa81eb7107967fba78934c6
[info] >> Valid from: Mon May 18 00:00:00 UTC 1998 until: Tue Aug 01 23:59:59 UTC 2028
[info] >> Certificate fingerprints:
[info] >>        MD5:  A2:33:9B:4C:74:78:73:D4:6C:E7:C1:F3:8D:CB:5C:E9
[info] >>        SHA1: 85:37:1C:A6:E5:50:14:3D:CE:28:03:47:1B:DE:3A:09:E8:F8:77:0F
[info] >>        SHA256: 83:CE:3C:12:29:68:8A:59:3D:48:5F:81:97:3C:0F:91:95:43:1E:DA:37:CC:5E:36:43:0E:79:C7:A8:88:63:8B
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 1
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:affirmtrust_networking.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=AffirmTrust Networking, O=AffirmTrust, C=US
[info] >> Issuer: CN=AffirmTrust Networking, O=AffirmTrust, C=US
[info] >> Serial number: 7c4f04391cd4992d
[info] >> Valid from: Fri Jan 29 14:08:24 UTC 2010 until: Tue Dec 31 14:08:24 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  42:65:CA:BE:01:9A:9A:4C:A9:8C:41:49:CD:C0:D5:7F
[info] >>        SHA1: 29:36:21:02:8B:20:ED:02:F5:66:C5:32:D1:D6:ED:90:9F:45:00:2F
[info] >>        SHA256: 0A:81:EC:5A:92:97:77:F1:45:90:4A:F3:8D:5D:50:9F:66:B5:E2:C5:8F:CD:B5:31:05:8B:0E:17:F3:F0:B4:1B
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 07 1F D2 E7 9C DA C2 6E   A2 40 B4 B0 7A 50 10 50  .......n.@..zP.P
[info] >> 0010: 74 C4 C8 BD                                        t...
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:thawte_primary_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US
[info] >> Issuer: CN=thawte Primary Root CA, OU="(c) 2006 thawte, Inc. - For authorized use only", OU=Certification Services Division, O="thawte, Inc.", C=US
[info] >> Serial number: 344ed55720d5edec49f42fce37db2b6d
[info] >> Valid from: Fri Nov 17 00:00:00 UTC 2006 until: Wed Jul 16 23:59:59 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  8C:CA:DC:0B:22:CE:F5:BE:72:AC:41:1A:11:A8:D8:12
[info] >>        SHA1: 91:C6:D6:EE:3E:8A:C8:63:84:E5:48:C2:99:29:5C:75:6C:81:7B:81
[info] >>        SHA256: 8D:72:2F:81:A9:C1:13:C0:79:1D:F1:36:A2:96:6D:B2:6C:95:0A:97:1D:B4:6B:41:99:F4:EA:54:B7:8B:FB:9F
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 7B 5B 45 CF AF CE CB 7A   FD 31 92 1A 6A B6 F3 46  .[E....z.1..j..F
[info] >> 0010: EB 57 48 50                                        .WHP
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:spi-cacert-2008.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: EMAILADDRESS=hostmaster@spi-inc.org, CN=Certificate Authority, OU=hostmaster, O=Software in the Public Interest, L=Indianapolis, ST=Indiana, C=US
[info] >> Issuer: EMAILADDRESS=hostmaster@spi-inc.org, CN=Certificate Authority, OU=hostmaster, O=Software in the Public Interest, L=Indianapolis, ST=Indiana, C=US
[info] >> Serial number: e88eb6c9f82a1428
[info] >> Valid from: Tue May 13 08:07:56 UTC 2008 until: Fri May 11 08:07:56 UTC 2018
[info] >> Certificate fingerprints:
[info] >>        MD5:  2A:47:9F:60:BB:83:74:6F:01:03:D7:0B:0D:F6:0D:78
[info] >>        SHA1: AF:70:88:43:83:82:02:15:CD:61:C6:BC:EC:FD:37:24:A9:90:43:1C
[info] >>        SHA256: 80:B1:D6:EC:2D:4C:B6:84:64:01:33:CF:37:22:C5:40:DB:2B:6C:C9:3E:EC:A4:F0:2B:A1:2A:6A:27:72:1A:2C
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.16.840.1.113730.1.13 Criticality=false
[info] >> 0000: 16 1F 53 6F 66 74 77 61   72 65 20 69 6E 20 74 68  ..Software in th
[info] >> 0010: 65 20 50 75 62 6C 69 63   20 49 6E 74 65 72 65 73  e Public Interes
[info] >> 0020: 74                                                 t
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.16.840.1.113730.1.3 Criticality=false
[info] &gt;&gt; 0000: 16 23 68 74 74 70 73 3A   2F 2F 63 61 2E 73 70 69  .#https://ca.spi
[info] &gt;&gt; 0010: 2D 69 6E 63 2E 6F 72 67   2F 63 65 72 74 2D 63 72  -inc.org/cert-cr
[info] &gt;&gt; 0020: 6C 2E 70 65 6D                                     l.pem
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.16.840.1.113730.1.4 Criticality=false
[info] &gt;&gt; 0000: 16 21 68 74 74 70 73 3A   2F 2F 63 61 2E 73 70 69  .!https://ca.spi
[info] &gt;&gt; 0010: 2D 69 6E 63 2E 6F 72 67   2F 63 61 2D 63 72 6C 2E  -inc.org/ca-crl.
[info] &gt;&gt; 0020: 70 65 6D                                           pem
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.35 Criticality=false
[info] &gt;&gt; AuthorityKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 34 71 D1 38 D7 15 36 83   47 6B D7 37 64 42 3B 8E  4q.8..6.Gk.7dB;.
[info] &gt;&gt; 0010: 8D 52 9D AB                                        .R..
[info] &gt;&gt; ]
[info] &gt;&gt; [EMAILADDRESS=hostmaster@spi-inc.org, CN=Certificate Authority, OU=hostmaster, O=Software in the Public Interest, L=Indianapolis, ST=Indiana, C=US]
[info] >> SerialNumber: [    e88eb6c9 f82a1428]
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #7: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >> #8: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   RFC822Name: hostmaster@spi-inc.org
[info] >> ]
[info] >>
[info] >> #9: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 34 71 D1 38 D7 15 36 83   47 6B D7 37 64 42 3B 8E  4q.8..6.Gk.7dB;.
[info] >> 0010: 8D 52 9D AB                                        .R..
[info] >> ]
[info] >> ]
[info] >>
[info] >> #10: ObjectId: 2.5.29.18 Criticality=false
[info] >> Unparseable IssuerAlternativeName extension due to
[info] >> java.io.IOException: No data available in passed DER encoded value.
[info] >>
[info] >> 0000: 30 00                                              0.
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:microsec_e-szigno_root_ca_2009.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU
[info] >> Issuer: EMAILADDRESS=info@e-szigno.hu, CN=Microsec e-Szigno Root CA 2009, O=Microsec Ltd., L=Budapest, C=HU
[info] >> Serial number: c27e43044e473f19
[info] >> Valid from: Tue Jun 16 11:30:18 UTC 2009 until: Sun Dec 30 11:30:18 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  F8:49:F4:03:BC:44:2D:83:BE:48:69:7D:29:64:FC:B1
[info] >>        SHA1: 89:DF:74:FE:5C:F4:0F:4A:80:F9:E3:37:7D:54:DA:91:E1:01:31:8E
[info] >>        SHA256: 3C:5F:81:FE:A5:FA:B8:2C:64:BF:A2:EA:EC:AF:CD:E8:E0:77:FC:86:20:A7:CA:E5:37:16:3D:F3:6E:DB:F3:78
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: CB 0F C6 DF 42 43 CC 3D   CB B5 48 23 A1 1A 7A A6  ....BC.=..H#..z.
[info] >> 0010: 2A BB 34 68                                        *.4h
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   RFC822Name: info@e-szigno.hu
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: CB 0F C6 DF 42 43 CC 3D   CB B5 48 23 A1 1A 7A A6  ....BC.=..H#..z.
[info] >> 0010: 2A BB 34 68                                        *.4h
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:ec-acc.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=EC-ACC, OU=Jerarquia Entitats de Certificacio Catalanes, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Serveis Publics de Certificacio, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), C=ES
[info] >> Issuer: CN=EC-ACC, OU=Jerarquia Entitats de Certificacio Catalanes, OU=Vegeu https://www.catcert.net/verarrel (c)03, OU=Serveis Publics de Certificacio, O=Agencia Catalana de Certificacio (NIF Q-0801176-I), C=ES
[info] >> Serial number: -11d4c2142bde21eb579d53fb0c223bff
[info] >> Valid from: Tue Jan 07 23:00:00 UTC 2003 until: Tue Jan 07 22:59:59 UTC 2031
[info] >> Certificate fingerprints:
[info] >>        MD5:  EB:F5:9D:29:0D:61:F9:42:1F:7C:C2:BA:6D:E3:15:09
[info] >>        SHA1: 28:90:3A:63:5B:52:80:FA:E6:77:4C:0B:6D:A7:D6:BA:A6:4A:F2:E8
[info] >>        SHA256: 88:49:7F:01:60:2F:31:54:24:6A:E2:8C:4D:5A:EF:10:F1:D8:7E:BB:76:62:6F:4A:E0:B7:F9:5B:A7:96:87:99
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.3.6.1.4.1.15096.1.3.1.10]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 20 68 74 74 70 73 3A   2F 2F 77 77 77 2E 63 61  . https://www.ca
[info] >> 0010: 74 63 65 72 74 2E 6E 65   74 2F 76 65 72 61 72 72  tcert.net/verarr
[info] >> 0020: 65 6C                                              el
[info] >>
[info] >> ], PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.2
[info] >>   qualifier: 0000: 30 29 1A 27 56 65 67 65   75 20 68 74 74 70 73 3A  0).'Vegeu https:
[info] >> 0010: 2F 2F 77 77 77 2E 63 61   74 63 65 72 74 2E 6E 65  //www.catcert.ne
[info] >> 0020: 74 2F 76 65 72 61 72 72   65 6C 20                 t/verarrel
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.17 Criticality=false
[info] &gt;&gt; SubjectAlternativeName [
[info] &gt;&gt;   RFC822Name: ec_acc@catcert.net
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #5: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: A0 C3 8B 44 AA 37 A5 45   BF 97 80 5A D1 F1 78 A2  ...D.7.E...Z..x.
[info] &gt;&gt; 0010: 9B E9 5D 8D                                        ..].
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:netlock_arany_=class_gold=_főtan&uacute;s&iacute;tv&aacute;ny.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=NetLock Arany (Class Gold) Főtan&uacute;s&iacute;tv&aacute;ny, OU=Tan&uacute;s&iacute;tv&aacute;nykiad&oacute;k (Certification Services), O=NetLock Kft., L=Budapest, C=HU
[info] &gt;&gt; Issuer: CN=NetLock Arany (Class Gold) Főtan&uacute;s&iacute;tv&aacute;ny, OU=Tan&uacute;s&iacute;tv&aacute;nykiad&oacute;k (Certification Services), O=NetLock Kft., L=Budapest, C=HU
[info] >> Serial number: 49412ce40010
[info] >> Valid from: Thu Dec 11 15:08:21 UTC 2008 until: Wed Dec 06 15:08:21 UTC 2028
[info] >> Certificate fingerprints:
[info] >>        MD5:  C5:A1:B7:FF:73:DD:D6:D7:34:32:18:DF:FC:3C:AD:88
[info] >>        SHA1: 06:08:3F:59:3F:15:A1:04:A0:69:A4:6B:A9:03:D0:06:B7:97:09:91
[info] >>        SHA256: 6C:61:DA:C3:A2:DE:F0:31:50:6B:E0:36:D2:A6:FE:40:19:94:FB:D1:3D:F9:C8:D4:66:59:92:74:C4:46:EC:98
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:4
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: CC FA 67 93 F0 B6 B8 D0   A5 C0 1E F3 53 FD 8C 53  ..g.........S..S
[info] >> 0010: DF 83 D7 96                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:certplus_class_2_primary_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Class 2 Primary CA, O=Certplus, C=FR
[info] >> Issuer: CN=Class 2 Primary CA, O=Certplus, C=FR
[info] >> Serial number: 85bd4bf3d8dae369f694d75fc3a54423
[info] >> Valid from: Wed Jul 07 17:05:00 UTC 1999 until: Sat Jul 06 23:59:59 UTC 2019
[info] >> Certificate fingerprints:
[info] >>        MD5:  88:2C:8C:52:B8:A2:3C:F3:F7:BB:03:EA:AE:AC:42:0B
[info] >>        SHA1: 74:20:74:41:72:9C:DD:92:EC:79:31:D8:23:10:8D:C2:81:92:E2:BB
[info] >>        SHA256: 0F:99:3C:8A:EF:97:BA:AF:56:87:14:0E:D5:9A:D1:82:1B:B4:AF:AC:F0:AA:9A:58:B5:D5:7A:33:8A:3A:FB:CB
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:10
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://www.certplus.com/CRL/class2.crl]
[info] >> ]]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: E3 73 2D DF CB 0E 28 0C   DE DD B3 A4 CA 79 B8 8E  .s-...(......y..
[info] >> 0010: BB E8 30 89                                        ..0.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:netlock_business_=class_b=_root.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=NetLock Uzleti (Class B) Tanusitvanykiado, OU=Tanusitvanykiadok, O=NetLock Halozatbiztonsagi Kft., L=Budapest, C=HU
[info] >> Issuer: CN=NetLock Uzleti (Class B) Tanusitvanykiado, OU=Tanusitvanykiadok, O=NetLock Halozatbiztonsagi Kft., L=Budapest, C=HU
[info] >> Serial number: 69
[info] >> Valid from: Thu Feb 25 14:10:22 UTC 1999 until: Wed Feb 20 14:10:22 UTC 2019
[info] >> Certificate fingerprints:
[info] >>        MD5:  39:16:AA:B9:6A:41:E1:14:69:DF:9E:6C:3B:72:DC:B6
[info] >>        SHA1: 87:9F:4B:EE:05:DF:98:58:3B:E3:60:D6:33:E7:0D:3F:FE:98:71:AF
[info] >>        SHA256: 39:DF:7B:68:2B:7B:93:8F:84:71:54:81:CC:DE:8D:60:D8:F2:2E:C5:98:87:7D:0A:AA:C1:2B:59:18:2B:03:12
[info] >>        Signature algorithm name: MD5withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.16.840.1.113730.1.13 Criticality=false
[info] >> 0000: 16 82 02 4D 46 49 47 59   45 4C 45 4D 21 20 45 7A  ...MFIGYELEM! Ez
[info] >> 0010: 65 6E 20 74 61 6E 75 73   69 74 76 61 6E 79 20 61  en tanusitvany a
[info] >> 0020: 20 4E 65 74 4C 6F 63 6B   20 4B 66 74 2E 20 41 6C   NetLock Kft. Al
[info] >> 0030: 74 61 6C 61 6E 6F 73 20   53 7A 6F 6C 67 61 6C 74  talanos Szolgalt
[info] >> 0040: 61 74 61 73 69 20 46 65   6C 74 65 74 65 6C 65 69  atasi Feltetelei
[info] >> 0050: 62 65 6E 20 6C 65 69 72   74 20 65 6C 6A 61 72 61  ben leirt eljara
[info] >> 0060: 73 6F 6B 20 61 6C 61 70   6A 61 6E 20 6B 65 73 7A  sok alapjan kesz
[info] >> 0070: 75 6C 74 2E 20 41 20 68   69 74 65 6C 65 73 69 74  ult. A hitelesit
[info] >> 0080: 65 73 20 66 6F 6C 79 61   6D 61 74 61 74 20 61 20  es folyamatat a
[info] >> 0090: 4E 65 74 4C 6F 63 6B 20   4B 66 74 2E 20 74 65 72  NetLock Kft. ter
[info] >> 00A0: 6D 65 6B 66 65 6C 65 6C   6F 73 73 65 67 2D 62 69  mekfelelosseg-bi
[info] >> 00B0: 7A 74 6F 73 69 74 61 73   61 20 76 65 64 69 2E 20  ztositasa vedi.
[info] >> 00C0: 41 20 64 69 67 69 74 61   6C 69 73 20 61 6C 61 69  A digitalis alai
[info] >> 00D0: 72 61 73 20 65 6C 66 6F   67 61 64 61 73 61 6E 61  ras elfogadasana
[info] >> 00E0: 6B 20 66 65 6C 74 65 74   65 6C 65 20 61 7A 20 65  k feltetele az e
[info] >> 00F0: 6C 6F 69 72 74 20 65 6C   6C 65 6E 6F 72 7A 65 73  loirt ellenorzes
[info] >> 0100: 69 20 65 6C 6A 61 72 61   73 20 6D 65 67 74 65 74  i eljaras megtet
[info] >> 0110: 65 6C 65 2E 20 41 7A 20   65 6C 6A 61 72 61 73 20  ele. Az eljaras
[info] &gt;&gt; 0120: 6C 65 69 72 61 73 61 20   6D 65 67 74 61 6C 61 6C  leirasa megtalal
[info] &gt;&gt; 0130: 68 61 74 6F 20 61 20 4E   65 74 4C 6F 63 6B 20 4B  hato a NetLock K
[info] &gt;&gt; 0140: 66 74 2E 20 49 6E 74 65   72 6E 65 74 20 68 6F 6E  ft. Internet hon
[info] &gt;&gt; 0150: 6C 61 70 6A 61 6E 20 61   20 68 74 74 70 73 3A 2F  lapjan a https:/
[info] &gt;&gt; 0160: 2F 77 77 77 2E 6E 65 74   6C 6F 63 6B 2E 6E 65 74  /www.netlock.net
[info] &gt;&gt; 0170: 2F 64 6F 63 73 20 63 69   6D 65 6E 20 76 61 67 79  /docs cimen vagy
[info] &gt;&gt; 0180: 20 6B 65 72 68 65 74 6F   20 61 7A 20 65 6C 6C 65   kerheto az elle
[info] &gt;&gt; 0190: 6E 6F 72 7A 65 73 40 6E   65 74 6C 6F 63 6B 2E 6E  norzes@netlock.n
[info] &gt;&gt; 01A0: 65 74 20 65 2D 6D 61 69   6C 20 63 69 6D 65 6E 2E  et e-mail cimen.
[info] &gt;&gt; 01B0: 20 49 4D 50 4F 52 54 41   4E 54 21 20 54 68 65 20   IMPORTANT! The
[info] &gt;&gt; 01C0: 69 73 73 75 61 6E 63 65   20 61 6E 64 20 74 68 65  issuance and the
[info] &gt;&gt; 01D0: 20 75 73 65 20 6F 66 20   74 68 69 73 20 63 65 72   use of this cer
[info] &gt;&gt; 01E0: 74 69 66 69 63 61 74 65   20 69 73 20 73 75 62 6A  tificate is subj
[info] >> 01F0: 65 63 74 20 74 6F 20 74   68 65 20 4E 65 74 4C 6F  ect to the NetLo
[info] >> 0200: 63 6B 20 43 50 53 20 61   76 61 69 6C 61 62 6C 65  ck CPS available
[info] >> 0210: 20 61 74 20 68 74 74 70   73 3A 2F 2F 77 77 77 2E   at https://www.
[info] >> 0220: 6E 65 74 6C 6F 63 6B 2E   6E 65 74 2F 64 6F 63 73  netlock.net/docs
[info] >> 0230: 20 6F 72 20 62 79 20 65   2D 6D 61 69 6C 20 61 74   or by e-mail at
[info] >> 0240: 20 63 70 73 40 6E 65 74   6C 6F 63 6B 2E 6E 65 74   cps@netlock.net
[info] >> 0250: 2E                                                 .
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:4
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:entrust.net_premium_2048_secure_server_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net
[info] >> Issuer: CN=Entrust.net Certification Authority (2048), OU=(c) 1999 Entrust.net Limited, OU=www.entrust.net/CPS_2048 incorp. by ref. (limits liab.), O=Entrust.net
[info] >> Serial number: 3863def8
[info] >> Valid from: Fri Dec 24 17:50:51 UTC 1999 until: Tue Jul 24 14:15:12 UTC 2029
[info] >> Certificate fingerprints:
[info] >>        MD5:  EE:29:31:BC:32:7E:9A:E6:E8:B5:F7:51:B4:34:71:90
[info] >>        SHA1: 50:30:06:09:1D:97:D4:F5:AE:39:F7:CB:E7:92:7D:7D:65:2D:34:31
[info] >>        SHA256: 6D:C4:71:72:E0:1C:BC:B0:BF:62:58:0D:89:5F:E2:B8:AC:9A:D4:F8:73:80:1E:0C:10:B9:C8:37:D2:1E:B1:77
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 55 E4 81 D1 11 80 BE D8   89 B9 08 A3 31 F9 A1 24  U...........1..$
[info] >> 0010: 09 16 B9 70                                        ...p
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:geotrust_global_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=GeoTrust Global CA, O=GeoTrust Inc., C=US
[info] >> Issuer: CN=GeoTrust Global CA, O=GeoTrust Inc., C=US
[info] >> Serial number: 23456
[info] >> Valid from: Tue May 21 04:00:00 UTC 2002 until: Sat May 21 04:00:00 UTC 2022
[info] >> Certificate fingerprints:
[info] >>        MD5:  F7:75:AB:29:FB:51:4E:B7:77:5E:FF:05:3C:99:8E:F5
[info] >>        SHA1: DE:28:F4:A4:FF:E5:B9:2F:A3:C5:03:D1:A3:49:A7:F9:96:2A:82:12
[info] >>        SHA256: FF:85:6A:2D:25:1D:CD:88:D3:66:56:F4:50:12:67:98:CF:AB:AA:DE:40:79:9C:72:2D:E4:D2:B5:DB:36:A7:3A
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: C0 7A 98 68 8D 89 FB AB   05 64 0C 11 7D AA 7D 65  .z.h.....d.....e
[info] >> 0010: B8 CA CC 4E                                        ...N
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: C0 7A 98 68 8D 89 FB AB   05 64 0C 11 7D AA 7D 65  .z.h.....d.....e
[info] >> 0010: B8 CA CC 4E                                        ...N
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:utn_userfirst_email_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US
[info] >> Issuer: CN=UTN-USERFirst-Client Authentication and Email, OU=http://www.usertrust.com, O=The USERTRUST Network, L=Salt Lake City, ST=UT, C=US
[info] >> Serial number: 44be0c8b500024b411d336252567c989
[info] >> Valid from: Fri Jul 09 17:28:50 UTC 1999 until: Tue Jul 09 17:36:58 UTC 2019
[info] >> Certificate fingerprints:
[info] >>        MD5:  D7:34:3D:EF:1D:27:09:28:E1:31:02:5B:13:2B:DD:F7
[info] >>        SHA1: B1:72:B1:A5:6D:95:F9:1F:E5:02:87:E1:4D:37:EA:6A:44:63:76:8A
[info] >>        SHA256: 43:F2:57:41:2D:44:0D:62:74:76:97:4F:87:7D:A8:F1:FC:24:44:56:5A:36:7A:E6:0E:DD:C2:7A:41:25:31:AE
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] &gt;&gt;      [URIName: http://crl.usertrust.com/UTN-USERFirst-ClientAuthenticationandEmail.crl]
[info] &gt;&gt; ]]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.37 Criticality=false
[info] &gt;&gt; ExtendedKeyUsages [
[info] &gt;&gt;   clientAuth
[info] &gt;&gt;   emailProtection
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #4: ObjectId: 2.5.29.15 Criticality=false
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   DigitalSignature
[info] &gt;&gt;   Non_repudiation
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #5: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: 89 82 67 7D C4 9D 26 70   00 4B B4 50 48 7C DE 3D  ..g...&amp;p.K.PH..=
[info] &gt;&gt; 0010: AE 04 6E 7D                                        ..n.
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:twca_root_certification_authority.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW
[info] >> Issuer: CN=TWCA Root Certification Authority, OU=Root CA, O=TAIWAN-CA, C=TW
[info] >> Serial number: 1
[info] >> Valid from: Thu Aug 28 07:24:33 UTC 2008 until: Tue Dec 31 15:59:59 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  AA:08:8F:F6:F9:7B:B7:F2:B1:A7:1E:9B:EA:EA:BD:79
[info] >>        SHA1: CF:9E:87:6D:D3:EB:FC:42:26:97:A3:B5:A3:7A:A0:76:A9:06:23:48
[info] >>        SHA256: BF:D8:8F:E1:10:1C:41:AE:3E:80:1B:F8:BE:56:35:0E:E9:BA:D1:A6:B9:BD:51:5E:DC:5C:6D:5B:87:11:AC:44
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 6A 38 5B 26 8D DE 8B 5A   F2 4F 7A 54 83 19 18 E3  j8[&...Z.OzT....
[info] >> 0010: 08 35 A6 BA                                        .5..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:digicert_global_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Issuer: CN=DigiCert Global Root CA, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Serial number: 83be056904246b1a1756ac95991c74a
[info] >> Valid from: Fri Nov 10 00:00:00 UTC 2006 until: Mon Nov 10 00:00:00 UTC 2031
[info] >> Certificate fingerprints:
[info] >>        MD5:  79:E4:A9:84:0D:7D:3A:96:D7:C0:4F:E2:43:4C:89:2E
[info] >>        SHA1: A8:98:5D:3A:65:E5:E5:C4:B2:D7:D6:6D:40:C6:DD:2F:B1:9C:54:36
[info] >>        SHA256: 43:48:A0:E9:44:4C:78:CB:26:5E:05:8D:5E:89:44:B4:D8:4F:96:62:BD:26:DB:25:7F:89:34:A4:43:C7:01:61
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 03 DE 50 35 56 D1 4C BB   66 F0 A3 E2 1B 1B C3 97  ..P5V.L.f.......
[info] >> 0010: B2 3D D1 55                                        .=.U
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 03 DE 50 35 56 D1 4C BB   66 F0 A3 E2 1B 1B C3 97  ..P5V.L.f.......
[info] >> 0010: B2 3D D1 55                                        .=.U
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:digicert_global_root_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Issuer: CN=DigiCert Global Root G3, OU=www.digicert.com, O=DigiCert Inc, C=US
[info] >> Serial number: 55556bcf25ea43535c3a40fd5ab4572
[info] >> Valid from: Thu Aug 01 12:00:00 UTC 2013 until: Fri Jan 15 12:00:00 UTC 2038
[info] >> Certificate fingerprints:
[info] >>        MD5:  F5:5D:A4:50:A5:FB:28:7E:1E:0F:0D:CC:96:57:56:CA
[info] >>        SHA1: 7E:04:DE:89:6A:3E:66:6D:00:E6:87:D3:3F:FA:D9:3B:E8:3D:34:9E
[info] >>        SHA256: 31:AD:66:48:F8:10:41:38:C7:38:F3:9E:A4:32:01:33:39:3E:3A:18:CC:02:29:6E:F9:7C:2A:C9:EF:67:31:D0
[info] >>        Signature algorithm name: SHA384withECDSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: B3 DB 48 A4 F9 A1 C5 D8   AE 36 41 CC 11 63 69 62  ..H......6A..cib
[info] >> 0010: 29 BC 4B C6                                        ).K.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:buypass_class_2_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO
[info] >> Issuer: CN=Buypass Class 2 Root CA, O=Buypass AS-983163327, C=NO
[info] >> Serial number: 2
[info] >> Valid from: Tue Oct 26 08:38:03 UTC 2010 until: Fri Oct 26 08:38:03 UTC 2040
[info] >> Certificate fingerprints:
[info] >>        MD5:  46:A7:D2:FE:45:FB:64:5A:A8:59:90:9B:78:44:9B:29
[info] >>        SHA1: 49:0A:75:74:DE:87:0A:47:FE:58:EE:F6:C7:6B:EB:C6:0B:12:40:99
[info] >>        SHA256: 9A:11:40:25:19:7C:5B:B9:5D:94:E6:3D:55:CD:43:79:08:47:B6:46:B2:3C:DF:11:AD:A4:A0:0E:FF:15:FB:48
[info] &gt;&gt;        Signature algorithm name: SHA256withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] &gt;&gt; BasicConstraints:[
[info] &gt;&gt;   CA:true
[info] &gt;&gt;   PathLen:2147483647
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #2: ObjectId: 2.5.29.15 Criticality=true
[info] &gt;&gt; KeyUsage [
[info] &gt;&gt;   Key_CertSign
[info] &gt;&gt;   Crl_Sign
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt; #3: ObjectId: 2.5.29.14 Criticality=false
[info] &gt;&gt; SubjectKeyIdentifier [
[info] &gt;&gt; KeyIdentifier [
[info] &gt;&gt; 0000: C9 80 77 E0 62 92 82 F5   46 9C F3 BA F7 4C C3 DE  ..w.b...F....L..
[info] &gt;&gt; 0010: B8 A3 AD 39                                        ...9
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:turktrust_certificate_services_provider_root_2.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: O=T&Uuml;RKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş. (c) Kasım 2005, L=Ankara, C=TR, CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı
[info] >> Issuer: O=TÜRKTRUST Bilgi İletişim ve Bilişim Güvenliği Hizmetleri A.Ş. (c) Kasım 2005, L=Ankara, C=TR, CN=TÜRKTRUST Elektronik Sertifika Hizmet Sağlayıcısı
[info] >> Serial number: 1
[info] >> Valid from: Mon Nov 07 10:07:57 UTC 2005 until: Wed Sep 16 10:07:57 UTC 2015
[info] >> Certificate fingerprints:
[info] >>        MD5:  37:A5:6E:D4:B1:25:84:97:B7:FD:56:15:7A:F9:A2:00
[info] >>        SHA1: B4:35:D4:E1:11:9D:1C:66:90:A7:49:EB:B3:94:BD:63:7B:A7:82:B7
[info] >>        SHA256: C4:70:CF:54:7E:23:02:B9:77:FB:29:DD:71:A8:9A:7B:6C:1F:60:77:7B:03:29:F5:60:17:F3:28:BF:4F:6B:E6
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: D9 37 B3 4E 05 FD D9 CF   9F 12 16 AE B6 89 2F EB  .7.N........../.
[info] >> 0010: 25 3A 88 1C                                        %:..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:actalis_authentication_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT
[info] >> Issuer: CN=Actalis Authentication Root CA, O=Actalis S.p.A./03358520967, L=Milan, C=IT
[info] >> Serial number: 570a119742c4e3cc
[info] >> Valid from: Thu Sep 22 11:22:02 UTC 2011 until: Sun Sep 22 11:22:02 UTC 2030
[info] >> Certificate fingerprints:
[info] >>        MD5:  69:C1:0D:4F:07:A3:1B:C3:FE:56:3D:04:BC:11:F6:A6
[info] >>        SHA1: F3:73:B3:87:06:5A:28:84:8A:F2:F3:4A:CE:19:2B:DD:C7:8E:9C:AC
[info] >>        SHA256: 55:92:60:84:EC:96:3A:64:B9:6E:2A:BE:01:CE:0B:A8:6A:64:FB:FE:BC:C7:AA:B5:AF:C1:55:B3:7F:D7:60:66
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 52 D8 88 3A C8 9F 78 66   ED 89 F3 7B 38 70 94 C9  R..:..xf....8p..
[info] >> 0010: 02 02 36 D0                                        ..6.
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 52 D8 88 3A C8 9F 78 66   ED 89 F3 7B 38 70 94 C9  R..:..xf....8p..
[info] >> 0010: 02 02 36 D0                                        ..6.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:swisssign_gold_ca_-_g2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH
[info] >> Issuer: CN=SwissSign Gold CA - G2, O=SwissSign AG, C=CH
[info] >> Serial number: bb401c43f55e4fb0
[info] >> Valid from: Wed Oct 25 08:30:35 UTC 2006 until: Sat Oct 25 08:30:35 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  24:77:D9:A8:91:D1:3B:FA:88:2D:C2:FF:F8:CD:33:93
[info] >>        SHA1: D8:C5:38:8A:B7:30:1B:1B:6E:D4:7A:E6:45:25:3A:6F:9F:1A:27:61
[info] >>        SHA256: 62:DD:0B:E9:B9:F5:0A:16:3E:A0:F8:E7:5C:05:3B:1E:CA:57:EA:55:C8:68:8F:64:7C:68:81:F2:C8:35:7B:95
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 5B 25 7B 96 A4 65 51 7E   B8 39 F3 C0 78 66 5E E8  [%...eQ..9..xf^.
[info] >> 0010: 3A E7 F0 EE                                        :...
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.16.756.1.89.1.2.1.1]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 20 68 74 74 70 3A 2F   2F 72 65 70 6F 73 69 74  . http://reposit
[info] >> 0010: 6F 72 79 2E 73 77 69 73   73 73 69 67 6E 2E 63 6F  ory.swisssign.co
[info] >> 0020: 6D 2F                                              m/
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 5B 25 7B 96 A4 65 51 7E   B8 39 F3 C0 78 66 5E E8  [%...eQ..9..xf^.
[info] &gt;&gt; 0010: 3A E7 F0 EE                                        :...
[info] &gt;&gt; ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:hongkong_post_root_ca_1.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=Hongkong Post Root CA 1, O=Hongkong Post, C=HK
[info] &gt;&gt; Issuer: CN=Hongkong Post Root CA 1, O=Hongkong Post, C=HK
[info] &gt;&gt; Serial number: 3e8
[info] &gt;&gt; Valid from: Thu May 15 05:13:14 UTC 2003 until: Mon May 15 04:52:29 UTC 2023
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  A8:0D:6F:39:78:B9:43:6D:77:42:6D:98:5A:CC:23:CA
[info] &gt;&gt;        SHA1: D6:DA:A8:20:8D:09:D2:15:4D:24:B5:2F:CB:34:6E:B2:58:B2:8A:58
[info] &gt;&gt;        SHA256: F9:E6:7D:33:6C:51:00:2A:C0:54:C6:32:02:2D:66:DD:A2:E7:E3:FF:F1:0A:D0:61:ED:31:D8:BB:B4:10:CF:B2
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:3
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Non_repudiation
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:thawte_server_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: EMAILADDRESS=server-certs@thawte.com, CN=Thawte Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA
[info] >> Issuer: EMAILADDRESS=server-certs@thawte.com, CN=Thawte Server CA, OU=Certification Services Division, O=Thawte Consulting cc, L=Cape Town, ST=Western Cape, C=ZA
[info] >> Serial number: 1
[info] >> Valid from: Thu Aug 01 00:00:00 UTC 1996 until: Thu Dec 31 23:59:59 UTC 2020
[info] >> Certificate fingerprints:
[info] >>        MD5:  C5:70:C4:A2:ED:53:78:0C:C8:10:53:81:64:CB:D0:1D
[info] >>        SHA1: 23:E5:94:94:51:95:F2:41:48:03:B4:D5:64:D2:A3:A3:F5:D8:8B:8C
[info] >>        SHA256: B4:41:0B:73:E2:E6:EA:CA:47:FB:C4:2F:8F:A4:01:8A:F4:38:1D:C5:4C:FA:A8:44:50:46:1E:ED:09:45:4D:E9
[info] >>        Signature algorithm name: MD5withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:equifax_secure_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: OU=Equifax Secure Certificate Authority, O=Equifax, C=US
[info] >> Issuer: OU=Equifax Secure Certificate Authority, O=Equifax, C=US
[info] >> Serial number: 35def4cf
[info] >> Valid from: Sat Aug 22 16:41:51 UTC 1998 until: Wed Aug 22 16:41:51 UTC 2018
[info] >> Certificate fingerprints:
[info] >>        MD5:  67:CB:9D:C0:13:24:8A:82:9B:B2:17:1E:D1:1B:EC:D4
[info] >>        SHA1: D2:32:09:AD:23:D3:14:23:21:74:E4:0D:7F:9D:62:13:97:86:63:3A
[info] >>        SHA256: 08:29:7A:40:47:DB:A2:36:80:C7:31:DB:6E:31:76:53:CA:78:48:E1:BE:BD:3A:0B:01:79:A7:07:F9:2C:F1:78
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 1.2.840.113533.7.65.0 Criticality=false
[info] >> 0000: 30 0B 1B 05 56 33 2E 30   63 03 02 06 C0           0...V3.0c....
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 48 E6 68 F9 2B D2 B2 95   D7 47 D8 23 20 10 4F 33  H.h.+....G.# .O3
[info] >> 0010: 98 90 9F D4                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [CN=CRL1, OU=Equifax Secure Certificate Authority, O=Equifax, C=US]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.16 Criticality=false
[info] >> PrivateKeyUsage: [
[info] >> To: Wed Aug 22 16:41:51 UTC 2018]
[info] >>
[info] >> #7: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 48 E6 68 F9 2B D2 B2 95   D7 47 D8 23 20 10 4F 33  H.h.+....G.# .O3
[info] >> 0010: 98 90 9F D4                                        ....
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:e-guven_kok_elektronik_sertifika_hizmet_saglayicisi.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=e-Guven Kok Elektronik Sertifika Hizmet Saglayicisi, O=Elektronik Bilgi Guvenligi A.S., C=TR
[info] >> Issuer: CN=e-Guven Kok Elektronik Sertifika Hizmet Saglayicisi, O=Elektronik Bilgi Guvenligi A.S., C=TR
[info] >> Serial number: 44998d3cc00327bd9c7695b9eadbacb5
[info] >> Valid from: Thu Jan 04 11:32:48 UTC 2007 until: Wed Jan 04 11:32:48 UTC 2017
[info] >> Certificate fingerprints:
[info] >>        MD5:  3D:41:29:CB:1E:AA:11:74:CD:5D:B0:62:AF:B0:43:5B
[info] >>        SHA1: DD:E1:D2:A9:01:80:2E:1D:87:5E:84:B3:80:7E:4B:B1:FD:99:41:34
[info] >>        SHA256: E6:09:07:84:65:A4:19:78:0C:B6:AC:4C:1C:0B:FB:46:53:D9:D9:CC:6E:B3:94:6E:B7:F3:D6:99:97:BA:D5:98
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 9F EE 44 B3 94 D5 FA 91   4F 2E D9 55 9A 04 56 DB  ..D.....O..U..V.
[info] >> 0010: 2D C4 DB A5                                        -...
[info] >> ]
[info] &gt;&gt; ]
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:staat_der_nederlanden_root_ca.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=Staat der Nederlanden Root CA, O=Staat der Nederlanden, C=NL
[info] &gt;&gt; Issuer: CN=Staat der Nederlanden Root CA, O=Staat der Nederlanden, C=NL
[info] &gt;&gt; Serial number: 98968a
[info] &gt;&gt; Valid from: Tue Dec 17 09:23:49 UTC 2002 until: Wed Dec 16 09:15:38 UTC 2015
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  60:84:7C:5A:CE:DB:0C:D4:CB:A7:E9:FE:02:C6:A9:C0
[info] &gt;&gt;        SHA1: 10:1D:FA:3F:D5:0B:CB:BB:9B:B5:60:0C:19:55:A4:1A:F4:73:3A:04
[info] &gt;&gt;        SHA256: D4:1D:82:9E:8C:16:59:82:2A:F9:3F:CE:62:BF:FC:DE:26:4F:C8:4E:8B:95:0C:5F:F2:75:D0:52:35:46:95:A3
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.5.29.19 Criticality=false
[info] &gt;&gt; BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [2.5.29.32.0]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 2E 68 74 74 70 3A 2F   2F 77 77 77 2E 70 6B 69  ..http://www.pki
[info] >> 0010: 6F 76 65 72 68 65 69 64   2E 6E 6C 2F 70 6F 6C 69  overheid.nl/poli
[info] >> 0020: 63 69 65 73 2F 72 6F 6F   74 2D 70 6F 6C 69 63 79  cies/root-policy
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: A8 7D EB BC 63 A4 74 13   74 00 EC 96 E0 D3 34 C1  ....c.t.t.....4.
[info] >> 0010: 2C BF 6C F8                                        ,.l.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:sonera_class_2_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Sonera Class2 CA, O=Sonera, C=FI
[info] >> Issuer: CN=Sonera Class2 CA, O=Sonera, C=FI
[info] >> Serial number: 1d
[info] >> Valid from: Fri Apr 06 07:29:40 UTC 2001 until: Tue Apr 06 07:29:40 UTC 2021
[info] >> Certificate fingerprints:
[info] >>        MD5:  A3:EC:75:0F:2E:88:DF:FA:48:01:4E:0B:5C:48:6F:FB
[info] >>        SHA1: 37:F7:6D:E6:07:7C:90:C5:B1:3E:93:1A:B7:41:10:B4:F2:E4:9A:27
[info] >>        SHA256: 79:08:B4:03:14:C1:38:10:0B:51:8D:07:35:80:7F:FB:FC:F8:51:8A:00:95:33:71:05:BA:38:6B:15:3D:D9:27
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4A A0 AA 58 84 D3 5E 3C                            J..X..^<
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:geotrust_global_ca_2.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=GeoTrust Global CA 2, O=GeoTrust Inc., C=US
[info] >> Issuer: CN=GeoTrust Global CA 2, O=GeoTrust Inc., C=US
[info] >> Serial number: 1
[info] >> Valid from: Thu Mar 04 05:00:00 UTC 2004 until: Mon Mar 04 05:00:00 UTC 2019
[info] >> Certificate fingerprints:
[info] >>        MD5:  0E:40:A7:6C:DE:03:5D:8F:D1:0F:E4:D1:8D:F9:6C:A9
[info] >>        SHA1: A9:E9:78:08:14:37:58:88:F2:05:19:B0:6D:2B:0D:2B:60:16:90:7D
[info] >>        SHA256: CA:2D:82:A0:86:77:07:2F:8A:B6:76:4F:F0:35:67:6C:FE:3E:5E:32:5E:01:21:72:DF:3F:92:09:6D:B7:9B:85
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 71 38 36 F2 02 31 53 47   2B 6E BA 65 46 A9 10 15  q86..1SG+n.eF...
[info] >> 0010: 58 20 05 09                                        X ..
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 71 38 36 F2 02 31 53 47   2B 6E BA 65 46 A9 10 15  q86..1SG+n.eF...
[info] >> 0010: 58 20 05 09                                        X ..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_class_4_public_primary_certification_authority_-_g3.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=VeriSign Class 4 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Issuer: CN=VeriSign Class 4 Public Primary Certification Authority - G3, OU="(c) 1999 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Serial number: eca0a78b6e756a01cfc47ccc2f945ed7
[info] >> Valid from: Fri Oct 01 00:00:00 UTC 1999 until: Wed Jul 16 23:59:59 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  DB:C8:F2:27:2E:B1:EA:6A:29:23:5D:FE:56:3E:33:DF
[info] >>        SHA1: C8:EC:8C:87:92:69:CB:4B:AB:39:E9:8D:7E:57:67:F3:14:95:73:9D
[info] >>        SHA256: E3:89:36:0D:0F:DB:AE:B3:D2:50:58:4B:47:30:31:4E:22:2F:39:C1:56:A0:20:14:4E:8D:96:05:61:79:15:06
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 1
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:startcom_certification_authority.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: CN=StartCom Certification Authority, OU=Secure Digital Certificate Signing, O=StartCom Ltd., C=IL
[info] &gt;&gt; Issuer: CN=StartCom Certification Authority, OU=Secure Digital Certificate Signing, O=StartCom Ltd., C=IL
[info] &gt;&gt; Serial number: 1
[info] &gt;&gt; Valid from: Sun Sep 17 19:46:36 UTC 2006 until: Wed Sep 17 19:46:36 UTC 2036
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  22:4D:8F:8A:FC:F7:35:C2:BB:57:34:90:7B:8B:22:16
[info] &gt;&gt;        SHA1: 3E:2B:F7:F2:03:1B:96:F3:8C:E6:C4:D8:A8:5D:3E:2D:58:47:6A:0F
[info] &gt;&gt;        SHA256: C7:66:A9:BE:F2:D4:07:1C:86:3A:31:AA:49:20:E8:13:B2:D1:98:60:8C:B7:B7:CF:E2:11:43:B8:36:DF:09:EA
[info] &gt;&gt;        Signature algorithm name: SHA1withRSA
[info] &gt;&gt;        Version: 3
[info] &gt;&gt;
[info] &gt;&gt; Extensions:
[info] &gt;&gt;
[info] &gt;&gt; #1: ObjectId: 2.16.840.1.113730.1.13 Criticality=false
[info] &gt;&gt; 0000: 16 29 53 74 61 72 74 43   6F 6D 20 46 72 65 65 20  .)StartCom Free
[info] &gt;&gt; 0010: 53 53 4C 20 43 65 72 74   69 66 69 63 61 74 69 6F  SSL Certificatio
[info] >> 0020: 6E 20 41 75 74 68 6F 72   69 74 79                 n Authority
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=false
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://cert.startcom.org/sfsca-crl.crl]
[info] >> , DistributionPoint:
[info] >>      [URIName: http://crl.startcom.org/sfsca-crl.crl]
[info] >> ]]
[info] >>
[info] >> #4: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.3.6.1.4.1.23223.1.1.1]
[info] >> [PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 23 68 74 74 70 3A 2F   2F 63 65 72 74 2E 73 74  .#http://cert.st
[info] >> 0010: 61 72 74 63 6F 6D 2E 6F   72 67 2F 70 6F 6C 69 63  artcom.org/polic
[info] >> 0020: 79 2E 70 64 66                                     y.pdf
[info] >>
[info] >> ], PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.1
[info] >>   qualifier: 0000: 16 29 68 74 74 70 3A 2F   2F 63 65 72 74 2E 73 74  .)http://cert.st
[info] >> 0010: 61 72 74 63 6F 6D 2E 6F   72 67 2F 69 6E 74 65 72  artcom.org/inter
[info] >> 0020: 6D 65 64 69 61 74 65 2E   70 64 66                 mediate.pdf
[info] >>
[info] >> ], PolicyQualifierInfo: [
[info] >>   qualifierID: 1.3.6.1.5.5.7.2.2
[info] >>   qualifier: 0000: 30 81 C3 30 27 16 20 53   74 61 72 74 20 43 6F 6D  0..0'. Start Com
[info] >> 0010: 6D 65 72 63 69 61 6C 20   28 53 74 61 72 74 43 6F  mercial (StartCo
[info] >> 0020: 6D 29 20 4C 74 64 2E 30   03 02 01 01 1A 81 97 4C  m) Ltd.0.......L
[info] >> 0030: 69 6D 69 74 65 64 20 4C   69 61 62 69 6C 69 74 79  imited Liability
[info] >> 0040: 2C 20 72 65 61 64 20 74   68 65 20 73 65 63 74 69  , read the secti
[info] >> 0050: 6F 6E 20 2A 4C 65 67 61   6C 20 4C 69 6D 69 74 61  on *Legal Limita
[info] >> 0060: 74 69 6F 6E 73 2A 20 6F   66 20 74 68 65 20 53 74  tions* of the St
[info] >> 0070: 61 72 74 43 6F 6D 20 43   65 72 74 69 66 69 63 61  artCom Certifica
[info] >> 0080: 74 69 6F 6E 20 41 75 74   68 6F 72 69 74 79 20 50  tion Authority P
[info] >> 0090: 6F 6C 69 63 79 20 61 76   61 69 6C 61 62 6C 65 20  olicy available
[info] >> 00A0: 61 74 20 68 74 74 70 3A   2F 2F 63 65 72 74 2E 73  at http://cert.s
[info] >> 00B0: 74 61 72 74 63 6F 6D 2E   6F 72 67 2F 70 6F 6C 69  tartcom.org/poli
[info] >> 00C0: 63 79 2E 70 64 66                                  cy.pdf
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #5: ObjectId: 2.5.29.15 Criticality=false
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_Encipherment
[info] >>   Key_Agreement
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.16.840.1.113730.1.1 Criticality=false
[info] >> NetscapeCertType [
[info] >>    SSL CA
[info] >>    S/MIME CA
[info] >>    Object Signing CA]
[info] >>
[info] >> #7: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 4E 0B EF 1A A4 40 5B A5   17 69 87 30 CA 34 68 43  N....@[..i.0.4hC
[info] >> 0010: D0 41 AE F2                                        .A..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:microsec_e-szigno_root_ca.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=Microsec e-Szigno Root CA, OU=e-Szigno CA, O=Microsec Ltd., L=Budapest, C=HU
[info] >> Issuer: CN=Microsec e-Szigno Root CA, OU=e-Szigno CA, O=Microsec Ltd., L=Budapest, C=HU
[info] >> Serial number: ccb8e7bf4e291afda2dc66a51c2c0f11
[info] >> Valid from: Wed Apr 06 12:28:44 UTC 2005 until: Thu Apr 06 12:28:44 UTC 2017
[info] >> Certificate fingerprints:
[info] >>        MD5:  F0:96:B6:2F:C5:10:D5:67:8E:83:25:32:E8:5E:2E:E5
[info] >>        SHA1: 23:88:C9:D3:71:CC:9E:96:3D:FF:7D:3C:A7:CE:FC:D6:25:EC:19:0D
[info] >>        SHA256: 32:7A:3D:76:1A:BA:DE:A0:34:EB:99:84:06:27:5C:B1:A4:77:6E:FD:AE:2F:DF:6D:01:68:EA:1C:4F:55:67:D0
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 1.3.6.1.5.5.7.1.1 Criticality=false
[info] >> AuthorityInfoAccess [
[info] >>   [
[info] >>    accessMethod: ocsp
[info] >>    accessLocation: URIName: https://rca.e-szigno.hu/ocsp
[info] >> ,
[info] >>    accessMethod: caIssuers
[info] >>    accessLocation: URIName: http://www.e-szigno.hu/RootCA.crt
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: C7 A0 49 75 16 61 84 DB   31 4B 84 D2 F1 37 40 90  ..Iu.a..1K...7@.
[info] >> 0010: EF 4E DC F7                                        .N..
[info] >> ]
[info] >> [CN=Microsec e-Szigno Root CA, OU=e-Szigno CA, O=Microsec Ltd., L=Budapest, C=HU]
[info] >> SerialNumber: [    ccb8e7bf 4e291afd a2dc66a5 1c2c0f11]
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.31 Criticality=false
[info] >> CRLDistributionPoints [
[info] >>   [DistributionPoint:
[info] >>      [URIName: http://www.e-szigno.hu/RootCA.crl, URIName: ldap://ldap.e-szigno.hu/CN=Microsec%20e-Szigno%20Root%20CA,OU=e-Szigno%20CA,O=Microsec%20Ltd.,L=Budapest,C=HU?certificateRevocationList;binary]
[info] >> ]]
[info] >>
[info] >> #5: ObjectId: 2.5.29.32 Criticality=false
[info] >> CertificatePolicies [
[info] >>   [CertificatePolicyId: [1.3.6.1.4.1.21528.2.1.1.1]
[info] >> [PolicyQualifierInfo: [
[info] &gt;&gt;   qualifierID: 1.3.6.1.5.5.7.2.1
[info] &gt;&gt;   qualifier: 0000: 16 1C 68 74 74 70 3A 2F   2F 77 77 77 2E 65 2D 73  ..http://www.e-s
[info] &gt;&gt; 0010: 7A 69 67 6E 6F 2E 68 75   2F 53 5A 53 5A 2F        zigno.hu/SZSZ/
[info] &gt;&gt;
[info] &gt;&gt; ], PolicyQualifierInfo: [
[info] &gt;&gt;   qualifierID: 1.3.6.1.5.5.7.2.2
[info] &gt;&gt;   qualifier: 0000: 30 82 01 14 1E 82 01 10   00 41 00 20 00 74 00 61  0........A. .t.a
[info] &gt;&gt; 0010: 00 6E 00 FA 00 73 00 ED   00 74 00 76 00 E1 00 6E  .n...s...t.v...n
[info] &gt;&gt; 0020: 00 79 00 20 00 E9 00 72   00 74 00 65 00 6C 00 6D  .y. ...r.t.e.l.m
[info] &gt;&gt; 0030: 00 65 00 7A 00 E9 00 73   00 E9 00 68 00 65 00 7A  .e.z...s...h.e.z
[info] &gt;&gt; 0040: 00 20 00 E9 00 73 00 20   00 65 00 6C 00 66 00 6F  . ...s. .e.l.f.o
[info] &gt;&gt; 0050: 00 67 00 61 00 64 00 E1   00 73 00 E1 00 68 00 6F  .g.a.d...s...h.o
[info] &gt;&gt; 0060: 00 7A 00 20 00 61 00 20   00 53 00 7A 00 6F 00 6C  .z. .a. .S.z.o.l
[info] &gt;&gt; 0070: 00 67 00 E1 00 6C 00 74   00 61 00 74 00 F3 00 20  .g...l.t.a.t...
[info] >> 0080: 00 53 00 7A 00 6F 00 6C   00 67 00 E1 00 6C 00 74  .S.z.o.l.g...l.t
[info] >> 0090: 00 61 00 74 00 E1 00 73   00 69 00 20 00 53 00 7A  .a.t...s.i. .S.z
[info] >> 00A0: 00 61 00 62 00 E1 00 6C   00 79 00 7A 00 61 00 74  .a.b...l.y.z.a.t
[info] >> 00B0: 00 61 00 20 00 73 00 7A   00 65 00 72 00 69 00 6E  .a. .s.z.e.r.i.n
[info] >> 00C0: 00 74 00 20 00 6B 00 65   00 6C 00 6C 00 20 00 65  .t. .k.e.l.l. .e
[info] >> 00D0: 00 6C 00 6A 00 E1 00 72   00 6E 00 69 00 3A 00 20  .l.j...r.n.i.:.
[info] >> 00E0: 00 68 00 74 00 74 00 70   00 3A 00 2F 00 2F 00 77  .h.t.t.p.:././.w
[info] >> 00F0: 00 77 00 77 00 2E 00 65   00 2D 00 73 00 7A 00 69  .w.w...e.-.s.z.i
[info] >> 0100: 00 67 00 6E 00 6F 00 2E   00 68 00 75 00 2F 00 53  .g.n.o...h.u./.S
[info] >> 0110: 00 5A 00 53 00 5A 00 2F                            .Z.S.Z./
[info] >>
[info] >> ]]  ]
[info] >> ]
[info] >>
[info] >> #6: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #7: ObjectId: 2.5.29.17 Criticality=false
[info] >> SubjectAlternativeName [
[info] >>   RFC822Name: info@e-szigno.hu
[info] >>   C=HU, L=Budapest, O=Microsec Kft., OU=e-Szignó HSZ, CN=Microsec e-Szignó Root CA
[info] >> ]
[info] >>
[info] >> #8: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: C7 A0 49 75 16 61 84 DB   31 4B 84 D2 F1 37 40 90  ..Iu.a..1K...7@.
[info] >> 0010: EF 4E DC F7                                        .N..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:america_online_root_certification_authority_1.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=America Online Root Certification Authority 1, O=America Online Inc., C=US
[info] >> Issuer: CN=America Online Root Certification Authority 1, O=America Online Inc., C=US
[info] >> Serial number: 1
[info] >> Valid from: Tue May 28 06:00:00 UTC 2002 until: Thu Nov 19 20:43:00 UTC 2037
[info] >> Certificate fingerprints:
[info] >>        MD5:  14:F1:08:AD:9D:FA:64:E2:89:E7:1C:CF:A8:AD:7D:5E
[info] >>        SHA1: 39:21:C1:15:C1:5D:0E:CA:5C:CB:5B:C4:F0:7D:21:D8:05:0B:56:6A
[info] >>        SHA256: 77:40:73:12:C6:3A:15:3D:5B:C0:0B:4E:51:75:9C:DF:DA:C2:37:DC:2A:33:B6:79:46:E9:8E:9B:FA:68:0A:E3
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.35 Criticality=false
[info] >> AuthorityKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 00 AD D9 A3 F6 79 F6 6E   74 A9 7F 33 3D 81 17 D7  .....y.nt..3=...
[info] >> 0010: 4C CF 33 DE                                        L.3.
[info] >> ]
[info] >> ]
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   DigitalSignature
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 00 AD D9 A3 F6 79 F6 6E   74 A9 7F 33 3D 81 17 D7  .....y.nt..3=...
[info] >> 0010: 4C CF 33 DE                                        L.3.
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] >> Alias name: debian:verisign_class_3_public_primary_certification_authority_-_g5.pem
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: trustedCertEntry
[info] >>
[info] >> Owner: CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Issuer: CN=VeriSign Class 3 Public Primary Certification Authority - G5, OU="(c) 2006 VeriSign, Inc. - For authorized use only", OU=VeriSign Trust Network, O="VeriSign, Inc.", C=US
[info] >> Serial number: 18dad19e267de8bb4a2158cdcc6b3b4a
[info] >> Valid from: Wed Nov 08 00:00:00 UTC 2006 until: Wed Jul 16 23:59:59 UTC 2036
[info] >> Certificate fingerprints:
[info] >>        MD5:  CB:17:E4:31:67:3E:E2:09:FE:45:57:93:F3:0A:FA:1C
[info] >>        SHA1: 4E:B6:D5:78:49:9B:1C:CF:5F:58:1E:AD:56:BE:3D:9B:67:44:A5:E5
[info] >>        SHA256: 9A:CF:AB:7E:43:C8:D8:80:D0:6B:26:2A:94:DE:EE:E4:B4:65:99:89:C3:D0:CA:F1:9B:AF:64:05:E4:1A:B7:DF
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 1.3.6.1.5.5.7.1.12 Criticality=false
[info] >> 0000: 30 5F A1 5D A0 5B 30 59   30 57 30 55 16 09 69 6D  0_.].[0Y0W0U..im
[info] >> 0010: 61 67 65 2F 67 69 66 30   21 30 1F 30 07 06 05 2B  age/gif0!0.0...+
[info] >> 0020: 0E 03 02 1A 04 14 8F E5   D3 1A 86 AC 8D 8E 6B C3  ..............k.
[info] >> 0030: CF 80 6A D4 48 18 2C 7B   19 2E 30 25 16 23 68 74  ..j.H.,...0%.#ht
[info] >> 0040: 74 70 3A 2F 2F 6C 6F 67   6F 2E 76 65 72 69 73 69  tp://logo.verisi
[info] >> 0050: 67 6E 2E 63 6F 6D 2F 76   73 6C 6F 67 6F 2E 67 69  gn.com/vslogo.gi
[info] >> 0060: 66                                                 f
[info] >>
[info] >>
[info] >> #2: ObjectId: 2.5.29.19 Criticality=true
[info] >> BasicConstraints:[
[info] >>   CA:true
[info] >>   PathLen:2147483647
[info] >> ]
[info] >>
[info] >> #3: ObjectId: 2.5.29.15 Criticality=true
[info] >> KeyUsage [
[info] >>   Key_CertSign
[info] >>   Crl_Sign
[info] >> ]
[info] >>
[info] >> #4: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 7F D3 65 A7 C2 DD EC BB   F0 30 09 F3 43 39 FA 02  ..e......0..C9..
[info] >> 0010: AF 33 31 33                                        .313
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >&gt;
[info] &gt;&gt; *******************************************
[info] &gt;&gt; *******************************************
[info] &gt;&gt;
[info] &gt;&gt;
[info] &gt;&gt; Alias name: debian:verisign_class_1_public_primary_certification_authority_-_g2.pem
[info] &gt;&gt; Creation date: Jan 26, 2016
[info] &gt;&gt; Entry type: trustedCertEntry
[info] &gt;&gt;
[info] &gt;&gt; Owner: OU=VeriSign Trust Network, OU=&quot;(c) 1998 VeriSign, Inc. - For authorized use only&quot;, OU=Class 1 Public Primary Certification Authority - G2, O=&quot;VeriSign, Inc.&quot;, C=US
[info] &gt;&gt; Issuer: OU=VeriSign Trust Network, OU=&quot;(c) 1998 VeriSign, Inc. - For authorized use only&quot;, OU=Class 1 Public Primary Certification Authority - G2, O=&quot;VeriSign, Inc.&quot;, C=US
[info] &gt;&gt; Serial number: 4cc7eaaa983e71d39310f83d3a899192
[info] &gt;&gt; Valid from: Mon May 18 00:00:00 UTC 1998 until: Tue Aug 01 23:59:59 UTC 2028
[info] &gt;&gt; Certificate fingerprints:
[info] &gt;&gt;        MD5:  DB:23:3D:F9:69:FA:4B:B9:95:80:44:73:5E:7D:41:83
[info] &gt;&gt;        SHA1: 27:3E:E1:24:57:FD:C4:F9:0C:55:E8:2B:56:16:7F:62:F5:32:E5:47
[info] >>        SHA256: 34:1D:E9:8B:13:92:AB:F7:F4:AB:90:A9:60:CF:25:D4:BD:6E:C6:5B:9A:51:CE:6E:D0:67:D0:0E:C7:CE:9B:7F
[info] >>        Signature algorithm name: SHA1withRSA
[info] >>        Version: 1
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
[info] Maven property ${javax.net.ssl.trustStore} set to '/tmp/junit2984112839938041911/cacerts.jks'
[info] Maven property ${javax.net.ssl.trustStorePassword} set to 'changeit'
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.532 sec - in com.jcabi.ssl.maven.plugin.CacertsTest
Running com.jcabi.ssl.maven.plugin.KeystoreTest
[warn] >> What is your first and last name?
[warn] >>   [Unknown]:  What is the name of your organizational unit?
[warn] >>   [Unknown]:  What is the name of your organization?
[warn] >>   [Unknown]:  What is the name of your City or Locality?
[warn] >>   [Unknown]:  What is the name of your State or Province?
[warn] >>   [Unknown]:  What is the two-letter country code for this unit?
[warn] >>   [Unknown]:  Is CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US correct?
[warn] >>   [no]:
[info] Keystore created in '/tmp/junit4710349381150107156/tmp/a/b/ckeystore.jks' (51 bytes)
[info] >>
[info] >> Keystore type: JKS
[info] >> Keystore provider: SUN
[info] >>
[info] >> Your keystore contains 1 entry
[info] >>
[info] >> Alias name: localhost
[info] >> Creation date: Jan 26, 2016
[info] >> Entry type: PrivateKeyEntry
[info] >> Certificate chain length: 1
[info] >> Certificate[1]:
[info] >> Owner: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[info] >> Issuer: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[info] >> Serial number: 69ba56fa
[info] >> Valid from: Tue Jan 26 07:38:21 UTC 2016 until: Mon Apr 25 07:38:21 UTC 2016
[info] >> Certificate fingerprints:
[info] >>        MD5:  F4:55:7B:A0:58:97:F1:E7:55:E9:E5:1D:34:EA:06:47
[info] >>        SHA1: CC:42:32:6D:73:5D:4F:59:AA:D0:DB:02:E2:5B:0B:D7:6E:44:1A:88
[info] >>        SHA256: CE:0A:79:23:9F:FA:74:37:85:01:EB:D8:F0:83:BE:8F:C4:FB:D8:14:70:80:40:66:3F:D6:0A:06:E2:6E:E3:E5
[info] >>        Signature algorithm name: SHA256withRSA
[info] >>        Version: 3
[info] >>
[info] >> Extensions:
[info] >>
[info] >> #1: ObjectId: 2.5.29.14 Criticality=false
[info] >> SubjectKeyIdentifier [
[info] >> KeyIdentifier [
[info] >> 0000: 88 92 67 2F AE 2F F7 1A   AE 2F F5 B2 8F B6 AC C5  ..g/./.../......
[info] >> 0010: 06 39 0E DF                                        .9..
[info] >> ]
[info] >> ]
[info] >>
[info] >>
[info] >>
[info] >> *******************************************
[info] >> *******************************************
[info] >>
[info] >>
Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.24 sec - in com.jcabi.ssl.maven.plugin.KeystoreTest

Results :

Tests run: 6, Failures: 0, Errors: 0, Skipped: 0

[INFO]
[INFO] --- jcabi-maven-plugin:0.9.3:versionalize (jcabi-versionalize-packages) @ jcabi-ssl-maven-plugin ---
[INFO] Versionalizing /home/r/repo/target/classes directory
log4j:WARN No appenders could be found for logger (org.jboss.logging).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[ERROR] JSR-303 validator failed to initialize: Unable to instantiate Configuration. (see http://www.jcabi.com/jcabi-aspects/jsr-303.html)
[INFO] File /home/r/repo/target/classes/com/jcabi/ssl/maven/plugin/com-jcabi-jcabi-ssl-maven-plugin-maven-plugin.txt added
[INFO]
[INFO] --- maven-jar-plugin:2.5:jar (default-jar) @ jcabi-ssl-maven-plugin ---
[INFO] Building jar: /home/r/repo/target/jcabi-ssl-maven-plugin-1.0-SNAPSHOT.jar
[INFO]
[INFO] --- maven-plugin-plugin:3.2:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ jcabi-ssl-maven-plugin ---
[INFO]
[INFO] --- maven-assembly-plugin:2.4.1:single (assemble-all) @ jcabi-ssl-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.pom (3 KB at 70.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/4/maven-shared-components-4.pom (3 KB at 56.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-parent/4/maven-parent-4.pom (10 KB at 263.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-io/1.0/maven-shared-io-1.0.pom (3 KB at 82.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 20.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (6 KB at 165.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.pom (7 KB at 171.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.pom (3 KB at 60.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.pom (4 KB at 87.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/7/maven-shared-components-7.pom (3 KB at 70.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-common-artifact-filters/1.0-alpha-1/maven-common-artifact-filters-1.0-alpha-1.pom (2 KB at 50.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/6/maven-shared-components-6.pom (4 KB at 86.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar
Downloaded:3http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-filtering/1.2/maven-filtering-1.2.jar (44 KB at 1198.4 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/file-management/1.1/file-management-1.1.jar (31 KB at 822.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-repository-builder/1.0-alpha-2/maven-repository-builder-1.0-alpha-2.jar (23 KB at 595.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-io/2.0.9/plexus-io-2.0.9.jar (58 KB at 1436.1 KB/sec)
[INFO] Building jar: /home/r/repo/target/jcabi-ssl-maven-plugin-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.9:install (default) @ jcabi-ssl-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.pom (6 KB at 151.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.pom (5 KB at 121.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.pom (4 KB at 103.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.pom (16 KB at 538.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.pom (3 KB at 58.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/4.0/asm-parent-4.0.pom (6 KB at 153.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/4.0/asm-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.pom (2 KB at 55.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.pom (3 KB at 56.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.pom (3 KB at 59.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.pom (3 KB at 56.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (2 KB at 44.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 KB at 500.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (2 KB at 44.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.pom (6 KB at 166.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sitetools/1.1.4/doxia-sitetools-1.1.4.pom (16 KB at 434.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-core/1.1.4/doxia-core-1.1.4.pom (4 KB at 98.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia/1.1.4/doxia-1.1.4.pom (19 KB at 498.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.1.4/doxia-sink-api-1.1.4.pom (2 KB at 42.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.1.4/doxia-logging-api-1.1.4.pom (2 KB at 42.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Downloading: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom
Downloaded: http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/1.5.12/plexus-utils-1.5.12.pom (6 KB at 157.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.pom (3 KB at 83.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.pom (2 KB at 44.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-modules/1.1.4/doxia-modules-1.1.4.pom (3 KB at 66.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.pom (6 KB at 148.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.pom (18 KB at 579.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
Downloading: https://oss.sonatype.org/content/groups/public/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/4.0/asm-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy/2.0.1/groovy-2.0.1.jar (3194 KB at 16549.1 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.0.1/groovy-all-2.0.1.jar (6047 KB at 21988.5 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar
Downloading: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.jar
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.2/maven-reporting-impl-2.2.jar (17 KB at 433.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-script-interpreter/1.1/maven-script-interpreter-1.1.jar (21 KB at 571.3 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-invoker/2.1.1/maven-invoker-2.1.1.jar (30 KB at 691.4 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-tree/4.0/asm-tree-4.0.jar (22 KB at 580.2 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar
Downloaded: http://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (190 KB at 4519.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar
Downloaded:2http://repo.maven.apache.org/maven2/org/ow2/asm/asm-commons/4.0/asm-commons-4.0.jar (37 KB at 1152.8 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/4.0/asm-4.0.jar (45 KB at 1214.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-util/4.0/asm-util-4.0.jar (37 KB at 1003.6 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-analysis/4.0/asm-analysis-4.0.jar (20 KB at 517.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 KB at 287.9 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (12 KB at 368.2 KB/sec)
Downloaded:5http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-site-renderer/1.1.4/doxia-site-renderer-1.1.4.jar (50 KB at 1271.5 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-xhtml/1.1.4/doxia-module-xhtml-1.1.4.jar (15 KB at 396.7 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-decoration-model/1.1.4/doxia-decoration-model-1.1.4.jar (52 KB at 1310.2 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/doxia/doxia-module-fml/1.1.4/doxia-module-fml-1.1.4.jar (37 KB at 961.5 KB/sec)
[INFO] Installing /home/r/repo/pom.xml to /home/r/repo/target/local-repo/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/jcabi-ssl-maven-plugin-1.0-SNAPSHOT.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/target/jcabi-ssl-maven-plugin-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/repo/target/local-repo/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-invoker-plugin:1.9:run (default) @ jcabi-ssl-maven-plugin ---
[INFO] Building: end-to-end/pom.xml
[INFO] [INFO] Error stacktraces are turned on.
[INFO] [INFO] Scanning for projects...
[INFO] [INFO]
[INFO] [INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO] [INFO]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Building test 1.0
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom (4 KB at 294.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom (13 KB at 1414.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 KB at 2574.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/10/apache-10.pom (15 KB at 3613.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar (25 KB at 4009.3 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-test ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (2 KB at 710.4 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9 KB at 2208.7 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 KB at 4960.0 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/apache/apache/3/apache-3.pom (4 KB at 1674.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4 KB at 1985.8 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (9 KB at 2040.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (9 KB at 4083.5 KB/sec)
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (221 KB at 6899.2 KB/sec)
[INFO] [INFO]
[INFO] [INFO] --- jcabi-ssl-maven-plugin:1.0-SNAPSHOT:keygen (default) @ jcabi-test ---
[INFO] [INFO] Downloading: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar
[INFO] [INFO] Downloaded: file:///home/r/.m2/repository/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar (165 KB at 6331.4 KB/sec)
[INFO] [ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://aspects.jcabi.com/jsr-303.html)
[INFO] [INFO] Existing cacerts '/usr/lib/jvm/java-7-openjdk-amd64/jre/lib/security/cacerts' copied to '/home/r/repo/target/it/end-to-end/target/cacerts.jks' (52 bytes)
[INFO] [INFO] jcabi-aspects 0.22/7e07127 started new daemon thread jcabi-loggable for watching of @Loggable annotated methods
[INFO] [WARNING] >> What is your first and last name?
[INFO] [WARNING] >>   [Unknown]:  What is the name of your organizational unit?
[INFO] [WARNING] >>   [Unknown]:  What is the name of your organization?
[INFO] [WARNING] >>   [Unknown]:  What is the name of your City or Locality?
[INFO] [WARNING] >>   [Unknown]:  What is the name of your State or Province?
[INFO] [WARNING] >>   [Unknown]:  What is the two-letter country code for this unit?
[INFO] [WARNING] >>   [Unknown]:  Is CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US correct?
[INFO] [WARNING] >>   [no]:
[INFO] [INFO] Keystore created in '/home/r/repo/target/it/end-to-end/target/keystore.jks' (53 bytes)
[INFO] [INFO] >>
[INFO] [INFO] >> Keystore type: JKS
[INFO] [INFO] >> Keystore provider: SUN
[INFO] [INFO] >>
[INFO] [INFO] >> Your keystore contains 1 entry
[INFO] [INFO] >>
[INFO] [INFO] >> Alias name: localhost
[INFO] [INFO] >> Creation date: Jan 26, 2016
[INFO] [INFO] >> Entry type: PrivateKeyEntry
[INFO] [INFO] >> Certificate chain length: 1
[INFO] [INFO] >> Certificate[1]:
[INFO] [INFO] >> Owner: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[INFO] [INFO] >> Issuer: CN=localhost, OU=ACME Co., O=software developers, L=San Francisco, ST=California, C=US
[INFO] [INFO] >> Serial number: 1a24a06e
[INFO] [INFO] >> Valid from: Tue Jan 26 07:38:30 UTC 2016 until: Mon Apr 25 07:38:30 UTC 2016
[INFO] [INFO] >> Certificate fingerprints:
[INFO] [INFO] >>         MD5:  D2:7F:C8:25:7C:63:5C:CF:73:AA:90:B9:C9:E6:12:2E
[INFO] [INFO] >>         SHA1: F4:7D:DA:CC:4F:23:1A:37:AD:B7:3D:C4:5E:EA:F5:BD:A7:C8:01:B3
[INFO] [INFO] >>         SHA256: A5:3B:13:EF:83:98:10:50:42:A3:7D:4F:48:F4:E0:47:8B:47:5B:2B:63:FE:FD:E0:90:40:B4:C0:09:38:57:0D
[INFO] [INFO] >>         Signature algorithm name: SHA256withRSA
[INFO] [INFO] >>         Version: 3
[INFO] [INFO] >>
[INFO] [INFO] >> Extensions:
[INFO] [INFO] >>
[INFO] [INFO] >> #1: ObjectId: 2.5.29.14 Criticality=false
[INFO] [INFO] >> SubjectKeyIdentifier [
[INFO] [INFO] >> KeyIdentifier [
[INFO] [INFO] >> 0000: 71 28 0B AE 41 83 F5 61   27 0F 9B BD 3A E5 6C C3  q(..A..a'...:.l.
[INFO] [INFO] >> 0010: F8 38 72 C6                                        .8r.
[INFO] [INFO] >> ]
[INFO] [INFO] >> ]
[INFO] [INFO] >>
[INFO] [INFO] >>
[INFO] [INFO] >>
[INFO] [INFO] >> *******************************************
[INFO] [INFO] >> *******************************************
[INFO] [INFO] >>
[INFO] [INFO] >>
[INFO] [WARNING] >> Entry for alias localhost successfully imported.
[INFO] [WARNING] >> Import command completed:  1 entries successfully imported, 0 entries failed or cancelled
[INFO] [INFO] keyStore '/home/r/repo/target/it/end-to-end/target/keystore.jks' imported into trustStore '/home/r/repo/target/it/end-to-end/target/cacerts.jks'
[INFO] [INFO] Maven property ${javax.net.ssl.keyStore} set to '/home/r/repo/target/it/end-to-end/target/keystore.jks'
[INFO] [INFO] Maven property ${javax.net.ssl.keyStorePassword} set to '1d63a34a52d39fe956a94d979e04ef6d'
[INFO] [INFO] Maven property ${javax.net.ssl.trustStore} set to '/home/r/repo/target/it/end-to-end/target/cacerts.jks'
[INFO] [INFO] Maven property ${javax.net.ssl.trustStorePassword} set to 'changeit'
[INFO] [INFO] Keystore is active: [javax.net.ssl.keyStore=/home/r/repo/target/it/end-to-end/target/keystore.jks, javax.net.ssl.keyStorePassword=1d63a34a52d39fe956a94d979e04ef6d]
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time: 3.017 s
[INFO] [INFO] Finished at: 2016-01-26T07:38:31+00:00
[INFO] [INFO] Final Memory: 8M/219M
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [WARNING] The requested profile "qulice" could not be activated because it does not exist.
[INFO] run script verify.groovy
[INFO] Running post-build script: /home/r/repo/target/it/end-to-end/verify.groovy
[INFO] Finished post-build script: /home/r/repo/target/it/end-to-end/verify.groovy
[INFO] ..SUCCESS (5.4 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 1, Failed: 0, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[INFO]
[INFO] --- qulice-maven-plugin:0.12:check (jcabi-check) @ jcabi-ssl-maven-plugin ---
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.pom (3 KB at 69.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.pom (5 KB at 146.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.pom (7 KB at 150.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/17.0/guava-parent-jdk5-17.0.pom (8 KB at 193.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.pom (24 KB at 725.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/14.0.1/guava-jdk5-14.0.1.pom (7 KB at 201.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/14.0.1/guava-parent-jdk5-14.0.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-parent-jdk5/14.0.1/guava-parent-jdk5-14.0.1.pom (3 KB at 66.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.pom (5 KB at 123.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.pom (36 KB at 868.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.pom (3 KB at 54.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloading: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom
Downloaded: http://repo.maven.apache.org/maven2/jaxen/jaxen/1.1.1/jaxen-1.1.1.pom (8 KB at 191.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/jdom/jdom/1.0/jdom-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/jdom/jdom/1.0/jdom-1.0.pom (2 KB at 30.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/xom/xom/1.0/xom-1.0.pom
Downloading: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.pom
Downloaded: http://repo.maven.apache.org/maven2/xom/xom/1.0/xom-1.0.pom (2 KB at 41.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.pom (8 KB at 242.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm/5.0_BETA/asm-5.0_BETA.pom (2 KB at 36.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
Downloading: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom
Downloaded: http://repo.maven.apache.org/maven2/org/ow2/asm/asm-parent/5.0_BETA/asm-parent-5.0_BETA.pom (6 KB at 141.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.pom (2 KB at 31.0 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.pom (5 KB at 139.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.pom (18 KB at 528.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.pom (9 KB at 231.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.pom (5 KB at 161.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.pom (4 KB at 99.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.pom (10 KB at 288.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.pom (4 KB at 108.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/com/qulice/qulice-spi/0.12/qulice-spi-0.12.jar (8 KB at 218.0 KB/sec)
Downloading:6https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.jar
Downloaded:3https://oss.sonatype.org/content/groups/public/com/qulice/qulice-checkstyle/0.12/qulice-checkstyle-0.12.jar (35 KB at 830.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-pmd/0.12/qulice-pmd-0.12.jar (13 KB at 325.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.jar
Downloading:6https://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/beust/jcommander/1.27/jcommander-1.27.jar (55 KB at 1467.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/puppycrawl/tools/checkstyle/5.7/checkstyle-5.7.jar (645 KB at 6580.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-codenarc/0.12/qulice-codenarc-0.12.jar (9 KB at 174.3 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/qulice/qulice-findbugs/0.12/qulice-findbugs-0.12.jar (9 KB at 246.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/mozilla/rhino/1.7R3/rhino-1.7R3.jar (1070 KB at 9296.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.jar
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/guava/guava-jdk5/17.0/guava-jdk5-17.0.jar (2012 KB at 9907.2 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/qulice/qulice-xml/0.12/qulice-xml-0.12.jar (7 KB at 141.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar
Downloaded: https://oss.sonatype.org/content/groups/public/net/sourceforge/pmd/pmd/5.1.1/pmd-5.1.1.jar (2042 KB at 10857.3 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-xml/0.12.1/jcabi-xml-0.12.1.jar (47 KB at 1593.8 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/jcabi/jcabi-immutable/1.3/jcabi-immutable-1.3.jar (22 KB at 623.4 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/com/google/code/findbugs/findbugs/3.0.0/findbugs-3.0.0.jar (3537 KB at 13655.0 KB/sec)
Downloaded:Bhttps://oss.sonatype.org/content/groups/public/org/codehaus/groovy/groovy-all/2.3.3/groovy-all-2.3.3.jar (7095 KB at 16892.7 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar
Downloaded: http://repo.maven.apache.org/maven2/org/apache/ant/ant-testutil/1.7.1/ant-testutil-1.7.1.jar (15 KB at 384.0 KB/sec)
[INFO] LICENSE found: file:/home/r/repo/LICENSE.txt
log4j:WARN No appenders could be found for logger (org.apache.commons.beanutils.converters.BooleanConverter).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
[INFO] No Checkstyle violations found in 23 files
[INFO] No PMD violations found in 12 files
[INFO] /src/changes/changes.xml: to be validated
[ERROR] JSR-303 validator failed to initialize: Unable to create a Configuration, because no Bean Validation provider could be found. Add a provider like Hibernate Validator (RI) to your classpath. (see http://aspects.jcabi.com/jsr-303.html)
[INFO] /src/site/site.xml: to be validated
[INFO] /src/it/settings.xml: skipped
[INFO] /src/it/end-to-end/pom.xml: to be validated
CodeNarc completed: (p1=0; p2=0; p3=0) 6948ms
[INFO] CodeNarc validated 1 file(s)
[INFO] Calling org.apache.maven.plugins:maven-enforcer-plugin:1.0-beta-1:enforce...
Downloading: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom
Downloaded: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.pom (12 KB at 296.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar
Downloaded: https://oss.sonatype.org/content/groups/public/com/ning/maven/plugins/maven-duplicate-finder-plugin/1.0.7/maven-duplicate-finder-plugin-1.0.7.jar (25 KB at 885.9 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.pom
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.pom (10 KB at 269.6 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/commons/commons-parent/20/commons-parent-20.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/20/commons-parent-20.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 KB at 881.5 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.pom (2 KB at 59.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-parent/1.6.1/slf4j-parent-1.6.1.pom (10 KB at 379.4 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.pom (3 KB at 121.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.pom (2 KB at 32.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j-maven-plugins/1.0.1/pyx4j-maven-plugins-1.0.1.pom (2 KB at 48.7 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom
Downloaded: http://repo.maven.apache.org/maven2/com/pyx4j/pyx4j/1.0.1/pyx4j-1.0.1.pom (14 KB at 356.8 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom
Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 19.1 KB/sec)
Downloading: https://oss.sonatype.org/content/groups/public/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
Downloading: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
Downloading: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar
Downloaded:1https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-api/1.6.1/slf4j-api-1.6.1.jar (25 KB at 778.1 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/org/slf4j/slf4j-log4j12/1.6.1/slf4j-log4j12-1.6.1.jar (10 KB at 257.4 KB/sec)
Downloaded: https://oss.sonatype.org/content/groups/public/log4j/log4j/1.2.16/log4j-1.2.16.jar (471 KB at 8550.0 KB/sec)
Downloading: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar
Downloading: http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar
Downloaded:4http://repo.maven.apache.org/maven2/com/pyx4j/maven-plugin-log4j/1.0.1/maven-plugin-log4j-1.0.1.jar (4 KB at 101.0 KB/sec)
Downloaded: http://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.5/commons-codec-1.5.jar (72 KB at 1878.5 KB/sec)
[INFO] Calling com.ning.maven.plugins:maven-duplicate-finder-plugin:1.0.7:check...
[INFO] Checking compile classpath
[INFO] Checking runtime classpath
[INFO] Calling org.codehaus.mojo:cobertura-maven-plugin:2.5.1:check...
[INFO] Cannot perform check, instrumentation not performed - skipping.
[INFO] This is not an SVN project
[INFO] No dependency problems found
[INFO] Calling org.codehaus.mojo:jslint-maven-plugin:1.0.1:jslint...
[INFO] Qulice quality check completed in 18s
[INFO]
[INFO] --- maven-install-plugin:2.5.1:install (default-install) @ jcabi-ssl-maven-plugin ---
[INFO] Installing /home/r/repo/target/jcabi-ssl-maven-plugin-1.0-SNAPSHOT.jar to /home/r/.m2/repository/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-SNAPSHOT.jar
[INFO] Installing /home/r/repo/pom.xml to /home/r/.m2/repository/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-SNAPSHOT.pom
[INFO] Installing /home/r/repo/target/jcabi-ssl-maven-plugin-1.0-SNAPSHOT-jar-with-dependencies.jar to /home/r/.m2/repository/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-SNAPSHOT-jar-with-dependencies.jar
[INFO]
[INFO] --- maven-deploy-plugin:2.8.1:deploy (default-deploy) @ jcabi-ssl-maven-plugin ---
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml (1009 B at 4.7 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-20160126.073853-490.jar
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-20160126.073853-490.jar (31 KB at 83.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-20160126.073853-490.pom
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-20160126.073853-490.pom (9 KB at 76.3 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/maven-metadata.xml (323 B at 7.2 KB/sec)
Downloading: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/maven-metadata.xml
Downloaded: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/maven-metadata.xml (2 KB at 14.5 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml (1009 B at 3.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/maven-metadata.xml (323 B at 1.1 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/maven-metadata.xml (2 KB at 7.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-20160126.073853-490-jar-with-dependencies.jar
Uploaded:Bhttps://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/jcabi-ssl-maven-plugin-1.0-20160126.073853-490-jar-with-dependencies.jar (820 KB at 4503.8 KB/sec)
Uploading: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml
Uploaded: https://oss.sonatype.org/content/repositories/snapshots/com/jcabi/jcabi-ssl-maven-plugin/1.0-SNAPSHOT/maven-metadata.xml (1009 B at 4.6 KB/sec)
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 57.512 s
[INFO] Finished at: 2016-01-26T07:38:54+00:00
[INFO] Final Memory: 124M/446M
[INFO] ------------------------------------------------------------------------
+ mvn clean
[INFO] Scanning for projects...
[INFO]
[INFO] Using the builder org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder with a thread count of 1
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building jcabi-ssl-maven-plugin 1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO]
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ jcabi-ssl-maven-plugin ---
[INFO] Deleting /home/r/repo/target
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.266 s
[INFO] Finished at: 2016-01-26T07:38:58+00:00
[INFO] Final Memory: 9M/219M
[INFO] ------------------------------------------------------------------------
++ pwd
+ pdd --source=/home/r/repo --verbose --file=jcabi-ssl-maven-plugin.xml
INFO: "my version is 0.15.4"
INFO: "Ruby version is 2.2.4 at x86_64-linux-gnu"
INFO: "reading /home/r/repo"
INFO: "54 file(s) found"
INFO: "reading LICENSE.txt..."
INFO: "reading PUZZLES.md..."
INFO: "reading README.md..."
INFO: "reading TEAM.md..."
INFO: "reading appveyor.yml..."
INFO: "reading pom.xml..."
INFO: "reading src/changes/changes.xml..."
INFO: "reading src/it/end-to-end/invoker.properties..."
INFO: "reading src/it/end-to-end/pom.xml..."
INFO: "reading src/it/end-to-end/verify.groovy..."
INFO: "reading src/it/settings.xml..."
INFO: "reading src/main/aspect/README.txt..."
INFO: "reading src/main/java/com/jcabi/ssl/maven/plugin/Cacerts.java..."
INFO: "reading src/main/java/com/jcabi/ssl/maven/plugin/KeygenMojo.java..."
INFO: "reading src/main/java/com/jcabi/ssl/maven/plugin/Keystore.java..."
INFO: "reading src/main/java/com/jcabi/ssl/maven/plugin/Keytool.java..."
INFO: "reading src/main/java/com/jcabi/ssl/maven/plugin/Yes.java..."
INFO: "reading src/main/java/com/jcabi/ssl/maven/plugin/package-info.java..."
INFO: "reading src/site/apt/example-tomcat.apt.vm..."
INFO: "reading src/site/apt/index.apt.vm..."
INFO: "reading src/site/apt/usage.apt.vm..."
INFO: "reading src/site/fml/faq.fml..."
INFO: "reading src/site/resources/CNAME..."
INFO: "reading src/site/site.xml..."
INFO: "reading src/test/java/com/jcabi/ssl/maven/plugin/CacertsTest.java..."
INFO: "reading src/test/java/com/jcabi/ssl/maven/plugin/KeygenMojoTest.java..."
INFO: "reading src/test/java/com/jcabi/ssl/maven/plugin/KeystoreTest.java..."
INFO: "reading src/test/java/com/jcabi/ssl/maven/plugin/KeytoolTest.java..."
INFO: "reading src/test/java/com/jcabi/ssl/maven/plugin/YesTest.java..."
INFO: "reading src/test/java/com/jcabi/ssl/maven/plugin/package-info.java..."
+ s3cmd --no-progress put jcabi-ssl-maven-plugin.xml --config=../s3cfg s3://pdd.teamed.io/jcabi-ssl-maven-plugin.xml
WARNING: Module python-magic is not available. Guessing MIME types based on file extensions.
File 'jcabi-ssl-maven-plugin.xml' stored as 's3://pdd.teamed.io/jcabi-ssl-maven-plugin.xml' (278 bytes in 0.1 seconds, 4.77 kB/s) [1 of 1]
+ mv /home/r/repo .
++ whoami
+ chown -R root repo
+ '[' -n '' ']'
++ whoami
+ sudo chown -R rultor repo
+ cd repo
container 1826eb67779050f2a4227acc2c45c9f4e79d35e858645b2fa2fc881dad707915 is dead
Tue Jan 26 07:39:32 UTC 2016