GithubHelp home page GithubHelp logo

Comments (59)

Taste-IT avatar Taste-IT commented on August 15, 2024 1

I copied actuall Certs to /app/onlyoffice/DocumentServer/data/certs . I configured the App in NC with https://cloud.dom.xy:8888 and Advanced Setting https://cloud.dom.xy:8888 und https://cloud.dom.xy. I can save that.

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Hello @Huster-at-github
It seems that there is not enough permissions for the directory /app/onlyoffice/DocumentServer/lib.
Try to adding all permission to host directory like this:
chmod 777 /app/onlyoffice/DocumentServer/lib

from docker-documentserver.

Huster-at-github avatar Huster-at-github commented on August 15, 2024

Thanks @agolybev ,

chmod -R 777 /app/onlyoffice/

and a container restart with this command

sudo docker run -i -t -d -p 8888:443  \
    -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data  \
    -v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice  \
    -v /app/onlyoffice/DocumentServer/cache:/var/lib/onlyoffice/documentserver/App_Data/cache/files  onlyoffice/documentserver

helped. Now I can

  • edit docx and xlsx files

Still not working:

  • changes to files system / activities
  • converting xls or doc files

Error log when trying to convert:

Error	onlyoffice	Failed download converted file: https://myNCdomain.com:8888/cache/files/conv_28078741495790019_docx/output.docx/output.docx?md5=m1pIhhRWDFDyPWzLHD-j8A==&expires=1498385642&disposition=attachment&ooname=output.docx	a minute ago
Error	PHP	file_get_contents(https://myNCdomain.com:8888/cache/files/conv_28078741495790019_docx/output.docx/output.docx?md5=m1pIhhRWDFDyPWzLHD-j8A==&expires=1498385642&disposition=attachment&ooname=output.docx): failed to open stream: operation failed at /var/www/nextcloud/apps/onlyoffice/controller/editorcontroller.php#267	a minute ago
Error	PHP	file_get_contents(): Failed to enable crypto at /var/www/nextcloud/apps/onlyoffice/controller/editorcontroller.php#267	a minute ago
Error	PHP	file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed at /var/www/nextcloud/apps/onlyoffice/controller/editorcontroller.php#267	a minute ago

from docker-documentserver.

Huster-at-github avatar Huster-at-github commented on August 15, 2024

Added -v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice \ to docker start

sudo docker run -i -t -d -p 8888:443  \
    -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data  \
    -v /app/onlyoffice/DocumentServer/logs:/var/log/onlyoffice  \
    -v /app/onlyoffice/DocumentServer/lib:/var/lib/onlyoffice  \
    -v /app/onlyoffice/DocumentServer/cache:/var/lib/onlyoffice/documentserver/App_Data/cache/files  onlyoffice/documentserver

Does not help.

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

I'm sorry, I did not fully understand the problem.
I think, that error occur becаuse nextcloud server can't verify ssl certificate which used with documentserver.
Could you check it? Run the below command on nextcloud server:
openssl s_client -CApath /etc/ssl/certs/ -connect myNCdomain.com:8888
At the end of output there should be Verify return code: 0 (ok).

Sample output for google.com:

openssl s_client -CApath /etc/ssl/certs/ -connect google.com:443
CONNECTED(00000003)
depth=3 C = US, O = Equifax, OU = Equifax Secure Certificate Authority
verify return:1
depth=2 C = US, O = GeoTrust Inc., CN = GeoTrust Global CA
verify return:1
depth=1 C = US, O = Google Inc, CN = Google Internet Authority G2
verify return:1
depth=0 C = US, ST = California, L = Mountain View, O = Google Inc, CN = google.com
verify return:1
---
Certificate chain
 0 s:/C=US/ST=California/L=Mountain View/O=Google Inc/CN=google.com
   i:/C=US/O=Google Inc/CN=Google Internet Authority G2
 1 s:/C=US/O=Google Inc/CN=Google Internet Authority G2
   i:/C=US/O=GeoTrust Inc./CN=GeoTrust Global CA
 2 s:/C=US/O=GeoTrust Inc./CN=GeoTrust Global CA
   i:/C=US/O=Equifax/OU=Equifax Secure Certificate Authority
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIgwjCCH6qgAwIBAgIIBRaLL4r5/uUwDQYJKoZIhvcNAQELBQAwSTELMAkGA1UE
BhMCVVMxEzARBgNVBAoTCkdvb2dsZSBJbmMxJTAjBgNVBAMTHEdvb2dsZSBJbnRl
cm5ldCBBdXRob3JpdHkgRzIwHhcNMTcwNTE4MTE0MTM5WhcNMTcwODEwMTEzOTAw
WjBkMQswCQYDVQQGEwJVUzETMBEGA1UECAwKQ2FsaWZvcm5pYTEWMBQGA1UEBwwN
TW91bnRhaW4gVmlldzETMBEGA1UECgwKR29vZ2xlIEluYzETMBEGA1UEAwwKZ29v
Z2xlLmNvbTCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBANArEiSjU2eZ
nFViKYVRxxnwRDO4IwqCucPORyaTlLLrq3jmf0N5YzEoFt/kRGF/VxqKKQyOx4DT
36+vFxOk4EyCxsbWPbmXMPlaskWNLOaMHMKlq83amwBq8SQ/xxvaEG7pUHL+r0kI
mbcJsJV+ChLS1O11YWwHMmIVwmjcmlokuIBNLns6G1gU9KLE4UBlzP1NSlTri7bs
kgg8U2r/j1I0h7QcLeSpHRz/1tjfn6jTGnmsNM8Os1l27HISwCRwtnObgavoz+Lu
AHdWhpjPxY3hXiBBXlo+Mzje7xeZwhT0sn409qObFC/dNzzqWuz2jI32OAkkEtsA
fCOTXbTiLdsCAwEAAaOCHZEwgh2NMB0GA1UdJQQWMBQGCCsGAQUFBwMBBggrBgEF
BQcDAjCCHF0GA1UdEQSCHFQwghxQggpnb29nbGUuY29tggoqLjJtZG4ubmV0gg0q
LmFuZHJvaWQuY29tghYqLmFwcGVuZ2luZS5nb29nbGUuY29tghQqLmF1LmRvdWJs
ZWNsaWNrLm5ldIILKi5jYy1kdC5jb22CEiouY2xvdWQuZ29vZ2xlLmNvbYIUKi5k
ZS5kb3VibGVjbGljay5uZXSCESouZG91YmxlY2xpY2suY29tghEqLmRvdWJsZWNs
aWNrLm5ldIIVKi5mbHMuZG91YmxlY2xpY2submV0ghQqLmZyLmRvdWJsZWNsaWNr
Lm5ldIIGKi5nLmNvgg4qLmdjcC5ndnQyLmNvbYIWKi5nb29nbGUtYW5hbHl0aWNz
LmNvbYILKi5nb29nbGUuYWOCCyouZ29vZ2xlLmFkggsqLmdvb2dsZS5hZYILKi5n
b29nbGUuYWaCCyouZ29vZ2xlLmFnggsqLmdvb2dsZS5haYILKi5nb29nbGUuYWyC
CyouZ29vZ2xlLmFtggsqLmdvb2dsZS5hc4ILKi5nb29nbGUuYXSCCyouZ29vZ2xl
LmF6ggsqLmdvb2dsZS5iYYILKi5nb29nbGUuYmWCCyouZ29vZ2xlLmJmggsqLmdv
b2dsZS5iZ4ILKi5nb29nbGUuYmmCCyouZ29vZ2xlLmJqggsqLmdvb2dsZS5ic4IL
Ki5nb29nbGUuYnSCCyouZ29vZ2xlLmJ5ggsqLmdvb2dsZS5jYYIMKi5nb29nbGUu
Y2F0ggsqLmdvb2dsZS5jY4ILKi5nb29nbGUuY2SCCyouZ29vZ2xlLmNmggsqLmdv
b2dsZS5jZ4ILKi5nb29nbGUuY2iCCyouZ29vZ2xlLmNpggsqLmdvb2dsZS5jbIIL
Ki5nb29nbGUuY22CCyouZ29vZ2xlLmNugg4qLmdvb2dsZS5jby5hb4IOKi5nb29n
bGUuY28uYneCDiouZ29vZ2xlLmNvLmNrgg4qLmdvb2dsZS5jby5jcoIOKi5nb29n
bGUuY28uaHWCDiouZ29vZ2xlLmNvLmlkgg4qLmdvb2dsZS5jby5pbIIOKi5nb29n
bGUuY28uaW2CDiouZ29vZ2xlLmNvLmlugg4qLmdvb2dsZS5jby5qZYIOKi5nb29n
bGUuY28uanCCDiouZ29vZ2xlLmNvLmtlgg4qLmdvb2dsZS5jby5rcoIOKi5nb29n
bGUuY28ubHOCDiouZ29vZ2xlLmNvLm1hgg4qLmdvb2dsZS5jby5teoIOKi5nb29n
bGUuY28ubnqCDiouZ29vZ2xlLmNvLnRogg4qLmdvb2dsZS5jby50eoIOKi5nb29n
bGUuY28udWeCDiouZ29vZ2xlLmNvLnVrgg4qLmdvb2dsZS5jby51eoIOKi5nb29n
bGUuY28udmWCDiouZ29vZ2xlLmNvLnZpgg4qLmdvb2dsZS5jby56YYIOKi5nb29n
bGUuY28uem2CDiouZ29vZ2xlLmNvLnp3ggwqLmdvb2dsZS5jb22CDyouZ29vZ2xl
LmNvbS5hZoIPKi5nb29nbGUuY29tLmFngg8qLmdvb2dsZS5jb20uYWmCDyouZ29v
Z2xlLmNvbS5hcoIPKi5nb29nbGUuY29tLmF1gg8qLmdvb2dsZS5jb20uYmSCDyou
Z29vZ2xlLmNvbS5iaIIPKi5nb29nbGUuY29tLmJugg8qLmdvb2dsZS5jb20uYm+C
DyouZ29vZ2xlLmNvbS5icoIPKi5nb29nbGUuY29tLmJ5gg8qLmdvb2dsZS5jb20u
YnqCDyouZ29vZ2xlLmNvbS5jboIPKi5nb29nbGUuY29tLmNvgg8qLmdvb2dsZS5j
b20uY3WCDyouZ29vZ2xlLmNvbS5jeYIPKi5nb29nbGUuY29tLmRvgg8qLmdvb2ds
ZS5jb20uZWOCDyouZ29vZ2xlLmNvbS5lZ4IPKi5nb29nbGUuY29tLmV0gg8qLmdv
b2dsZS5jb20uZmqCDyouZ29vZ2xlLmNvbS5nZYIPKi5nb29nbGUuY29tLmdogg8q
Lmdvb2dsZS5jb20uZ2mCDyouZ29vZ2xlLmNvbS5ncoIPKi5nb29nbGUuY29tLmd0
gg8qLmdvb2dsZS5jb20uaGuCDyouZ29vZ2xlLmNvbS5pcYIPKi5nb29nbGUuY29t
Lmptgg8qLmdvb2dsZS5jb20uam+CDyouZ29vZ2xlLmNvbS5raIIPKi5nb29nbGUu
Y29tLmt3gg8qLmdvb2dsZS5jb20ubGKCDyouZ29vZ2xlLmNvbS5seYIPKi5nb29n
bGUuY29tLm1tgg8qLmdvb2dsZS5jb20ubXSCDyouZ29vZ2xlLmNvbS5teIIPKi5n
b29nbGUuY29tLm15gg8qLmdvb2dsZS5jb20ubmGCDyouZ29vZ2xlLmNvbS5uZoIP
Ki5nb29nbGUuY29tLm5ngg8qLmdvb2dsZS5jb20ubmmCDyouZ29vZ2xlLmNvbS5u
cIIPKi5nb29nbGUuY29tLm5ygg8qLmdvb2dsZS5jb20ub22CDyouZ29vZ2xlLmNv
bS5wYYIPKi5nb29nbGUuY29tLnBlgg8qLmdvb2dsZS5jb20ucGeCDyouZ29vZ2xl
LmNvbS5waIIPKi5nb29nbGUuY29tLnBrgg8qLmdvb2dsZS5jb20ucGyCDyouZ29v
Z2xlLmNvbS5wcoIPKi5nb29nbGUuY29tLnB5gg8qLmdvb2dsZS5jb20ucWGCDyou
Z29vZ2xlLmNvbS5ydYIPKi5nb29nbGUuY29tLnNhgg8qLmdvb2dsZS5jb20uc2KC
DyouZ29vZ2xlLmNvbS5zZ4IPKi5nb29nbGUuY29tLnNsgg8qLmdvb2dsZS5jb20u
c3aCDyouZ29vZ2xlLmNvbS50aoIPKi5nb29nbGUuY29tLnRugg8qLmdvb2dsZS5j
b20udHKCDyouZ29vZ2xlLmNvbS50d4IPKi5nb29nbGUuY29tLnVhgg8qLmdvb2ds
ZS5jb20udXmCDyouZ29vZ2xlLmNvbS52Y4IPKi5nb29nbGUuY29tLnZlgg8qLmdv
b2dsZS5jb20udm6CCyouZ29vZ2xlLmN2ggsqLmdvb2dsZS5jeoILKi5nb29nbGUu
ZGWCCyouZ29vZ2xlLmRqggsqLmdvb2dsZS5ka4ILKi5nb29nbGUuZG2CCyouZ29v
Z2xlLmR6ggsqLmdvb2dsZS5lZYILKi5nb29nbGUuZXOCDCouZ29vZ2xlLmV1c4IL
Ki5nb29nbGUuZmmCCyouZ29vZ2xlLmZtggsqLmdvb2dsZS5mcoIMKi5nb29nbGUu
ZnJsggsqLmdvb2dsZS5nYYIMKi5nb29nbGUuZ2FsggsqLmdvb2dsZS5nZYILKi5n
b29nbGUuZ2eCCyouZ29vZ2xlLmdsggsqLmdvb2dsZS5nbYILKi5nb29nbGUuZ3CC
CyouZ29vZ2xlLmdyggsqLmdvb2dsZS5neYILKi5nb29nbGUuaGuCCyouZ29vZ2xl
LmhuggsqLmdvb2dsZS5ocoILKi5nb29nbGUuaHSCCyouZ29vZ2xlLmh1ggsqLmdv
b2dsZS5pZYILKi5nb29nbGUuaW2CCyouZ29vZ2xlLmlugg0qLmdvb2dsZS5pbmZv
ggsqLmdvb2dsZS5pcYILKi5nb29nbGUuaXKCCyouZ29vZ2xlLmlzggsqLmdvb2ds
ZS5pdIIOKi5nb29nbGUuaXQuYW+CCyouZ29vZ2xlLmplggsqLmdvb2dsZS5qb4IN
Ki5nb29nbGUuam9ic4ILKi5nb29nbGUuanCCCyouZ29vZ2xlLmtnggsqLmdvb2ds
ZS5raYILKi5nb29nbGUua3qCCyouZ29vZ2xlLmxhggsqLmdvb2dsZS5saYILKi5n
b29nbGUubGuCCyouZ29vZ2xlLmx0ggsqLmdvb2dsZS5sdYILKi5nb29nbGUubHaC
CyouZ29vZ2xlLm1kggsqLmdvb2dsZS5tZYILKi5nb29nbGUubWeCCyouZ29vZ2xl
Lm1rggsqLmdvb2dsZS5tbIILKi5nb29nbGUubW6CCyouZ29vZ2xlLm1zggsqLmdv
b2dsZS5tdYILKi5nb29nbGUubXaCCyouZ29vZ2xlLm13ggsqLmdvb2dsZS5uZYIO
Ki5nb29nbGUubmUuanCCDCouZ29vZ2xlLm5ldIILKi5nb29nbGUubmeCCyouZ29v
Z2xlLm5sggsqLmdvb2dsZS5ub4ILKi5nb29nbGUubnKCCyouZ29vZ2xlLm51gg8q
Lmdvb2dsZS5vZmYuYWmCCyouZ29vZ2xlLnBrggsqLmdvb2dsZS5wbIILKi5nb29n
bGUucG6CCyouZ29vZ2xlLnBzggsqLmdvb2dsZS5wdIILKi5nb29nbGUucm+CCyou
Z29vZ2xlLnJzggsqLmdvb2dsZS5ydYILKi5nb29nbGUucneCCyouZ29vZ2xlLnNj
ggsqLmdvb2dsZS5zZYILKi5nb29nbGUuc2iCCyouZ29vZ2xlLnNpggsqLmdvb2ds
ZS5za4ILKi5nb29nbGUuc22CCyouZ29vZ2xlLnNuggsqLmdvb2dsZS5zb4ILKi5n
b29nbGUuc3KCCyouZ29vZ2xlLnN0ggsqLmdvb2dsZS50ZIIMKi5nb29nbGUudGVs
ggsqLmdvb2dsZS50Z4ILKi5nb29nbGUudGuCCyouZ29vZ2xlLnRsggsqLmdvb2ds
ZS50bYILKi5nb29nbGUudG6CCyouZ29vZ2xlLnRvggsqLmdvb2dsZS50dIILKi5n
b29nbGUudWGCCyouZ29vZ2xlLnVzggsqLmdvb2dsZS51eoILKi5nb29nbGUudmeC
CyouZ29vZ2xlLnZ1ggsqLmdvb2dsZS53c4ISKi5nb29nbGVhZGFwaXMuY29tghUq
Lmdvb2dsZWFkc3NlcnZpbmcuY26CDyouZ29vZ2xlYXBpcy5jboIUKi5nb29nbGVj
b21tZXJjZS5jb22CFiouZ29vZ2xldXNlcmNvbnRlbnQuY26CESouZ29vZ2xldmlk
ZW8uY29tggwqLmdzdGF0aWMuY26CDSouZ3N0YXRpYy5jb22CCiouZ3Z0MS5jb22C
CiouZ3Z0Mi5jb22CFCouanAuZG91YmxlY2xpY2submV0ghQqLm1ldHJpYy5nc3Rh
dGljLmNvbYIUKi51ay5kb3VibGVjbGljay5uZXSCDCoudXJjaGluLmNvbYIQKi51
cmwuZ29vZ2xlLmNvbYIWKi55b3V0dWJlLW5vY29va2llLmNvbYINKi55b3V0dWJl
LmNvbYIWKi55b3V0dWJlZWR1Y2F0aW9uLmNvbYIHKi55dC5iZYILKi55dGltZy5j
b22CFWFkLm1vLmRvdWJsZWNsaWNrLm5ldIIaYW5kcm9pZC5jbGllbnRzLmdvb2ds
ZS5jb22CC2FuZHJvaWQuY29tghtkZXZlbG9wZXIuYW5kcm9pZC5nb29nbGUuY26C
HGRldmVsb3BlcnMuYW5kcm9pZC5nb29nbGUuY26CD2RvdWJsZWNsaWNrLmNvbYIP
ZG91YmxlY2xpY2submV0ggRnLmNvggZnb28uZ2yCFGdvb2dsZS1hbmFseXRpY3Mu
Y29tgglnb29nbGUuYWOCCWdvb2dsZS5hZIIJZ29vZ2xlLmFlgglnb29nbGUuYWaC
CWdvb2dsZS5hZ4IJZ29vZ2xlLmFpgglnb29nbGUuYWyCCWdvb2dsZS5hbYIJZ29v
Z2xlLmFzgglnb29nbGUuYXSCCWdvb2dsZS5heoIJZ29vZ2xlLmJhgglnb29nbGUu
YmWCCWdvb2dsZS5iZoIJZ29vZ2xlLmJngglnb29nbGUuYmmCCWdvb2dsZS5iaoIJ
Z29vZ2xlLmJzgglnb29nbGUuYnSCCWdvb2dsZS5ieYIJZ29vZ2xlLmNhggpnb29n
bGUuY2F0gglnb29nbGUuY2OCCWdvb2dsZS5jZIIJZ29vZ2xlLmNmgglnb29nbGUu
Y2eCCWdvb2dsZS5jaIIJZ29vZ2xlLmNpgglnb29nbGUuY2yCCWdvb2dsZS5jbYIJ
Z29vZ2xlLmNuggxnb29nbGUuY28uYW+CDGdvb2dsZS5jby5id4IMZ29vZ2xlLmNv
LmNrggxnb29nbGUuY28uY3KCDGdvb2dsZS5jby5odYIMZ29vZ2xlLmNvLmlkggxn
b29nbGUuY28uaWyCDGdvb2dsZS5jby5pbYIMZ29vZ2xlLmNvLmluggxnb29nbGUu
Y28uamWCDGdvb2dsZS5jby5qcIIMZ29vZ2xlLmNvLmtlggxnb29nbGUuY28ua3KC
DGdvb2dsZS5jby5sc4IMZ29vZ2xlLmNvLm1hggxnb29nbGUuY28ubXqCDGdvb2ds
ZS5jby5ueoIMZ29vZ2xlLmNvLnRoggxnb29nbGUuY28udHqCDGdvb2dsZS5jby51
Z4IMZ29vZ2xlLmNvLnVrggxnb29nbGUuY28udXqCDGdvb2dsZS5jby52ZYIMZ29v
Z2xlLmNvLnZpggxnb29nbGUuY28uemGCDGdvb2dsZS5jby56bYIMZ29vZ2xlLmNv
Lnp3gg1nb29nbGUuY29tLmFmgg1nb29nbGUuY29tLmFngg1nb29nbGUuY29tLmFp
gg1nb29nbGUuY29tLmFygg1nb29nbGUuY29tLmF1gg1nb29nbGUuY29tLmJkgg1n
b29nbGUuY29tLmJogg1nb29nbGUuY29tLmJugg1nb29nbGUuY29tLmJvgg1nb29n
bGUuY29tLmJygg1nb29nbGUuY29tLmJ5gg1nb29nbGUuY29tLmJ6gg1nb29nbGUu
Y29tLmNugg1nb29nbGUuY29tLmNvgg1nb29nbGUuY29tLmN1gg1nb29nbGUuY29t
LmN5gg1nb29nbGUuY29tLmRvgg1nb29nbGUuY29tLmVjgg1nb29nbGUuY29tLmVn
gg1nb29nbGUuY29tLmV0gg1nb29nbGUuY29tLmZqgg1nb29nbGUuY29tLmdlgg1n
b29nbGUuY29tLmdogg1nb29nbGUuY29tLmdpgg1nb29nbGUuY29tLmdygg1nb29n
bGUuY29tLmd0gg1nb29nbGUuY29tLmhrgg1nb29nbGUuY29tLmlxgg1nb29nbGUu
Y29tLmptgg1nb29nbGUuY29tLmpvgg1nb29nbGUuY29tLmtogg1nb29nbGUuY29t
Lmt3gg1nb29nbGUuY29tLmxigg1nb29nbGUuY29tLmx5gg1nb29nbGUuY29tLm1t
gg1nb29nbGUuY29tLm10gg1nb29nbGUuY29tLm14gg1nb29nbGUuY29tLm15gg1n
b29nbGUuY29tLm5hgg1nb29nbGUuY29tLm5mgg1nb29nbGUuY29tLm5ngg1nb29n
bGUuY29tLm5pgg1nb29nbGUuY29tLm5wgg1nb29nbGUuY29tLm5ygg1nb29nbGUu
Y29tLm9tgg1nb29nbGUuY29tLnBhgg1nb29nbGUuY29tLnBlgg1nb29nbGUuY29t
LnBngg1nb29nbGUuY29tLnBogg1nb29nbGUuY29tLnBrgg1nb29nbGUuY29tLnBs
gg1nb29nbGUuY29tLnBygg1nb29nbGUuY29tLnB5gg1nb29nbGUuY29tLnFhgg1n
b29nbGUuY29tLnJ1gg1nb29nbGUuY29tLnNhgg1nb29nbGUuY29tLnNigg1nb29n
bGUuY29tLnNngg1nb29nbGUuY29tLnNsgg1nb29nbGUuY29tLnN2gg1nb29nbGUu
Y29tLnRqgg1nb29nbGUuY29tLnRugg1nb29nbGUuY29tLnRygg1nb29nbGUuY29t
LnR3gg1nb29nbGUuY29tLnVhgg1nb29nbGUuY29tLnV5gg1nb29nbGUuY29tLnZj
gg1nb29nbGUuY29tLnZlgg1nb29nbGUuY29tLnZugglnb29nbGUuY3aCCWdvb2ds
ZS5jeoIJZ29vZ2xlLmRlgglnb29nbGUuZGqCCWdvb2dsZS5ka4IJZ29vZ2xlLmRt
gglnb29nbGUuZHqCCWdvb2dsZS5lZYIJZ29vZ2xlLmVzggpnb29nbGUuZXVzggln
b29nbGUuZmmCCWdvb2dsZS5mbYIJZ29vZ2xlLmZyggpnb29nbGUuZnJsgglnb29n
bGUuZ2GCCmdvb2dsZS5nYWyCCWdvb2dsZS5nZYIJZ29vZ2xlLmdngglnb29nbGUu
Z2yCCWdvb2dsZS5nbYIJZ29vZ2xlLmdwgglnb29nbGUuZ3KCCWdvb2dsZS5neYIJ
Z29vZ2xlLmhrgglnb29nbGUuaG6CCWdvb2dsZS5ocoIJZ29vZ2xlLmh0gglnb29n
bGUuaHWCCWdvb2dsZS5pZYIJZ29vZ2xlLmltgglnb29nbGUuaW6CC2dvb2dsZS5p
bmZvgglnb29nbGUuaXGCCWdvb2dsZS5pcoIJZ29vZ2xlLmlzgglnb29nbGUuaXSC
DGdvb2dsZS5pdC5hb4IJZ29vZ2xlLmplgglnb29nbGUuam+CC2dvb2dsZS5qb2Jz
gglnb29nbGUuanCCCWdvb2dsZS5rZ4IJZ29vZ2xlLmtpgglnb29nbGUua3qCCWdv
b2dsZS5sYYIJZ29vZ2xlLmxpgglnb29nbGUubGuCCWdvb2dsZS5sdIIJZ29vZ2xl
Lmx1gglnb29nbGUubHaCCWdvb2dsZS5tZIIJZ29vZ2xlLm1lgglnb29nbGUubWeC
CWdvb2dsZS5ta4IJZ29vZ2xlLm1sgglnb29nbGUubW6CCWdvb2dsZS5tc4IJZ29v
Z2xlLm11gglnb29nbGUubXaCCWdvb2dsZS5td4IJZ29vZ2xlLm5lggxnb29nbGUu
bmUuanCCCmdvb2dsZS5uZXSCCWdvb2dsZS5uZ4IJZ29vZ2xlLm5sgglnb29nbGUu
bm+CCWdvb2dsZS5ucoIJZ29vZ2xlLm51gg1nb29nbGUub2ZmLmFpgglnb29nbGUu
cGuCCWdvb2dsZS5wbIIJZ29vZ2xlLnBugglnb29nbGUucHOCCWdvb2dsZS5wdIIJ
Z29vZ2xlLnJvgglnb29nbGUucnOCCWdvb2dsZS5ydYIJZ29vZ2xlLnJ3gglnb29n
bGUuc2OCCWdvb2dsZS5zZYIJZ29vZ2xlLnNogglnb29nbGUuc2mCCWdvb2dsZS5z
a4IJZ29vZ2xlLnNtgglnb29nbGUuc26CCWdvb2dsZS5zb4IJZ29vZ2xlLnNyggln
b29nbGUuc3SCCWdvb2dsZS50ZIIKZ29vZ2xlLnRlbIIJZ29vZ2xlLnRngglnb29n
bGUudGuCCWdvb2dsZS50bIIJZ29vZ2xlLnRtgglnb29nbGUudG6CCWdvb2dsZS50
b4IJZ29vZ2xlLnR0gglnb29nbGUudWGCCWdvb2dsZS51c4IJZ29vZ2xlLnV6ggln
b29nbGUudmeCCWdvb2dsZS52dYIJZ29vZ2xlLndzghJnb29nbGVjb21tZXJjZS5j
b22CC2dzdGF0aWMuY29tghhzb3VyY2UuYW5kcm9pZC5nb29nbGUuY26CCnVyY2hp
bi5jb22CCnd3dy5nb28uZ2yCCHlvdXR1LmJlggt5b3V0dWJlLmNvbYIUeW91dHVi
ZWVkdWNhdGlvbi5jb22CBXl0LmJlMGgGCCsGAQUFBwEBBFwwWjArBggrBgEFBQcw
AoYfaHR0cDovL3BraS5nb29nbGUuY29tL0dJQUcyLmNydDArBggrBgEFBQcwAYYf
aHR0cDovL2NsaWVudHMxLmdvb2dsZS5jb20vb2NzcDAdBgNVHQ4EFgQUEPt+D1xX
jwB1psAYavihs56iVu4wDAYDVR0TAQH/BAIwADAfBgNVHSMEGDAWgBRK3QYWG7z2
aLV29YG2u2IaulqBLzAhBgNVHSAEGjAYMAwGCisGAQQB1nkCBQEwCAYGZ4EMAQIC
MDAGA1UdHwQpMCcwJaAjoCGGH2h0dHA6Ly9wa2kuZ29vZ2xlLmNvbS9HSUFHMi5j
cmwwDQYJKoZIhvcNAQELBQADggEBAG9K8rioR4dpNek+nxkp2TsT1goSiEQv3T0s
vHMGMhiFv+bbj7vWzeW85PfT9+cw0019gVjMdMfSRTk2ADC/VHTXs0jOusYQAeRd
r3xvwcwwMd2KnnPKdJJ+OS6wnizHpnuLV9WPXh5wOM6l8grDrFrDtEn+N2Q5Mmq7
pf7f/q5YEZnuUzgURz9CvAhtyqK+nTMTGADnkTLkneP4LPPfoU/sutSHXVt+Fs/l
0G9FhB85ASLMuSQwjYCpUc0ODArQSpBsMSpAKFRBznFsB4lTYUwptCf+P/NA7H90
bPaO9rwaFCP4ua6sKMRrW3DTZOX8G5SroVeBH498T00Uf1slzKA=
-----END CERTIFICATE-----
subject=/C=US/ST=California/L=Mountain View/O=Google Inc/CN=google.com
issuer=/C=US/O=Google Inc/CN=Google Internet Authority G2
---
No client certificate CA names sent
---
SSL handshake has read 10961 bytes and written 421 bytes
---
New, TLSv1/SSLv3, Cipher is ECDHE-RSA-AES128-GCM-SHA256
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
SSL-Session:
    Protocol  : TLSv1.2
    Cipher    : ECDHE-RSA-AES128-GCM-SHA256
    Session-ID: 45700EAF8D67646032AD7138AD3F5FF25F3C826F0F4FA407F4C950E08E50F311
    Session-ID-ctx: 
    Master-Key: 623284B2D0C0FAE01C17C7A20DD3FE61BBD2E7A3281ADD7A72573ED26885C1983AB8DE3B7C0562E16E8B95004C259612
    Key-Arg   : None
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    TLS session ticket lifetime hint: 100800 (seconds)
    TLS session ticket:
    0000 - 89 89 f9 12 ff 95 4d e8-6c 2a d9 53 e7 e5 f7 60   ......M.l*.S...`
    0010 - 8f 2f ab 80 30 f6 72 1c-a1 05 8b 78 4d 79 3c a3   ./..0.r....xMy<.
    0020 - da 67 96 02 c2 0f 75 69-45 4a ff 43 eb 21 d7 97   .g....uiEJ.C.!..
    0030 - fd 3a fa 06 4d 06 a7 17-b3 ca 32 19 87 c4 b4 b1   .:..M.....2.....
    0040 - 87 38 71 50 64 58 14 16-40 68 c9 51 5b 64 e5 0e   [email protected][d..
    0050 - d6 af b3 ba c3 b1 28 66-8a aa 69 ec 7c 23 41 51   ......(f..i.|#AQ
    0060 - 16 7e 5b 8b a9 12 7b 39-2f d4 4e d1 94 ce 73 eb   .~[...{9/.N...s.
    0070 - 7f 64 95 6a b6 38 39 06-b3 c6 70 55 41 a1 fb 73   .d.j.89...pUA..s
    0080 - f0 e1 18 65 ec 6d 25 ef-8d 80 88 e2 29 ae ff 12   ...e.m%.....)...
    0090 - cf 22 86 f4 3a 6f 68 92-a1 99 55 8a ec 24 77 b0   ."..:oh...U..$w.
    00a0 - e3 20 2c b8                                       . ,.

    Start Time: 1495800070
    Timeout   : 300 (sec)
    Verify return code: 0 (ok)
---

from docker-documentserver.

Huster-at-github avatar Huster-at-github commented on August 15, 2024
# openssl s_client -CApath /etc/ssl/certs/ -connect myNCdomain.com:8888
CONNECTED(00000003)
depth=0 OU = Domain Control Validated, OU = DonDominio Domain SSL, CN = myNCdomain.com
verify error:num=20:unable to get local issuer certificate
verify return:1
depth=0 OU = Domain Control Validated, OU = DonDominio Domain SSL, CN = myNCdomain.com
verify error:num=21:unable to verify the first certificate
verify return:1
---
Certificate chain
 0 s:/OU=Domain Control Validated/OU=DonDominio Domain SSL/CN=myNCdomain.com
   i:/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA
---
Server certificate
-----BEGIN CERTIFICATE-----
MIIFdDCCBFygAwIBAgIRAMYrZk0Biu9VX2t3M+hpJ/AwDQYJKoZIhvcNAQELBQAw
gZAxCzAJBgNVBAYTAkdCMRswGQYDVQQIExJHcmVhdGVyIE1hbmNoZXN0ZXIxEDAO
BgNVBAcTB1NhbGZvcmQxGjAYBgNVBAoTEUNPTU9ETyBDQSBMaW1pdGVkMTYwNAYD
VQQDEy1DT01PRE8gUlNBIERvbWFpbiBWYWxpZGF0aW9uIFNlY3VyZSBTZXJ2ZXIg
Q0EwHhcNMTYwNTE3MDAwMDAwWhcNMTkwNTE3MjM1OTU5WjBlMSEwHwYDVQQLExhE
b21haW4gQ29udHJvbCBWYWxpZGF0ZWQxHjAcBgNVBAsTFURvbkRvbWluaW8gRG9t
YWluIFNTTDEgMB4GA1UEAxMXZGF0ZW5rbmVjaHQuc2VsZmhvc3QuYnowggEiMA0G
CSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQDJ1CEK9gwNyUBgwnMuXzidCAQiG4Lp
BRn3cxnzoGO9Xmo9sWFka5nzdBnuHPHG+9iGm3MNG+xv/+Qh1GNucTDXyLkUY5gi
NeLjNvUbHh4Pjuhsg1x3a16GkO62lToY4+n2GQB5entWR3Oxx9mfpyHSQKkPeWOS
HT9EzBzcVizG3Um89bEDhJiDqHrBwIzLFHINJKIXLayJFzroFqNVXGHjsejnxy7j
qkvTLMpd2IshR6GBiybu8nyjtZO3NBOYOEeIIVoMPZPAuSQrEvEXWT86KEc13Zzq
maWIMCYS+sNfb1A/CHtOzextO6S5wx5syACZR3NnekssVFGej3rmgMNVAgMBAAGj
ggHxMIIB7TAfBgNVHSMEGDAWgBSQr2o6lFoL2JDqElZz30O0Oija5zAdBgNVHQ4E
FgQUc7TUUXgSE9wUlYhB2kPFBKskP80wDgYDVR0PAQH/BAQDAgWgMAwGA1UdEwEB
/wQCMAAwHQYDVR0lBBYwFAYIKwYBBQUHAwEGCCsGAQUFBwMCME8GA1UdIARIMEYw
OgYLKwYBBAGyMQECAgcwKzApBggrBgEFBQcCARYdaHR0cHM6Ly9zZWN1cmUuY29t
b2RvLmNvbS9DUFMwCAYGZ4EMAQIBMFQGA1UdHwRNMEswSaBHoEWGQ2h0dHA6Ly9j
cmwuY29tb2RvY2EuY29tL0NPTU9ET1JTQURvbWFpblZhbGlkYXRpb25TZWN1cmVT
ZXJ2ZXJDQS5jcmwwgYUGCCsGAQUFBwEBBHkwdzBPBggrBgEFBQcwAoZDaHR0cDov
L2NydC5jb21vZG9jYS5jb20vQ09NT0RPUlNBRG9tYWluVmFsaWRhdGlvblNlY3Vy
ZVNlcnZlckNBLmNydDAkBggrBgEFBQcwAYYYaHR0cDovL29jc3AuY29tb2RvY2Eu
Y29tMD8GA1UdEQQ4MDaCF2RhdGVua25lY2h0LnNlbGZob3N0LmJ6ght3d3cuZGF0
ZW5rbmVjaHQuc2VsZmhvc3QuYnowDQYJKoZIhvcNAQELBQADggEBAGA9A5+lYdo7
4AQUUXtld7o8SbdvhbCCjZU+Lcc7HYK9iOg5Wtc3b6wWxNqFk7t8G8DBl2YCuLzW
e8VY5ZS8CTO16AoAbux1UsoaFbx/ILvJpRTFxBkfz5kRGLr+TeLjQKxA/Y5DJJGU
icPk0JdqFy6N+U8FugLiYLTd3IDeaOAmNfgF+H45OlYyDzYEBeISQQR0zyTLJYDj
6D/fjPem92tQHTf3+rO6+JUWUQHoF01fstzuQuTLrx74SzjTpneBES1pajv6zj3O
4ppk1ysiRqLuFITMcpRs34OjbOLTNHV5Z741vS8287fIBQ2zWcG2Nf643FHdMrEz
fInTXw+pIYc=
-----END CERTIFICATE-----
subject=/OU=Domain Control Validated/OU=DonDominio Domain SSL/CN=myNCdomain.com
issuer=/C=GB/ST=Greater Manchester/L=Salford/O=COMODO CA Limited/CN=COMODO RSA Domain Validation Secure Server CA
---
No client certificate CA names sent
Peer signing digest: SHA512
Server Temp Key: ECDH, P-256, 256 bits
---
SSL handshake has read 2099 bytes and written 455 bytes
---
New, TLSv1/SSLv3, Cipher is ECDHE-RSA-AES128-SHA
Server public key is 2048 bit
Secure Renegotiation IS supported
Compression: NONE
Expansion: NONE
No ALPN negotiated
SSL-Session:
    Protocol  : TLSv1.2
    Cipher    : ECDHE-RSA-AES128-SHA
    Session-ID: CD698D3A59DFCDFB0219B102378348DCB6E2185BD5322CBC0D708A6FCBFF5B81
    Session-ID-ctx: 
    Master-Key: 6AC3BB9B8CE84A5F028E8BD414784FAEED8DF5BD904ACC3D07BD7A77ED1558658E8D17E6A67FD3430CE69868D8F17C24
    Key-Arg   : None
    PSK identity: None
    PSK identity hint: None
    SRP username: None
    TLS session ticket lifetime hint: 300 (seconds)
    TLS session ticket:
    0000 - 64 35 d2 09 d7 5e 41 8b-49 3f 1b 0e 04 74 40 ba   d5...^A.I?...t@.
    0010 - f1 4f 75 d1 5d e0 19 5b-b0 8a d9 16 ae c0 48 0d   .Ou.]..[......H.
    0020 - 6b 3b 66 b5 24 52 84 80-86 e5 5e b3 47 2c 50 6a   k;f.$R....^.G,Pj
    0030 - ef 8e 52 ab 4d 25 46 7e-e2 c5 0f 09 34 55 02 5a   ..R.M%F~....4U.Z
    0040 - f9 87 3f 51 ce 20 ab bd-d3 d5 f4 fe 5b 0f bf 6a   ..?Q. ......[..j
    0050 - 77 cb 82 51 15 30 b5 ef-51 47 2b 07 f2 3b 88 2f   w..Q.0..QG+..;./
    0060 - 6d ad bf 09 79 26 04 02-f4 4e 0f e7 51 70 e9 c8   m...y&...N..Qp..
    0070 - 24 af 9c 1f 3d 5e e3 31-00 c0 ab d6 a9 72 ec 4c   $...=^.1.....r.L
    0080 - 1e d7 fe 06 21 ce d6 9f-63 5d e6 7b 71 93 05 94   ....!...c].{q...
    0090 - c8 59 09 d6 aa 77 ed 18-d1 f2 e2 db 4c 1c 65 ad   .Y...w......L.e.
    00a0 - da 4b 94 89 34 d7 d7 7f-51 ef cd b3 92 0f c1 c8   .K..4...Q.......

    Start Time: 1495801277
    Timeout   : 300 (sec)
    Verify return code: 21 (unable to verify the first certificate)
---

Hmmmm ......

Verify return code: 21 (unable to verify the first certificate)

.... what does it mean?

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

It's like there are no CA certificate in /etc/ssl/certs/

from docker-documentserver.

Huster-at-github avatar Huster-at-github commented on August 15, 2024

List of certificates:

# ll /etc/ssl/certs/
total 940
drwxr-xr-x 3 root root  20480 May  9 13:03 ./
drwxr-xr-x 4 root root   4096 Feb  1 06:52 ../
lrwxrwxrwx 1 root root     26 Apr 30  2016 00673b5b.0 -> thawte_Primary_Root_CA.pem
lrwxrwxrwx 1 root root     45 Apr 30  2016 02265526.0 -> Entrust_Root_Certification_Authority_-_G2.pem
lrwxrwxrwx 1 root root     29 Apr 30  2016 024dc131.0 -> Microsec_e-Szigno_Root_CA.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 02b73561.0 -> Comodo_Secure_Services_root.pem
lrwxrwxrwx 1 root root     36 Apr 30  2016 03179a64.0 -> Staat_der_Nederlanden_EV_Root_CA.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 034868d6.0 -> Swisscom_Root_EV_CA_2.pem
lrwxrwxrwx 1 root root     16 Apr 30  2016 03f2b8cf.0 -> WoSign_China.pem
lrwxrwxrwx 1 root root     41 Apr 30  2016 04f60c28.0 -> USERTrust_ECC_Certification_Authority.pem
lrwxrwxrwx 1 root root     40 Apr 30  2016 052e396b.0 -> AddTrust_Qualified_Certificates_Root.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 062cdee6.0 -> GlobalSign_Root_CA_-_R3.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 064e0aa9.0 -> QuoVadis_Root_CA_2_G3.pem
lrwxrwxrwx 1 root root     20 Apr 30  2016 080911ac.0 -> QuoVadis_Root_CA.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 0810ba98.0 -> Root_CA_Generalitat_Valenciana.pem
lrwxrwxrwx 1 root root     49 Apr 30  2016 08aef7bb.0 -> WellsSecure_Public_Root_Certificate_Authority.pem
lrwxrwxrwx 1 root root     54 Apr 30  2016 09789157.0 -> Starfield_Services_Root_Certificate_Authority_-_G2.pem
lrwxrwxrwx 1 root root     16 Apr 30  2016 0b1b94ef.0 -> CFCA_EV_ROOT.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 0c4c9b6c.0 -> Global_Chambersign_Root_-_2008.pem
lrwxrwxrwx 1 root root     57 Apr 30  2016 0d1b923b.0 -> S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem
lrwxrwxrwx 1 root root     61 Apr 30  2016 0d5a4e1c.0 -> TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 0d69c7e1.0 -> GlobalSign_ECC_Root_CA_-_R4.pem
lrwxrwxrwx 1 root root     54 Apr 30  2016 10531352.0 -> Starfield_Services_Root_Certificate_Authority_-_G2.pem
lrwxrwxrwx 1 root root     46 Apr 30  2016 106f3e4d.0 -> Entrust_Root_Certification_Authority_-_EC1.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 111e6273.0 -> GlobalSign_Root_CA_-_R2.pem
lrwxrwxrwx 1 root root     49 Apr 30  2016 116bf586.0 -> GeoTrust_Primary_Certification_Authority_-_G2.pem
lrwxrwxrwx 1 root root     11 Apr 30  2016 119afc2e.0 -> Juur-SK.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 11f154d6.0 -> Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
lrwxrwxrwx 1 root root     32 Apr 30  2016 124bbd54.0 -> Comodo_Trusted_Services_root.pem
lrwxrwxrwx 1 root root     35 Apr 30  2016 128805a3.0 -> EE_Certification_Centre_Root_CA.pem
lrwxrwxrwx 1 root root     18 Apr 30  2016 12d55845.0 -> DST_Root_CA_X3.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 157753a5.0 -> AddTrust_External_Root.pem
lrwxrwxrwx 1 root root     59 Apr 30  2016 1636090b.0 -> Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
lrwxrwxrwx 1 root root     66 Apr 30  2016 1676090a.0 -> China_Internet_Network_Information_Center_EV_Certificates_Root.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 17b51fe6.0 -> Certplus_Class_2_Primary_CA.pem
lrwxrwxrwx 1 root root     66 Apr 30  2016 1874d4aa.0 -> China_Internet_Network_Information_Center_EV_Certificates_Root.pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 18856ac4.0 -> SecureSign_RootCA11.pem
lrwxrwxrwx 1 root root     29 Apr 30  2016 19c1fa33.0 -> S-TRUST_Universal_Root_CA.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 1d3472b9.0 -> GlobalSign_ECC_Root_CA_-_R5.pem
lrwxrwxrwx 1 root root     18 Apr 30  2016 1dac3003.0 -> DST_ACES_CA_X6.pem
lrwxrwxrwx 1 root root     15 Apr 30  2016 1dcd6f4c.0 -> Taiwan_GRCA.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 1df5a75f.0 -> D-TRUST_Root_Class_3_CA_2_2009.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 1e08bfd1.0 -> IdenTrust_Public_Sector_Root_CA_1.pem
lrwxrwxrwx 1 root root     32 Apr 30  2016 1e09d511.0 -> T-TeleSec_GlobalRoot_Class_2.pem
lrwxrwxrwx 1 root root     32 Apr 30  2016 1e1eab7c.0 -> T-TeleSec_GlobalRoot_Class_3.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 1e8e7201.0 -> GlobalSign_Root_CA_-_R3.pem
lrwxrwxrwx 1 root root     36 Apr 30  2016 1eb37bdf.0 -> Chambers_of_Commerce_Root_-_2008.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 1ec4d31a.0 -> Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 1f58a078.0 -> QuoVadis_Root_CA_2_G3.pem
lrwxrwxrwx 1 root root     20 Apr 30  2016 21855f49.0 -> CA_Disig_Root_R1.pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 219d9499.0 -> Go_Daddy_Class_2_CA.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 23f4c490.0 -> Starfield_Class_2_CA.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 244b5494.0 -> DigiCert_High_Assurance_EV_Root_CA.pem
lrwxrwxrwx 1 root root     59 Apr 30  2016 24ad0b63.0 -> Verisign_Class_1_Public_Primary_Certification_Authority.pem
lrwxrwxrwx 1 root root     40 Apr 30  2016 262ba90f.0 -> Certification_Authority_of_WoSign_G2.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 26eaad2f.0 -> CA_WoSign_ECC_Root.pem
lrwxrwxrwx 1 root root     49 Apr 30  2016 27af790d.0 -> GeoTrust_Primary_Certification_Authority_-_G2.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 2ab3b959.0 -> NetLock_Express_=Class_C=_Root.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 2add47b6.0 -> GlobalSign_ECC_Root_CA_-_R5.pem
lrwxrwxrwx 1 root root     20 Apr 30  2016 2ae6433e.0 -> CA_Disig_Root_R2.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 2b349938.0 -> AffirmTrust_Commercial.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 2c543cd1.0 -> GeoTrust_Global_CA.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 2d9dafe4.0 -> Buypass_Class_3_Root_CA.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 2e4eed3c.0 -> thawte_Primary_Root_CA.pem
lrwxrwxrwx 1 root root     18 Apr 30  2016 2e5ac55d.0 -> DST_Root_CA_X3.pem
lrwxrwxrwx 1 root root     59 Apr 30  2016 2edf7016.0 -> Verisign_Class_1_Public_Primary_Certification_Authority.pem
lrwxrwxrwx 1 root root     43 Apr 30  2016 2fa87019.0 -> Network_Solutions_Certificate_Authority.pem
lrwxrwxrwx 1 root root     36 Apr 30  2016 33815e15.0 -> StartCom_Certification_Authority.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 33815e15.1 -> StartCom_Certification_Authority_2.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 343eb6cb.0 -> Cybertrust_Global_Root.pem
lrwxrwxrwx 1 root root     10 Apr 30  2016 349f2832.0 -> EC-ACC.pem
lrwxrwxrwx 1 root root     41 Apr 30  2016 35105088.0 -> USERTrust_RSA_Certification_Authority.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 3513523f.0 -> DigiCert_Global_Root_CA.pem
lrwxrwxrwx 1 root root     17 Apr 30  2016 381ce4dd.0 -> ACEDICOM_Root.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 399e7759.0 -> DigiCert_Global_Root_CA.pem
lrwxrwxrwx 1 root root     35 Apr 30  2016 3a3b02ce.0 -> OISTE_WISeKey_Global_Root_GA_CA.pem
lrwxrwxrwx 1 root root     29 Apr 30  2016 3ad48a91.0 -> Baltimore_CyberTrust_Root.pem
lrwxrwxrwx 1 root root     51 Apr 30  2016 3b2716e5.0 -> EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.pem
lrwxrwxrwx 1 root root     61 Apr 30  2016 3bde41ac.0 -> Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 3c58f906.0 -> AddTrust_External_Root.pem
lrwxrwxrwx 1 root root     36 Apr 30  2016 3c6676aa.0 -> Staat_der_Nederlanden_EV_Root_CA.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 3c860d51.0 -> SwissSign_Gold_CA_-_G2.pem
lrwxrwxrwx 1 root root     13 Apr 30  2016 3c9a4d3b.0 -> ACCVRAIZ1.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 3d441de8.0 -> Staat_der_Nederlanden_Root_CA_-_G2.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 3e45d192.0 -> Hongkong_Post_Root_CA_1.pem
lrwxrwxrwx 1 root root     45 Apr 30  2016 3e7271e8.0 -> Entrust.net_Premium_2048_Secure_Server_CA.pem
lrwxrwxrwx 1 root root      9 Apr 30  2016 3ee7e181.0 -> IGC_A.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 3efd4dc0.0 -> Swisscom_Root_CA_2.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 40547a79.0 -> COMODO_Certification_Authority.pem
lrwxrwxrwx 1 root root     59 Apr 30  2016 40dc992e.0 -> Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem
lrwxrwxrwx 1 root root     59 Apr 30  2016 415660c1.0 -> Verisign_Class_3_Public_Primary_Certification_Authority.pem
lrwxrwxrwx 1 root root     61 Apr 30  2016 415660c1.1 -> Verisign_Class_3_Public_Primary_Certification_Authority_2.pem
lrwxrwxrwx 1 root root     69 Apr 30  2016 418595b9.0 -> TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem
lrwxrwxrwx 1 root root     43 Apr 30  2016 4304c5e5.0 -> Network_Solutions_Certificate_Authority.pem
lrwxrwxrwx 1 root root     18 Apr 30  2016 442adcac.0 -> Certum_Root_CA.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 450c6e38.0 -> Swisscom_Root_CA_2.pem
lrwxrwxrwx 1 root root     45 Apr 30  2016 455f1b52.0 -> Entrust_Root_Certification_Authority_-_G2.pem
lrwxrwxrwx 1 root root     30 Apr 30  2016 46b2fd3b.0 -> SwissSign_Platinum_CA_-_G2.pem
lrwxrwxrwx 1 root root     44 Apr 30  2016 480720ec.0 -> GeoTrust_Primary_Certification_Authority.pem
lrwxrwxrwx 1 root root     14 Apr 30  2016 48a195d8.0 -> Izenpe.com.pem
lrwxrwxrwx 1 root root     29 Apr 30  2016 48bec511.0 -> Certum_Trusted_Network_CA.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 4a6481c9.0 -> GlobalSign_Root_CA_-_R2.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 4be590e0.0 -> IdenTrust_Public_Sector_Root_CA_1.pem
lrwxrwxrwx 1 root root     45 Apr 30  2016 4bfab552.0 -> Starfield_Root_Certificate_Authority_-_G2.pem
lrwxrwxrwx 1 root root     21 Apr 30  2016 4cb5a2bd -> ssl-cert-snakeoil.pem
lrwxrwxrwx 1 root root     30 Apr 30  2016 4e18c148.0 -> Deutsche_Telekom_Root_CA_2.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 4f316efb.0 -> SwissSign_Gold_CA_-_G2.pem
lrwxrwxrwx 1 root root     28 Apr 30  2016 5046c355.0 -> SwissSign_Silver_CA_-_G2.pem
lrwxrwxrwx 1 root root     51 Apr 30  2016 524d9b43.0 -> VeriSign_Universal_Root_Certification_Authority.pem
lrwxrwxrwx 1 root root     35 Apr 30  2016 5273a94c.0 -> E-Tugra_Certification_Authority.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 52b525c7.0 -> QuoVadis_Root_CA_1_G3.pem
lrwxrwxrwx 1 root root     32 Apr 30  2016 5443e9e3.0 -> T-TeleSec_GlobalRoot_Class_3.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 54657681.0 -> Buypass_Class_2_Root_CA.pem
lrwxrwxrwx 1 root root     32 Apr 30  2016 5620c4aa.0 -> TC_TrustCenter_Class_3_CA_II.pem
lrwxrwxrwx 1 root root     32 Apr 30  2016 56657bde.0 -> Comodo_Trusted_Services_root.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 57692373.0 -> GeoTrust_Global_CA_2.pem
lrwxrwxrwx 1 root root     21 Apr 30  2016 578d5c04.0 -> Equifax_Secure_CA.pem
lrwxrwxrwx 1 root root     39 Apr 30  2016 57bbd831.0 -> ApplicationCA_-_Japanese_Government.pem
lrwxrwxrwx 1 root root     28 Apr 30  2016 57bcb2da.0 -> SwissSign_Silver_CA_-_G2.pem
lrwxrwxrwx 1 root root      9 Apr 30  2016 58a44af1.0 -> IGC_A.pem
lrwxrwxrwx 1 root root     53 Apr 30  2016 592c0a9a.0 -> TURKTRUST_Certificate_Services_Provider_Root_2007.pem
lrwxrwxrwx 1 root root     21 Apr 30  2016 594f1775.0 -> Equifax_Secure_CA.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 5a250ea7.0 -> Staat_der_Nederlanden_Root_CA_-_G3.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 5a3f0ff8.0 -> COMODO_Certification_Authority.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 5a4d6896.0 -> Staat_der_Nederlanden_Root_CA_-_G3.pem
lrwxrwxrwx 1 root root     35 Apr 30  2016 5a5372fc.0 -> NetLock_Business_=Class_B=_Root.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 5ad8a5d6.0 -> GlobalSign_Root_CA.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 5c44d531.0 -> Staat_der_Nederlanden_Root_CA_-_G2.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 5cd81ad7.0 -> TeliaSonera_Root_CA_v1.pem
lrwxrwxrwx 1 root root     20 Apr 30  2016 5cf9d536.0 -> QuoVadis_Root_CA.pem
lrwxrwxrwx 1 root root     16 Apr 30  2016 5d63b0ae.0 -> WoSign_China.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 5e4e69e7.0 -> VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 5f15c80c.0 -> TWCA_Global_Root_CA.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 5f47b495.0 -> Actalis_Authentication_Root_CA.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 607986c7.0 -> DigiCert_Global_Root_G2.pem
lrwxrwxrwx 1 root root     48 Apr 30  2016 60afe812.0 -> NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
lrwxrwxrwx 1 root root     29 Apr 30  2016 631c779f.0 -> S-TRUST_Universal_Root_CA.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 635ccfd5.0 -> NetLock_Express_=Class_C=_Root.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 63a2c897.0 -> TeliaSonera_Root_CA_v1.pem
lrwxrwxrwx 1 root root     15 Apr 30  2016 6410666e.0 -> Taiwan_GRCA.pem
lrwxrwxrwx 1 root root     29 Apr 30  2016 653b494a.0 -> Baltimore_CyberTrust_Root.pem
lrwxrwxrwx 1 root root     69 Apr 30  2016 65b876bd.0 -> TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem
lrwxrwxrwx 1 root root     61 Apr 30  2016 6645de82.0 -> TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H6.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 667c66d4.0 -> Swisscom_Root_CA_1.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 67495436.0 -> thawte_Primary_Root_CA_-_G3.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 67d559d1.0 -> Sonera_Class_1_Root_CA.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 69105f4f.0 -> DigiCert_Assured_ID_Root_CA.pem
lrwxrwxrwx 1 root root     40 Apr 30  2016 6b99d060.0 -> Entrust_Root_Certification_Authority.pem
lrwxrwxrwx 1 root root     18 Apr 30  2016 6e8bf996.0 -> Certum_Root_CA.pem
lrwxrwxrwx 1 root root     30 Apr 30  2016 6f2c1157.0 -> AC_Raíz_Certicámara_S.A..pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 6fcc125d.0 -> Visa_eCommerce_Root.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 706f604c.0 -> XRamp_Global_CA_Root.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 72f369af.0 -> Buypass_Class_2_CA_1.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 72fa7371.0 -> Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 749e9e03.0 -> QuoVadis_Root_CA_1_G3.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 74c26bd0.0 -> Equifax_Secure_Global_eBusiness_CA.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 755f7420.0 -> Sonera_Class_1_Root_CA.pem
lrwxrwxrwx 1 root root     28 Apr 30  2016 75680d2e.0 -> Comodo_AAA_Services_root.pem
lrwxrwxrwx 1 root root     28 Apr 30  2016 75d1b2ed.0 -> DigiCert_Trusted_Root_G4.pem
lrwxrwxrwx 1 root root     59 Apr 30  2016 7651b327.0 -> Verisign_Class_3_Public_Primary_Certification_Authority.pem
lrwxrwxrwx 1 root root     61 Apr 30  2016 7651b327.1 -> Verisign_Class_3_Public_Primary_Certification_Authority_2.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 76579174.0 -> XRamp_Global_CA_Root.pem
lrwxrwxrwx 1 root root     33 Apr 30  2016 7672ac4b.0 -> Certinomis_-_Autorité_Racine.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 76cb8f92.0 -> Cybertrust_Global_Root.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 76faf6c0.0 -> QuoVadis_Root_CA_3.pem
lrwxrwxrwx 1 root root     18 Apr 30  2016 790a7190.0 -> DST_ACES_CA_X6.pem
lrwxrwxrwx 1 root root     61 Apr 30  2016 7992b8bb.0 -> TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 7999be0d.0 -> GeoTrust_Global_CA.pem
lrwxrwxrwx 1 root root     33 Apr 30  2016 79ad8b43.0 -> Equifax_Secure_eBusiness_CA_1.pem
lrwxrwxrwx 1 root root     32 Apr 30  2016 7a481e66.0 -> TC_TrustCenter_Class_3_CA_II.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 7a819ef2.0 -> QuoVadis_Root_CA_2.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 7d0b38bd.0 -> VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 7d453d8f.0 -> Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
lrwxrwxrwx 1 root root     49 Apr 30  2016 7d5a75e4.0 -> WellsSecure_Public_Root_Certificate_Authority.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 7f3d5d1d.0 -> DigiCert_Assured_ID_Root_G3.pem
lrwxrwxrwx 1 root root     10 Apr 30  2016 8096d0a9.0 -> WoSign.pem
lrwxrwxrwx 1 root root     30 Apr 30  2016 812e17de.0 -> Deutsche_Telekom_Root_CA_2.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 8160b96c.0 -> Microsec_e-Szigno_Root_CA_2009.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 81b9768f.0 -> DigiCert_High_Assurance_EV_Root_CA.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 82223c44.0 -> Buypass_Class_2_Root_CA.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 8317b10c.0 -> NetLock_Qualified_=Class_QA=_Root.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 8470719d.0 -> RSA_Security_2048_v3.pem
lrwxrwxrwx 1 root root     45 Apr 30  2016 85cde254.0 -> Starfield_Root_Certificate_Authority_-_G2.pem
lrwxrwxrwx 1 root root     36 Apr 30  2016 861a399d.0 -> AddTrust_Low-Value_Services_Root.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 861e0100.0 -> NetLock_Qualified_=Class_QA=_Root.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 86212b19.0 -> AffirmTrust_Networking.pem
lrwxrwxrwx 1 root root     39 Apr 30  2016 876f1e28.0 -> StartCom_Certification_Authority_G2.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 87753b0d.0 -> GeoTrust_Universal_CA_2.pem
lrwxrwxrwx 1 root root     20 Apr 30  2016 882de061.0 -> certSIGN_ROOT_CA.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 8867006a.0 -> GeoTrust_Universal_CA_2.pem
lrwxrwxrwx 1 root root     14 Apr 30  2016 895cad1a.0 -> CNNIC_ROOT.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 89c02a45.0 -> COMODO_ECC_Certification_Authority.pem
lrwxrwxrwx 1 root root     33 Apr 30  2016 8b59b1ad.0 -> AddTrust_Public_Services_Root.pem
lrwxrwxrwx 1 root root     14 Apr 30  2016 8c24b137.0 -> PSCProcert.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 8d6437c3.0 -> DigiCert_Assured_ID_Root_G2.pem
lrwxrwxrwx 1 root root     20 Apr 30  2016 8d86cdd1.0 -> certSIGN_ROOT_CA.pem
lrwxrwxrwx 1 root root     20 Apr 30  2016 9007ae68.0 -> CA_Disig_Root_R1.pem
lrwxrwxrwx 1 root root     35 Apr 30  2016 91739615.0 -> EE_Certification_Centre_Root_CA.pem
lrwxrwxrwx 1 root root     16 Apr 30  2016 9282e51c.0 -> CFCA_EV_ROOT.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 930ac5d2.0 -> Actalis_Authentication_Root_CA.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 9339512a.0 -> QuoVadis_Root_CA_3.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 93bc0acc.0 -> AffirmTrust_Networking.pem
lrwxrwxrwx 1 root root     20 Apr 30  2016 9576d26b.0 -> CA_Disig_Root_R2.pem
lrwxrwxrwx 1 root root     29 Apr 30  2016 95aff9e3.0 -> Certum_Trusted_Network_CA.pem
lrwxrwxrwx 1 root root     10 Apr 30  2016 961f5451.0 -> WoSign.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 9685a493.0 -> Hongkong_Post_Root_CA_1.pem
lrwxrwxrwx 1 root root     44 Apr 30  2016 9772ca32.0 -> GeoTrust_Primary_Certification_Authority.pem
lrwxrwxrwx 1 root root     48 Apr 30  2016 988a38cb.0 -> NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 9ab62355.0 -> Swisscom_Root_EV_CA_2.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 9c2e7d30.0 -> Sonera_Class_2_Root_CA.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 9c8dfbd4.0 -> AffirmTrust_Premium_ECC.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 9d04f354.0 -> DigiCert_Assured_ID_Root_G2.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 9d520b32.0 -> Security_Communication_EV_RootCA1.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 9d6523ce.0 -> ePKI_Root_Certification_Authority.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 9dbefe7b.0 -> Security_Communication_EV_RootCA1.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 9ec3a561.0 -> UTN_USERFirst_Email_Root_CA.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 9f0f5fd6.0 -> Certinomis_-_Root_CA.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 9f533518.0 -> Global_Chambersign_Root_-_2008.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 a0bc6fbb.0 -> Camerfirma_Global_Chambersign_Root.pem
lrwxrwxrwx 1 root root     28 Apr 30  2016 a2c66da8.0 -> DigiCert_Trusted_Root_G4.pem
lrwxrwxrwx 1 root root     33 Apr 30  2016 a2df7ad7.0 -> AddTrust_Public_Services_Root.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 a3896b44.0 -> Security_Communication_Root_CA.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 a7605362.0 -> Sonera_Class_2_Root_CA.pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 a760e1bd.0 -> Visa_eCommerce_Root.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 a7d2cf64.0 -> thawte_Primary_Root_CA_-_G2.pem
lrwxrwxrwx 1 root root     30 Apr 30  2016 a8dee976.0 -> SwissSign_Platinum_CA_-_G2.pem
lrwxrwxrwx 1 root root     13 Apr 30  2016 a94d09e5.0 -> ACCVRAIZ1.pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 ab5346f4.0 -> SecureSign_RootCA11.pem
lrwxrwxrwx 1 root root     48 Apr 30  2016 ACCVRAIZ1.pem -> /usr/share/ca-certificates/mozilla/ACCVRAIZ1.crt
lrwxrwxrwx 1 root root     52 Apr 30  2016 ACEDICOM_Root.pem -> /usr/share/ca-certificates/mozilla/ACEDICOM_Root.crt
lrwxrwxrwx 1 root root     65 Apr 30  2016 AC_Raíz_Certicámara_S.A..pem -> /usr/share/ca-certificates/mozilla/AC_Raíz_Certicámara_S.A..crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 Actalis_Authentication_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Actalis_Authentication_Root_CA.crt
lrwxrwxrwx 1 root root     25 Apr 30  2016 ad088e1d.0 -> GeoTrust_Universal_CA.pem
lrwxrwxrwx 1 root root     33 Apr 30  2016 add67345.0 -> NetLock_Notary_=Class_A=_Root.pem
lrwxrwxrwx 1 root root     61 Apr 30  2016 AddTrust_External_Root.pem -> /usr/share/ca-certificates/mozilla/AddTrust_External_Root.crt
lrwxrwxrwx 1 root root     71 Apr 30  2016 AddTrust_Low-Value_Services_Root.pem -> /usr/share/ca-certificates/mozilla/AddTrust_Low-Value_Services_Root.crt
lrwxrwxrwx 1 root root     68 Apr 30  2016 AddTrust_Public_Services_Root.pem -> /usr/share/ca-certificates/mozilla/AddTrust_Public_Services_Root.crt
lrwxrwxrwx 1 root root     75 Apr 30  2016 AddTrust_Qualified_Certificates_Root.pem -> /usr/share/ca-certificates/mozilla/AddTrust_Qualified_Certificates_Root.crt
lrwxrwxrwx 1 root root     36 Apr 30  2016 ae8153b9.0 -> StartCom_Certification_Authority.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 ae8153b9.1 -> StartCom_Certification_Authority_2.pem
lrwxrwxrwx 1 root root     10 Apr 30  2016 aeb67534.0 -> EC-ACC.pem
lrwxrwxrwx 1 root root     45 Apr 30  2016 aee5f10d.0 -> Entrust.net_Premium_2048_Secure_Server_CA.pem
lrwxrwxrwx 1 root root     61 Apr 30  2016 AffirmTrust_Commercial.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Commercial.crt
lrwxrwxrwx 1 root root     61 Apr 30  2016 AffirmTrust_Networking.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Networking.crt
lrwxrwxrwx 1 root root     62 Apr 30  2016 AffirmTrust_Premium_ECC.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Premium_ECC.crt
lrwxrwxrwx 1 root root     58 Apr 30  2016 AffirmTrust_Premium.pem -> /usr/share/ca-certificates/mozilla/AffirmTrust_Premium.crt
lrwxrwxrwx 1 root root     74 Apr 30  2016 ApplicationCA_-_Japanese_Government.pem -> /usr/share/ca-certificates/mozilla/ApplicationCA_-_Japanese_Government.crt
lrwxrwxrwx 1 root root     60 Apr 30  2016 Atos_TrustedRoot_2011.pem -> /usr/share/ca-certificates/mozilla/Atos_TrustedRoot_2011.crt
lrwxrwxrwx 1 root root     96 Apr 30  2016 Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem -> /usr/share/ca-certificates/mozilla/Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.crt
lrwxrwxrwx 1 root root     31 Apr 30  2016 b0e59380.0 -> GlobalSign_ECC_Root_CA_-_R4.pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 b0ed035a.0 -> TWCA_Global_Root_CA.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 b0f3e76e.0 -> GlobalSign_Root_CA.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 b1159c4c.0 -> DigiCert_Assured_ID_Root_CA.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 b13cc6df.0 -> UTN_USERFirst_Hardware_Root_CA.pem
lrwxrwxrwx 1 root root     35 Apr 30  2016 b1b8a7f3.0 -> OISTE_WISeKey_Global_Root_GA_CA.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 b204d74a.0 -> VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
lrwxrwxrwx 1 root root     46 Apr 30  2016 b3fb433b.0 -> Entrust_Root_Certification_Authority_-_EC1.pem
lrwxrwxrwx 1 root root     33 Apr 30  2016 b42ff584.0 -> Staat_der_Nederlanden_Root_CA.pem
lrwxrwxrwx 1 root root     20 Apr 30  2016 b66938e9.0 -> Secure_Global_CA.pem
lrwxrwxrwx 1 root root     12 Apr 30  2016 b6c5745d.0 -> CA_Disig.pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 b727005e.0 -> AffirmTrust_Premium.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 b7a5b843.0 -> TWCA_Root_Certification_Authority.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 b7db1890.0 -> TWCA_Root_Certification_Authority.pem
lrwxrwxrwx 1 root root     35 Apr 30  2016 b7e7231a.0 -> NetLock_Business_=Class_B=_Root.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 b872f2b4.0 -> Atos_TrustedRoot_2011.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 b8e83700.0 -> Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 ba89ed3b.0 -> thawte_Primary_Root_CA_-_G3.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 Baltimore_CyberTrust_Root.pem -> /usr/share/ca-certificates/mozilla/Baltimore_CyberTrust_Root.crt
lrwxrwxrwx 1 root root     14 Apr 30  2016 bb2d49a0.0 -> ComSign_CA.pem
lrwxrwxrwx 1 root root     44 Apr 30  2016 bc3f2570.0 -> Go_Daddy_Root_Certificate_Authority_-_G2.pem
lrwxrwxrwx 1 root root     14 Apr 30  2016 bd1910d4.0 -> CNNIC_ROOT.pem
lrwxrwxrwx 1 root root     20 Apr 30  2016 bdacca6f.0 -> Secure_Global_CA.pem
lrwxrwxrwx 1 root root     40 Apr 30  2016 bf64f35b.0 -> Entrust_Root_Certification_Authority.pem
lrwxrwxrwx 1 root root     59 Apr 30  2016 Buypass_Class_2_CA_1.pem -> /usr/share/ca-certificates/mozilla/Buypass_Class_2_CA_1.crt
lrwxrwxrwx 1 root root     62 Apr 30  2016 Buypass_Class_2_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Buypass_Class_2_Root_CA.crt
lrwxrwxrwx 1 root root     62 Apr 30  2016 Buypass_Class_3_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Buypass_Class_3_Root_CA.crt
lrwxrwxrwx 1 root root     51 Apr 30  2016 c01cdfa2.0 -> VeriSign_Universal_Root_Certification_Authority.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 c089bbbd.0 -> thawte_Primary_Root_CA_-_G2.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 c0ff1f52.0 -> Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 c19d42c7.0 -> Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 c28a8a30.0 -> D-TRUST_Root_Class_3_CA_2_2009.pem
lrwxrwxrwx 1 root root     36 Apr 30  2016 c47d9980.0 -> Chambers_of_Commerce_Root_-_2008.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 c491639e.0 -> DigiCert_Assured_ID_Root_G3.pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 c51c224c.0 -> Trustis_FPS_Root_CA.pem
lrwxrwxrwx 1 root root     14 Apr 30  2016 c5d3212a.0 -> PSCProcert.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 c5e082db.0 -> UTN_USERFirst_Email_Root_CA.pem
lrwxrwxrwx 1 root root     61 Apr 30  2016 c679bc3f.0 -> TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H6.pem
lrwxrwxrwx 1 root root     49 Apr 30  2016 c7e2a638.0 -> GeoTrust_Primary_Certification_Authority_-_G3.pem
lrwxrwxrwx 1 root root     30 Apr 30  2016 c8763593.0 -> AC_Raíz_Certicámara_S.A..pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 c90bc37d.0 -> DigiCert_Global_Root_G2.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 c99398f3.0 -> RSA_Security_2048_v3.pem
lrwxrwxrwx 1 root root     31 Apr 30  2016 c9f83a1c.0 -> Comodo_Secure_Services_root.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 ca6e4ad9.0 -> ePKI_Root_Certification_Authority.pem
-rw-r--r-- 1 root root 274340 May  9 13:03 ca-certificates.crt
lrwxrwxrwx 1 root root     47 Apr 30  2016 CA_Disig.pem -> /usr/share/ca-certificates/mozilla/CA_Disig.crt
lrwxrwxrwx 1 root root     55 Apr 30  2016 CA_Disig_Root_R1.pem -> /usr/share/ca-certificates/mozilla/CA_Disig_Root_R1.crt
lrwxrwxrwx 1 root root     55 Apr 30  2016 CA_Disig_Root_R2.pem -> /usr/share/ca-certificates/mozilla/CA_Disig_Root_R2.crt
lrwxrwxrwx 1 root root     75 Apr 30  2016 Camerfirma_Chambers_of_Commerce_Root.pem -> /usr/share/ca-certificates/mozilla/Camerfirma_Chambers_of_Commerce_Root.crt
lrwxrwxrwx 1 root root     73 Apr 30  2016 Camerfirma_Global_Chambersign_Root.pem -> /usr/share/ca-certificates/mozilla/Camerfirma_Global_Chambersign_Root.crt
lrwxrwxrwx 1 root root     57 Apr 30  2016 CA_WoSign_ECC_Root.pem -> /usr/share/ca-certificates/mozilla/CA_WoSign_ECC_Root.crt
lrwxrwxrwx 1 root root     35 Apr 30  2016 cb156124.0 -> E-Tugra_Certification_Authority.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 cb357862.0 -> Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 cb59f961.0 -> Camerfirma_Global_Chambersign_Root.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 cbeee9e2.0 -> GeoTrust_Global_CA_2.pem
lrwxrwxrwx 1 root root     44 Apr 30  2016 cbf06781.0 -> Go_Daddy_Root_Certificate_Authority_-_G2.pem
lrwxrwxrwx 1 root root     14 Apr 30  2016 cc450945.0 -> Izenpe.com.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 ccc52f49.0 -> AffirmTrust_Premium_ECC.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 cd58d51e.0 -> Security_Communication_RootCA2.pem
lrwxrwxrwx 1 root root     33 Apr 30  2016 cdaebb72.0 -> Staat_der_Nederlanden_Root_CA.pem
lrwxrwxrwx 1 root root     75 Apr 30  2016 Certification_Authority_of_WoSign_G2.pem -> /usr/share/ca-certificates/mozilla/Certification_Authority_of_WoSign_G2.crt
lrwxrwxrwx 1 root root     47 Apr 30  2016 Certigna.pem -> /usr/share/ca-certificates/mozilla/Certigna.crt
lrwxrwxrwx 1 root root     68 Apr 30  2016 Certinomis_-_Autorité_Racine.pem -> /usr/share/ca-certificates/mozilla/Certinomis_-_Autorité_Racine.crt
lrwxrwxrwx 1 root root     59 Apr 30  2016 Certinomis_-_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Certinomis_-_Root_CA.crt
lrwxrwxrwx 1 root root     66 Apr 30  2016 Certplus_Class_2_Primary_CA.pem -> /usr/share/ca-certificates/mozilla/Certplus_Class_2_Primary_CA.crt
lrwxrwxrwx 1 root root     55 Apr 30  2016 certSIGN_ROOT_CA.pem -> /usr/share/ca-certificates/mozilla/certSIGN_ROOT_CA.crt
lrwxrwxrwx 1 root root     53 Apr 30  2016 Certum_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Certum_Root_CA.crt
lrwxrwxrwx 1 root root     64 Apr 30  2016 Certum_Trusted_Network_CA.pem -> /usr/share/ca-certificates/mozilla/Certum_Trusted_Network_CA.crt
lrwxrwxrwx 1 root root     18 Apr 30  2016 cf701eeb.0 -> SecureTrust_CA.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 cfa1c2ee.0 -> Buypass_Class_2_CA_1.pem
lrwxrwxrwx 1 root root     51 Apr 30  2016 CFCA_EV_ROOT.pem -> /usr/share/ca-certificates/mozilla/CFCA_EV_ROOT.crt
lrwxrwxrwx 1 root root     71 Apr 30  2016 Chambers_of_Commerce_Root_-_2008.pem -> /usr/share/ca-certificates/mozilla/Chambers_of_Commerce_Root_-_2008.crt
lrwxrwxrwx 1 root root    101 Apr 30  2016 China_Internet_Network_Information_Center_EV_Certificates_Root.pem -> /usr/share/ca-certificates/mozilla/China_Internet_Network_Information_Center_EV_Certificates_Root.crt
lrwxrwxrwx 1 root root     49 Apr 30  2016 CNNIC_ROOT.pem -> /usr/share/ca-certificates/mozilla/CNNIC_ROOT.crt
lrwxrwxrwx 1 root root     63 Apr 30  2016 Comodo_AAA_Services_root.pem -> /usr/share/ca-certificates/mozilla/Comodo_AAA_Services_root.crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 COMODO_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/COMODO_Certification_Authority.crt
lrwxrwxrwx 1 root root     73 Apr 30  2016 COMODO_ECC_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/COMODO_ECC_Certification_Authority.crt
lrwxrwxrwx 1 root root     73 Apr 30  2016 COMODO_RSA_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/COMODO_RSA_Certification_Authority.crt
lrwxrwxrwx 1 root root     66 Apr 30  2016 Comodo_Secure_Services_root.pem -> /usr/share/ca-certificates/mozilla/Comodo_Secure_Services_root.crt
lrwxrwxrwx 1 root root     67 Apr 30  2016 Comodo_Trusted_Services_root.pem -> /usr/share/ca-certificates/mozilla/Comodo_Trusted_Services_root.crt
lrwxrwxrwx 1 root root     49 Apr 30  2016 ComSign_CA.pem -> /usr/share/ca-certificates/mozilla/ComSign_CA.crt
lrwxrwxrwx 1 root root     61 Apr 30  2016 Cybertrust_Global_Root.pem -> /usr/share/ca-certificates/mozilla/Cybertrust_Global_Root.crt
lrwxrwxrwx 1 root root     32 Apr 30  2016 d06393bb.0 -> T-TeleSec_GlobalRoot_Class_2.pem
lrwxrwxrwx 1 root root     61 Apr 30  2016 d16a5865.0 -> Autoridad_de_Certificacion_Firmaprofesional_CIF_A62634068.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 d18e9066.0 -> IdenTrust_Commercial_Root_CA_1.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 d4c339cb.0 -> COMODO_RSA_Certification_Authority.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 d4dae3dd.0 -> D-TRUST_Root_Class_3_CA_2_EV_2009.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 d5727d6a.0 -> CA_WoSign_ECC_Root.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 d59297b8.0 -> Security_Communication_RootCA2.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 d6325660.0 -> COMODO_RSA_Certification_Authority.pem
lrwxrwxrwx 1 root root     12 Apr 30  2016 d64f06f3.0 -> CA_Disig.pem
lrwxrwxrwx 1 root root     53 Apr 30  2016 d66b55d9.0 -> TURKTRUST_Certificate_Services_Provider_Root_2007.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 d6e6eab9.0 -> Certinomis_-_Root_CA.pem
lrwxrwxrwx 1 root root     37 Apr 30  2016 d7746a63.0 -> D-TRUST_Root_Class_3_CA_2_EV_2009.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 d78a75c7.0 -> Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 d7e8dc79.0 -> QuoVadis_Root_CA_2.pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 d853d49e.0 -> Trustis_FPS_Root_CA.pem
lrwxrwxrwx 1 root root     33 Apr 30  2016 d957f522.0 -> Certinomis_-_Autorité_Racine.pem
lrwxrwxrwx 1 root root     33 Apr 30  2016 d9d12c58.0 -> NetLock_Notary_=Class_A=_Root.pem
-rw-rw-r-- 1 root root   4103 May 17  2016 datenknecht_selfhost_bz.ca-bundle
-rw-rw-r-- 1 root root   1952 May 17  2016 datenknecht_selfhost_bz.crt
lrwxrwxrwx 1 root root     23 Apr 30  2016 dbc54cab.0 -> AffirmTrust_Premium.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 dc45b0bd.0 -> Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 dd8e9d41.0 -> DigiCert_Global_Root_G3.pem
lrwxrwxrwx 1 root root     65 Apr 30  2016 Deutsche_Telekom_Root_CA_2.pem -> /usr/share/ca-certificates/mozilla/Deutsche_Telekom_Root_CA_2.crt
lrwxrwxrwx 1 root root     35 Apr 30  2016 dfc0fe80.0 -> OISTE_WISeKey_Global_Root_GB_CA.pem
lrwxrwxrwx 1 root root     66 Apr 30  2016 DigiCert_Assured_ID_Root_CA.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_CA.crt
lrwxrwxrwx 1 root root     66 Apr 30  2016 DigiCert_Assured_ID_Root_G2.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G2.crt
lrwxrwxrwx 1 root root     66 Apr 30  2016 DigiCert_Assured_ID_Root_G3.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Assured_ID_Root_G3.crt
lrwxrwxrwx 1 root root     62 Apr 30  2016 DigiCert_Global_Root_CA.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Global_Root_CA.crt
lrwxrwxrwx 1 root root     62 Apr 30  2016 DigiCert_Global_Root_G2.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G2.crt
lrwxrwxrwx 1 root root     62 Apr 30  2016 DigiCert_Global_Root_G3.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Global_Root_G3.crt
lrwxrwxrwx 1 root root     73 Apr 30  2016 DigiCert_High_Assurance_EV_Root_CA.pem -> /usr/share/ca-certificates/mozilla/DigiCert_High_Assurance_EV_Root_CA.crt
lrwxrwxrwx 1 root root     63 Apr 30  2016 DigiCert_Trusted_Root_G4.pem -> /usr/share/ca-certificates/mozilla/DigiCert_Trusted_Root_G4.crt
lrwxrwxrwx 1 root root     53 Apr 30  2016 DST_ACES_CA_X6.pem -> /usr/share/ca-certificates/mozilla/DST_ACES_CA_X6.crt
lrwxrwxrwx 1 root root     53 Apr 30  2016 DST_Root_CA_X3.pem -> /usr/share/ca-certificates/mozilla/DST_Root_CA_X3.crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 D-TRUST_Root_Class_3_CA_2_2009.pem -> /usr/share/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_2009.crt
lrwxrwxrwx 1 root root     72 Apr 30  2016 D-TRUST_Root_Class_3_CA_2_EV_2009.pem -> /usr/share/ca-certificates/mozilla/D-TRUST_Root_Class_3_CA_2_EV_2009.crt
lrwxrwxrwx 1 root root     12 Apr 30  2016 e113c810.0 -> Certigna.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 e18bfb83.0 -> QuoVadis_Root_CA_3_G3.pem
lrwxrwxrwx 1 root root     36 Apr 30  2016 e268a4c5.0 -> AddTrust_Low-Value_Services_Root.pem
lrwxrwxrwx 1 root root     49 Apr 30  2016 e2799e36.0 -> GeoTrust_Primary_Certification_Authority_-_G3.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 e36a6752.0 -> Atos_TrustedRoot_2011.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 e442e424.0 -> QuoVadis_Root_CA_3_G3.pem
lrwxrwxrwx 1 root root     26 Apr 30  2016 e48193cf.0 -> AffirmTrust_Commercial.pem
lrwxrwxrwx 1 root root     40 Apr 30  2016 e536d871.0 -> AddTrust_Qualified_Certificates_Root.pem
lrwxrwxrwx 1 root root     22 Apr 30  2016 e60bf0c0.0 -> Swisscom_Root_CA_1.pem
lrwxrwxrwx 1 root root     35 Apr 30  2016 e73d606e.0 -> OISTE_WISeKey_Global_Root_GB_CA.pem
lrwxrwxrwx 1 root root     25 Apr 30  2016 e775ed2d.0 -> GeoTrust_Universal_CA.pem
lrwxrwxrwx 1 root root     33 Apr 30  2016 e7b8d656.0 -> Equifax_Secure_eBusiness_CA_1.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 e8651083.0 -> Microsec_e-Szigno_Root_CA_2009.pem
lrwxrwxrwx 1 root root     27 Apr 30  2016 e8de2f56.0 -> Buypass_Class_3_Root_CA.pem
lrwxrwxrwx 1 root root     17 Apr 30  2016 ea169617.0 -> ACEDICOM_Root.pem
lrwxrwxrwx 1 root root     86 Apr 30  2016 EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.pem -> /usr/share/ca-certificates/mozilla/EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.crt
lrwxrwxrwx 1 root root     45 Apr 30  2016 EC-ACC.pem -> /usr/share/ca-certificates/mozilla/EC-ACC.crt
lrwxrwxrwx 1 root root     27 Apr 30  2016 ed39abd0.0 -> DigiCert_Global_Root_G3.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 ed62f4e3.0 -> Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 ee1365c0.0 -> Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem
lrwxrwxrwx 1 root root     28 Apr 30  2016 ee64a828.0 -> Comodo_AAA_Services_root.pem
lrwxrwxrwx 1 root root     40 Apr 30  2016 ee7cd6fb.0 -> Camerfirma_Chambers_of_Commerce_Root.pem
lrwxrwxrwx 1 root root     39 Apr 30  2016 ee90b008.0 -> StartCom_Certification_Authority_G2.pem
lrwxrwxrwx 1 root root     70 Apr 30  2016 EE_Certification_Centre_Root_CA.pem -> /usr/share/ca-certificates/mozilla/EE_Certification_Centre_Root_CA.crt
lrwxrwxrwx 1 root root     38 Apr 30  2016 eed8c118.0 -> COMODO_ECC_Certification_Authority.pem
lrwxrwxrwx 1 root root     38 Apr 30  2016 ef2f636c.0 -> Equifax_Secure_Global_eBusiness_CA.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 ef954a4e.0 -> IdenTrust_Commercial_Root_CA_1.pem
lrwxrwxrwx 1 root root     80 Apr 30  2016 Entrust.net_Premium_2048_Secure_Server_CA.pem -> /usr/share/ca-certificates/mozilla/Entrust.net_Premium_2048_Secure_Server_CA.crt
lrwxrwxrwx 1 root root     81 Apr 30  2016 Entrust_Root_Certification_Authority_-_EC1.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority_-_EC1.crt
lrwxrwxrwx 1 root root     80 Apr 30  2016 Entrust_Root_Certification_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority_-_G2.crt
lrwxrwxrwx 1 root root     75 Apr 30  2016 Entrust_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Entrust_Root_Certification_Authority.crt
lrwxrwxrwx 1 root root     72 Apr 30  2016 ePKI_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/ePKI_Root_Certification_Authority.crt
lrwxrwxrwx 1 root root     56 Apr 30  2016 Equifax_Secure_CA.pem -> /usr/share/ca-certificates/mozilla/Equifax_Secure_CA.crt
lrwxrwxrwx 1 root root     68 Apr 30  2016 Equifax_Secure_eBusiness_CA_1.pem -> /usr/share/ca-certificates/mozilla/Equifax_Secure_eBusiness_CA_1.crt
lrwxrwxrwx 1 root root     73 Apr 30  2016 Equifax_Secure_Global_eBusiness_CA.pem -> /usr/share/ca-certificates/mozilla/Equifax_Secure_Global_eBusiness_CA.crt
lrwxrwxrwx 1 root root     70 Apr 30  2016 E-Tugra_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/E-Tugra_Certification_Authority.crt
lrwxrwxrwx 1 root root     31 Apr 30  2016 f060240e.0 -> Certplus_Class_2_Primary_CA.pem
lrwxrwxrwx 1 root root     23 Apr 30  2016 f081611a.0 -> Go_Daddy_Class_2_CA.pem
lrwxrwxrwx 1 root root     41 Apr 30  2016 f30dd6ad.0 -> USERTrust_ECC_Certification_Authority.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 f3377b1b.0 -> Security_Communication_Root_CA.pem
lrwxrwxrwx 1 root root     24 Apr 30  2016 f387163d.0 -> Starfield_Class_2_CA.pem
lrwxrwxrwx 1 root root     40 Apr 30  2016 f38a011e.0 -> Certification_Authority_of_WoSign_G2.pem
lrwxrwxrwx 1 root root     18 Apr 30  2016 f39fc864.0 -> SecureTrust_CA.pem
lrwxrwxrwx 1 root root     57 Apr 30  2016 f559733c.0 -> S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem
lrwxrwxrwx 1 root root     29 Apr 30  2016 f61bff45.0 -> Microsec_e-Szigno_Root_CA.pem
lrwxrwxrwx 1 root root     51 Apr 30  2016 f80cc7f6.0 -> EBG_Elektronik_Sertifika_Hizmet_Sağlayıcısı.pem
lrwxrwxrwx 1 root root     40 Apr 30  2016 f90208f7.0 -> Camerfirma_Chambers_of_Commerce_Root.pem
lrwxrwxrwx 1 root root     39 Apr 30  2016 fac084d7.0 -> ApplicationCA_-_Japanese_Government.pem
lrwxrwxrwx 1 root root     64 Apr 30  2016 facacbc6.0 -> VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 fb126c6d.0 -> Root_CA_Generalitat_Valenciana.pem
lrwxrwxrwx 1 root root     41 Apr 30  2016 fc5a8f99.0 -> USERTrust_RSA_Certification_Authority.pem
lrwxrwxrwx 1 root root     11 Apr 30  2016 fcac10e3.0 -> Juur-SK.pem
lrwxrwxrwx 1 root root     12 Apr 30  2016 fde84897.0 -> Certigna.pem
lrwxrwxrwx 1 root root     14 Apr 30  2016 ff588423.0 -> ComSign_CA.pem
lrwxrwxrwx 1 root root     34 Apr 30  2016 ff783690.0 -> UTN_USERFirst_Hardware_Root_CA.pem
lrwxrwxrwx 1 root root     59 Apr 30  2016 GeoTrust_Global_CA_2.pem -> /usr/share/ca-certificates/mozilla/GeoTrust_Global_CA_2.crt
lrwxrwxrwx 1 root root     57 Apr 30  2016 GeoTrust_Global_CA.pem -> /usr/share/ca-certificates/mozilla/GeoTrust_Global_CA.crt
lrwxrwxrwx 1 root root     84 Apr 30  2016 GeoTrust_Primary_Certification_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/GeoTrust_Primary_Certification_Authority_-_G2.crt
lrwxrwxrwx 1 root root     84 Apr 30  2016 GeoTrust_Primary_Certification_Authority_-_G3.pem -> /usr/share/ca-certificates/mozilla/GeoTrust_Primary_Certification_Authority_-_G3.crt
lrwxrwxrwx 1 root root     79 Apr 30  2016 GeoTrust_Primary_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/GeoTrust_Primary_Certification_Authority.crt
lrwxrwxrwx 1 root root     62 Apr 30  2016 GeoTrust_Universal_CA_2.pem -> /usr/share/ca-certificates/mozilla/GeoTrust_Universal_CA_2.crt
lrwxrwxrwx 1 root root     60 Apr 30  2016 GeoTrust_Universal_CA.pem -> /usr/share/ca-certificates/mozilla/GeoTrust_Universal_CA.crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 Global_Chambersign_Root_-_2008.pem -> /usr/share/ca-certificates/mozilla/Global_Chambersign_Root_-_2008.crt
lrwxrwxrwx 1 root root     66 Apr 30  2016 GlobalSign_ECC_Root_CA_-_R4.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R4.crt
lrwxrwxrwx 1 root root     66 Apr 30  2016 GlobalSign_ECC_Root_CA_-_R5.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_ECC_Root_CA_-_R5.crt
lrwxrwxrwx 1 root root     57 Apr 30  2016 GlobalSign_Root_CA.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA.crt
lrwxrwxrwx 1 root root     62 Apr 30  2016 GlobalSign_Root_CA_-_R2.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R2.crt
lrwxrwxrwx 1 root root     62 Apr 30  2016 GlobalSign_Root_CA_-_R3.pem -> /usr/share/ca-certificates/mozilla/GlobalSign_Root_CA_-_R3.crt
lrwxrwxrwx 1 root root     58 Apr 30  2016 Go_Daddy_Class_2_CA.pem -> /usr/share/ca-certificates/mozilla/Go_Daddy_Class_2_CA.crt
lrwxrwxrwx 1 root root     79 Apr 30  2016 Go_Daddy_Root_Certificate_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Go_Daddy_Root_Certificate_Authority_-_G2.crt
lrwxrwxrwx 1 root root     94 Apr 30  2016 Hellenic_Academic_and_Research_Institutions_RootCA_2011.pem -> /usr/share/ca-certificates/mozilla/Hellenic_Academic_and_Research_Institutions_RootCA_2011.crt
lrwxrwxrwx 1 root root     62 Apr 30  2016 Hongkong_Post_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/Hongkong_Post_Root_CA_1.crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 IdenTrust_Commercial_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/IdenTrust_Commercial_Root_CA_1.crt
lrwxrwxrwx 1 root root     72 Apr 30  2016 IdenTrust_Public_Sector_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/IdenTrust_Public_Sector_Root_CA_1.crt
lrwxrwxrwx 1 root root     44 Apr 30  2016 IGC_A.pem -> /usr/share/ca-certificates/mozilla/IGC_A.crt
lrwxrwxrwx 1 root root     49 Apr 30  2016 Izenpe.com.pem -> /usr/share/ca-certificates/mozilla/Izenpe.com.crt
drwxr-xr-x 2 root root   4096 Apr 14 12:25 java/
lrwxrwxrwx 1 root root     46 Apr 30  2016 Juur-SK.pem -> /usr/share/ca-certificates/mozilla/Juur-SK.crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 Microsec_e-Szigno_Root_CA_2009.pem -> /usr/share/ca-certificates/mozilla/Microsec_e-Szigno_Root_CA_2009.crt
lrwxrwxrwx 1 root root     64 Apr 30  2016 Microsec_e-Szigno_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Microsec_e-Szigno_Root_CA.crt
lrwxrwxrwx 1 root root     83 Apr 30  2016 NetLock_Arany_=Class_Gold=_Főtanúsítvány.pem -> /usr/share/ca-certificates/mozilla/NetLock_Arany_=Class_Gold=_Főtanúsítvány.crt
lrwxrwxrwx 1 root root     70 Apr 30  2016 NetLock_Business_=Class_B=_Root.pem -> /usr/share/ca-certificates/mozilla/NetLock_Business_=Class_B=_Root.crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 NetLock_Express_=Class_C=_Root.pem -> /usr/share/ca-certificates/mozilla/NetLock_Express_=Class_C=_Root.crt
lrwxrwxrwx 1 root root     68 Apr 30  2016 NetLock_Notary_=Class_A=_Root.pem -> /usr/share/ca-certificates/mozilla/NetLock_Notary_=Class_A=_Root.crt
lrwxrwxrwx 1 root root     72 Apr 30  2016 NetLock_Qualified_=Class_QA=_Root.pem -> /usr/share/ca-certificates/mozilla/NetLock_Qualified_=Class_QA=_Root.crt
lrwxrwxrwx 1 root root     78 Apr 30  2016 Network_Solutions_Certificate_Authority.pem -> /usr/share/ca-certificates/mozilla/Network_Solutions_Certificate_Authority.crt
lrwxrwxrwx 1 root root     70 Apr 30  2016 OISTE_WISeKey_Global_Root_GA_CA.pem -> /usr/share/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GA_CA.crt
lrwxrwxrwx 1 root root     70 Apr 30  2016 OISTE_WISeKey_Global_Root_GB_CA.pem -> /usr/share/ca-certificates/mozilla/OISTE_WISeKey_Global_Root_GB_CA.crt
lrwxrwxrwx 1 root root     49 Apr 30  2016 PSCProcert.pem -> /usr/share/ca-certificates/mozilla/PSCProcert.crt
lrwxrwxrwx 1 root root     60 Apr 30  2016 QuoVadis_Root_CA_1_G3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_1_G3.crt
lrwxrwxrwx 1 root root     60 Apr 30  2016 QuoVadis_Root_CA_2_G3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2_G3.crt
lrwxrwxrwx 1 root root     57 Apr 30  2016 QuoVadis_Root_CA_2.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_2.crt
lrwxrwxrwx 1 root root     60 Apr 30  2016 QuoVadis_Root_CA_3_G3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3_G3.crt
lrwxrwxrwx 1 root root     57 Apr 30  2016 QuoVadis_Root_CA_3.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA_3.crt
lrwxrwxrwx 1 root root     55 Apr 30  2016 QuoVadis_Root_CA.pem -> /usr/share/ca-certificates/mozilla/QuoVadis_Root_CA.crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 Root_CA_Generalitat_Valenciana.pem -> /usr/share/ca-certificates/mozilla/Root_CA_Generalitat_Valenciana.crt
lrwxrwxrwx 1 root root     59 Apr 30  2016 RSA_Security_2048_v3.pem -> /usr/share/ca-certificates/mozilla/RSA_Security_2048_v3.crt
lrwxrwxrwx 1 root root     55 Apr 30  2016 Secure_Global_CA.pem -> /usr/share/ca-certificates/mozilla/Secure_Global_CA.crt
lrwxrwxrwx 1 root root     58 Apr 30  2016 SecureSign_RootCA11.pem -> /usr/share/ca-certificates/mozilla/SecureSign_RootCA11.crt
lrwxrwxrwx 1 root root     53 Apr 30  2016 SecureTrust_CA.pem -> /usr/share/ca-certificates/mozilla/SecureTrust_CA.crt
lrwxrwxrwx 1 root root     72 Apr 30  2016 Security_Communication_EV_RootCA1.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_EV_RootCA1.crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 Security_Communication_RootCA2.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_RootCA2.crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 Security_Communication_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Security_Communication_Root_CA.crt
lrwxrwxrwx 1 root root     61 Apr 30  2016 Sonera_Class_1_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Sonera_Class_1_Root_CA.crt
lrwxrwxrwx 1 root root     61 Apr 30  2016 Sonera_Class_2_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Sonera_Class_2_Root_CA.crt
-rw-r--r-- 1 root root   1001 Apr 30  2016 ssl-cert-snakeoil.pem
lrwxrwxrwx 1 root root     71 Apr 30  2016 Staat_der_Nederlanden_EV_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Staat_der_Nederlanden_EV_Root_CA.crt
lrwxrwxrwx 1 root root     73 Apr 30  2016 Staat_der_Nederlanden_Root_CA_-_G2.pem -> /usr/share/ca-certificates/mozilla/Staat_der_Nederlanden_Root_CA_-_G2.crt
lrwxrwxrwx 1 root root     73 Apr 30  2016 Staat_der_Nederlanden_Root_CA_-_G3.pem -> /usr/share/ca-certificates/mozilla/Staat_der_Nederlanden_Root_CA_-_G3.crt
lrwxrwxrwx 1 root root     68 Apr 30  2016 Staat_der_Nederlanden_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Staat_der_Nederlanden_Root_CA.crt
lrwxrwxrwx 1 root root     59 Apr 30  2016 Starfield_Class_2_CA.pem -> /usr/share/ca-certificates/mozilla/Starfield_Class_2_CA.crt
lrwxrwxrwx 1 root root     80 Apr 30  2016 Starfield_Root_Certificate_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Starfield_Root_Certificate_Authority_-_G2.crt
lrwxrwxrwx 1 root root     89 Apr 30  2016 Starfield_Services_Root_Certificate_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Starfield_Services_Root_Certificate_Authority_-_G2.crt
lrwxrwxrwx 1 root root     73 Apr 30  2016 StartCom_Certification_Authority_2.pem -> /usr/share/ca-certificates/mozilla/StartCom_Certification_Authority_2.crt
lrwxrwxrwx 1 root root     74 Apr 30  2016 StartCom_Certification_Authority_G2.pem -> /usr/share/ca-certificates/mozilla/StartCom_Certification_Authority_G2.crt
lrwxrwxrwx 1 root root     71 Apr 30  2016 StartCom_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/StartCom_Certification_Authority.crt
lrwxrwxrwx 1 root root     92 Apr 30  2016 S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.pem -> /usr/share/ca-certificates/mozilla/S-TRUST_Authentication_and_Encryption_Root_CA_2005_PN.crt
lrwxrwxrwx 1 root root     64 Apr 30  2016 S-TRUST_Universal_Root_CA.pem -> /usr/share/ca-certificates/mozilla/S-TRUST_Universal_Root_CA.crt
lrwxrwxrwx 1 root root     57 Apr 30  2016 Swisscom_Root_CA_1.pem -> /usr/share/ca-certificates/mozilla/Swisscom_Root_CA_1.crt
lrwxrwxrwx 1 root root     57 Apr 30  2016 Swisscom_Root_CA_2.pem -> /usr/share/ca-certificates/mozilla/Swisscom_Root_CA_2.crt
lrwxrwxrwx 1 root root     60 Apr 30  2016 Swisscom_Root_EV_CA_2.pem -> /usr/share/ca-certificates/mozilla/Swisscom_Root_EV_CA_2.crt
lrwxrwxrwx 1 root root     61 Apr 30  2016 SwissSign_Gold_CA_-_G2.pem -> /usr/share/ca-certificates/mozilla/SwissSign_Gold_CA_-_G2.crt
lrwxrwxrwx 1 root root     65 Apr 30  2016 SwissSign_Platinum_CA_-_G2.pem -> /usr/share/ca-certificates/mozilla/SwissSign_Platinum_CA_-_G2.crt
lrwxrwxrwx 1 root root     63 Apr 30  2016 SwissSign_Silver_CA_-_G2.pem -> /usr/share/ca-certificates/mozilla/SwissSign_Silver_CA_-_G2.crt
lrwxrwxrwx 1 root root     50 Apr 30  2016 Taiwan_GRCA.pem -> /usr/share/ca-certificates/mozilla/Taiwan_GRCA.crt
lrwxrwxrwx 1 root root     67 Apr 30  2016 TC_TrustCenter_Class_3_CA_II.pem -> /usr/share/ca-certificates/mozilla/TC_TrustCenter_Class_3_CA_II.crt
lrwxrwxrwx 1 root root     61 Apr 30  2016 TeliaSonera_Root_CA_v1.pem -> /usr/share/ca-certificates/mozilla/TeliaSonera_Root_CA_v1.crt
lrwxrwxrwx 1 root root     66 Apr 30  2016 thawte_Primary_Root_CA_-_G2.pem -> /usr/share/ca-certificates/mozilla/thawte_Primary_Root_CA_-_G2.crt
lrwxrwxrwx 1 root root     66 Apr 30  2016 thawte_Primary_Root_CA_-_G3.pem -> /usr/share/ca-certificates/mozilla/thawte_Primary_Root_CA_-_G3.crt
lrwxrwxrwx 1 root root     61 Apr 30  2016 thawte_Primary_Root_CA.pem -> /usr/share/ca-certificates/mozilla/thawte_Primary_Root_CA.crt
lrwxrwxrwx 1 root root     58 Apr 30  2016 Trustis_FPS_Root_CA.pem -> /usr/share/ca-certificates/mozilla/Trustis_FPS_Root_CA.crt
lrwxrwxrwx 1 root root     67 Apr 30  2016 T-TeleSec_GlobalRoot_Class_2.pem -> /usr/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_2.crt
lrwxrwxrwx 1 root root     67 Apr 30  2016 T-TeleSec_GlobalRoot_Class_3.pem -> /usr/share/ca-certificates/mozilla/T-TeleSec_GlobalRoot_Class_3.crt
lrwxrwxrwx 1 root root    104 Apr 30  2016 TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.pem -> /usr/share/ca-certificates/mozilla/TÜBİTAK_UEKAE_Kök_Sertifika_Hizmet_Sağlayıcısı_-_Sürüm_3.crt
lrwxrwxrwx 1 root root     88 Apr 30  2016 TURKTRUST_Certificate_Services_Provider_Root_2007.pem -> /usr/share/ca-certificates/mozilla/TURKTRUST_Certificate_Services_Provider_Root_2007.crt
lrwxrwxrwx 1 root root     96 Apr 30  2016 TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.pem -> /usr/share/ca-certificates/mozilla/TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H5.crt
lrwxrwxrwx 1 root root     96 Apr 30  2016 TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H6.pem -> /usr/share/ca-certificates/mozilla/TÜRKTRUST_Elektronik_Sertifika_Hizmet_Sağlayıcısı_H6.crt
lrwxrwxrwx 1 root root     58 Apr 30  2016 TWCA_Global_Root_CA.pem -> /usr/share/ca-certificates/mozilla/TWCA_Global_Root_CA.crt
lrwxrwxrwx 1 root root     72 Apr 30  2016 TWCA_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/TWCA_Root_Certification_Authority.crt
lrwxrwxrwx 1 root root     76 Apr 30  2016 USERTrust_ECC_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/USERTrust_ECC_Certification_Authority.crt
lrwxrwxrwx 1 root root     76 Apr 30  2016 USERTrust_RSA_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/USERTrust_RSA_Certification_Authority.crt
lrwxrwxrwx 1 root root     66 Apr 30  2016 UTN_USERFirst_Email_Root_CA.pem -> /usr/share/ca-certificates/mozilla/UTN_USERFirst_Email_Root_CA.crt
lrwxrwxrwx 1 root root     69 Apr 30  2016 UTN_USERFirst_Hardware_Root_CA.pem -> /usr/share/ca-certificates/mozilla/UTN_USERFirst_Hardware_Root_CA.crt
lrwxrwxrwx 1 root root     99 Apr 30  2016 Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.crt
lrwxrwxrwx 1 root root     99 Apr 30  2016 Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.pem -> /usr/share/ca-certificates/mozilla/Verisign_Class_1_Public_Primary_Certification_Authority_-_G3.crt
lrwxrwxrwx 1 root root     94 Apr 30  2016 Verisign_Class_1_Public_Primary_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Verisign_Class_1_Public_Primary_Certification_Authority.crt
lrwxrwxrwx 1 root root     99 Apr 30  2016 Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.crt
lrwxrwxrwx 1 root root     99 Apr 30  2016 Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.pem -> /usr/share/ca-certificates/mozilla/Verisign_Class_2_Public_Primary_Certification_Authority_-_G3.crt
lrwxrwxrwx 1 root root     96 Apr 30  2016 Verisign_Class_3_Public_Primary_Certification_Authority_2.pem -> /usr/share/ca-certificates/mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_2.crt
lrwxrwxrwx 1 root root     99 Apr 30  2016 Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.pem -> /usr/share/ca-certificates/mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.crt
lrwxrwxrwx 1 root root     99 Apr 30  2016 Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.pem -> /usr/share/ca-certificates/mozilla/Verisign_Class_3_Public_Primary_Certification_Authority_-_G3.crt
lrwxrwxrwx 1 root root     99 Apr 30  2016 VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.pem -> /usr/share/ca-certificates/mozilla/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G4.crt
lrwxrwxrwx 1 root root     99 Apr 30  2016 VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem -> /usr/share/ca-certificates/mozilla/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.crt
lrwxrwxrwx 1 root root     94 Apr 30  2016 Verisign_Class_3_Public_Primary_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/Verisign_Class_3_Public_Primary_Certification_Authority.crt
lrwxrwxrwx 1 root root     86 Apr 30  2016 VeriSign_Universal_Root_Certification_Authority.pem -> /usr/share/ca-certificates/mozilla/VeriSign_Universal_Root_Certification_Authority.crt
lrwxrwxrwx 1 root root     58 Apr 30  2016 Visa_eCommerce_Root.pem -> /usr/share/ca-certificates/mozilla/Visa_eCommerce_Root.crt
lrwxrwxrwx 1 root root     84 Apr 30  2016 WellsSecure_Public_Root_Certificate_Authority.pem -> /usr/share/ca-certificates/mozilla/WellsSecure_Public_Root_Certificate_Authority.crt
lrwxrwxrwx 1 root root     51 Apr 30  2016 WoSign_China.pem -> /usr/share/ca-certificates/mozilla/WoSign_China.crt
lrwxrwxrwx 1 root root     45 Apr 30  2016 WoSign.pem -> /usr/share/ca-certificates/mozilla/WoSign.crt
lrwxrwxrwx 1 root root     59 Apr 30  2016 XRamp_Global_CA_Root.pem -> /usr/share/ca-certificates/mozilla/XRamp_Global_CA_Root.crt

from docker-documentserver.

ibnpetr avatar ibnpetr commented on August 15, 2024

Hello
I regret to inform you that we weren't able to reproduce the issue.
Could you please try using any alternative certificate for the Document Server
If it doesn't help, please let us know.
Best regards

from docker-documentserver.

JohnPerkin avatar JohnPerkin commented on August 15, 2024

Hello @Huster-at-github
The issue may occur because there is some issue caused by PHP when receiving a list of trusted certificate authorities. So it does not recognize Document Server certificate.
We can suggest you to use a bundle of CA certificates to validate certificates of Document Server. You may download it at http://curl.haxx.se/ca/cacert.pem
Please tell us if this solution will work.

from docker-documentserver.

Huster-at-github avatar Huster-at-github commented on August 15, 2024

Sorry for the late reply. Installing cacert.pem does not help.

-rw-r--r-- 1 root root 261889 Jun 5 12:22 /etc/ssl/certs/cacert.pem

Nextcloud.log:

Error	onlyoffice	Failed download converted file: https://myNCdomain.com:8888/cache/files/conv_32453661496044793_docx/output.docx/output.docx?md5=9AKpUBAbLtBjKixYyDKvQw==&expires=1499251504&disposition=attachment&ooname=output.docx	7 minutes ago
Error	PHP	file_get_contents(https://myNCdomain.com:8888/cache/files/conv_32453661496044793_docx/output.docx/output.docx?md5=9AKpUBAbLtBjKixYyDKvQw==&amp;expires=1499251504&amp;disposition=attachment&amp;ooname=output.docx): failed to open stream: operation failed at /var/www/nextcloud/apps/onlyoffice/controller/editorcontroller.php#267	7 minutes ago
Error	PHP	file_get_contents(): Failed to enable crypto at /var/www/nextcloud/apps/onlyoffice/controller/editorcontroller.php#267	7 minutes ago
Error	PHP	file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed at /var/www/nextcloud/apps/onlyoffice/controller/editorcontroller.php#267	7 minutes ago

from docker-documentserver.

ibnpetr avatar ibnpetr commented on August 15, 2024

Please check the Intermediate/chain certificate on the DocumentServer that links your certificate to a trusted root certificate.
Similar issue is described here
The reason is that your nextcloud server cannot validate the certificate installed on DocumentServer
Please note that ssl checker (try to check your domain using any ssl checker) also will warn you that your certificate is not trusted in all web browsers.

from docker-documentserver.

Huster-at-github avatar Huster-at-github commented on August 15, 2024

Please note that ssl checker (try to check your domain using any ssl checker) also will warn you that your certificate is not trusted in all web browsers.

My web site is "green" / secured without problems.

I also extracted these two CA certificates and stored them into /etc/ssl/certs:

COMODO RSA Certification Authority.zip

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Hello @Huster-at-github
This service report that https://myNCdomain.com hasn't any problem. But https://myNCdomain.com:8888 has Intermediate/chain certificate problem and this could be the reason for the certificate validation error on NextCloud server.

from docker-documentserver.

Huster-at-github avatar Huster-at-github commented on August 15, 2024

Sorry for confusing: I replaced my domain with "myNCdomain.com" on all postings.

Here is the result of SSL checker:
photo_2017-06-06_19-14-46

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Hello @Huster-at-github
Try to replay it again but add the port number :8888 at the end of hostname.

from docker-documentserver.

Huster-at-github avatar Huster-at-github commented on August 15, 2024

photo_2017-06-07_19-39-21

from docker-documentserver.

Huster-at-github avatar Huster-at-github commented on August 15, 2024

This is what I did:

Access ONLYOFFICE over https://myNCdomain.com:8888

Did not work because of something was wrong with my self signed certificates.
Replacing self signed certificates with my official:

So I replaced the 2 Private key (.key) and SSL certificate (.crt)

/app/onlyoffice/DocumentServer/data/certs/onlyoffice.key
/app/onlyoffice/DocumentServer/data/certs/onlyoffice.crt

files with my own certificate from myNCdomain.com. Same file names as above!!!

Oh, and this I did:

# ll /app/onlyoffice/DocumentServer/data/certs/
total 28
drwxrwxrwx 4 www-data www-data 4096 May 24 18:14 ./
drwxrwxrwx 3 www-data www-data 4096 May  1 09:28 ../
*****************
-rwxrwxrwx 1 www-data www-data  424 May  1 09:23 dhparam.pem*
-rwxrwxrwx 1 www-data www-data 1952 May 17  2016 onlyoffice.crt*
-rwxrwxrwx 1 www-data www-data 1704 May 17  2016 onlyoffice.key*
*****************

Something wrong with the .pem file?

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Hello @Huster-at-github
This error occur when there isn't Intermediate/chain certificates on computer where connected from.
To escape this problem you should send intermediate certificate with your certificate.
To do this you should append intermediate/chain certificates to onlyoffice.crt file.
You could download intermediate COMODO certificate here.
I think this certificate will be helpful for you.

from docker-documentserver.

Taste-IT avatar Taste-IT commented on August 15, 2024

Hi,
i have same error situation but uses lets encrypt certificates. i copied the one from let's encrypt dir to "/app/onlyoffice/DocumentServer/data/certs" and renamed it to onlyoffice.crt .key. i can create documents, and save them but the file is never rewritten to Nextcloud. Any idea? thx

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Hi @Taste-IT ,
Are files saved to Nextcloud without using the SSL?

from docker-documentserver.

Taste-IT avatar Taste-IT commented on August 15, 2024

Hi,
on another system without ssl its not a problem. i think it has to do with the verification of the ssl cert.

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Could you check Nextcloud error log?

from docker-documentserver.

Taste-IT avatar Taste-IT commented on August 15, 2024

NC Log: :

  • ".. failed to open stream: operation failed at .. onlyoffice/controller/callbackcontroller.php#376"
    -"file_get_contents(): SSL operation failed with code 1. OpenSSL Error messages: error:14090086:SSL routines:ssl3_get_server_certificate:certificate verify failed"
  • "file_get_contents(): Failed to enable crypto "

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Hi @Taste-IT
Ok, I think you get this problem because Nextcloud server couldn't verify SSL certificate from ONLYOFFICE DocumentServer. It can happen in this cases:

  1. Nextcloud server don't have CA certificates
  2. Nextcloud server get certificates from another path
  3. There is not intermediate/chain certificates on Nextcloud server
    For first, please check /etc/ssl/certs directory
    For second see here
    For third, you could use this service to check documentserver certificate

from docker-documentserver.

Taste-IT avatar Taste-IT commented on August 15, 2024

Hi,
i use Lets Encrypt for SSL certificates and have no problem with calling adress https://cloud.dom.xy ... Certs came from my Webserverpanel and lay under /etc/letsencrypt/... What i want to say is, that i never explicit copy or setup certs/chain or on NC.

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

First I need to undestand root of the problem.
But If you think this is a certificate chain problem you should append intermediate/chain certificates to onlyoffice.crt file.

from docker-documentserver.

Taste-IT avatar Taste-IT commented on August 15, 2024

no further idea?

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Hi @Taste-IT
Could you check documentserver with this service

from docker-documentserver.

Taste-IT avatar Taste-IT commented on August 15, 2024

Hi,
seems ok. Only message "The certificate is not trusted in all web browsers. You may need to install an Intermediate/chain certificate to link it to a trusted root certificate. Learn more about this error. The fastest way to fix this problem is to contact your SSL provider." <- which result from lets encrypt cert, i think.

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Perfect. It is root issue. You should append intermediate/chain certificates to onlyoffice.crt file.

from docker-documentserver.

Taste-IT avatar Taste-IT commented on August 15, 2024

Hi,
ok. But it doesnt say nothing to me. Thats not the certfiles describted in the howto? How to do that?

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Could you provide me your certificate issuer?
On this screenshot it's the last string.

from docker-documentserver.

Taste-IT avatar Taste-IT commented on August 15, 2024

sure: Issuer: Let's Encrypt Authority X3

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

You should download this intermediate letsencript certificate and append it to onlyoffice.crt

wget https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem.txt
cat lets-encrypt-x3-cross-signed.pem.txt>>onlyoffice.crt

Then you should restart nginx service

sudo service nginx restart

If you use docker image you should just restart docker container.

from docker-documentserver.

ibnpetr avatar ibnpetr commented on August 15, 2024

@Huster-at-github
Could you please specify the status of the issue.
@Taste-IT
Please inform us if letsencrypt x3 intermediate certificate (link provided in the previous message) helps

from docker-documentserver.

Taste-IT avatar Taste-IT commented on August 15, 2024

@agolybev
great - friendly and fast help ! And now it works. Chain on sslshopper is green and changed documents are written back. So for me this toppic is closed. The only thing is, that i now have to copy the ssl certs all 90 days to onlyoffice and append the lets encrypt chain. Perhaps i will create a cron :)....

from docker-documentserver.

Huster-at-github avatar Huster-at-github commented on August 15, 2024

ibnpetr commented 5 hours ago
@Huster-at-github
Could you please specify the status of the issue.

Complete fresh install and until now no OnlyOffice installed. Thanks for you attention to this issue! 👍

from docker-documentserver.

raphson93 avatar raphson93 commented on August 15, 2024

I copied actuall Certs to /app/onlyoffice/DocumentServer/data/certs . I configured the App in NC with https://cloud.dom.xy:8888 and Advanced Setting https://cloud.dom.xy:8888 und https://cloud.dom.xy. I can save that.

Hi, under the "Server address for internal requests from the Document Editing Service", I was unable to save unless I specified the port for the url. Still can see the "This document could not be saved" message when I tried to reopen an older document.

from docker-documentserver.

mgltux avatar mgltux commented on August 15, 2024

Hello everyone,
i have the same problem with nextcloud/onlyoffie. I can edit the files in the browser. Unfortunately, the editing is not written to the nextcloud. I use certificate from let's encrypt. I wrote the chain in my onlyoffice. crt. The two domains (onlyoffice and nextcloud) by check sslshopper. com were green. With nextcloud I get the following error message:
Error onlyoffice CommandRequest on check error: Bad request or timeout error message
Error PHP file_get_contents (https://nc.gauff.net:8080/coauthoring/CommandService.ashx): failed to open stream: Connection timed out at /var/www/nc01/apps/onlyoffice/lib/documentservice. php#351
someone can help me.
I can't go any further.

from docker-documentserver.

alexanderonlyoffice avatar alexanderonlyoffice commented on August 15, 2024

Hello @mgltux,

Please try to use internal URL addresses of NextCloud server and Document Server in advanced address settings in NextCloud administrator section, if NextCloud and ONLYOFFICE are on one machine.

If they installed separately, please open the config file /nextcloud/config/config.php. And add the following section:

'onlyoffice' =>
array (
'verify_peer_off' => TRUE,
)

from docker-documentserver.

mgltux avatar mgltux commented on August 15, 2024

Hello alexanderonlyoffice,

many thanks for quick response. What do you mean by the internal URL? For advanced settings, I have the following:
https://nc.cloud.com:8080
https://nc.cloud.com:8080
https://nc.cloud.com
Can you give me an example?

from docker-documentserver.

alexanderonlyoffice avatar alexanderonlyoffice commented on August 15, 2024

@mgltux,

Enter local addresses of the NextCloud server and Document Server. Please send us also the screenshot of the advanced address settings.

from docker-documentserver.

mgltux avatar mgltux commented on August 15, 2024

nc_bild screenshot is one of my test maschine. the another one had same problem
you mean as local address: example: https://localhost:8080

from docker-documentserver.

alexanderonlyoffice avatar alexanderonlyoffice commented on August 15, 2024

@mgltux, please check the accessibility of the document server address https://...:8080 from NextCloud server using the wget command.

from docker-documentserver.

mgltux avatar mgltux commented on August 15, 2024

unfortunately without success. if I test via wget my domain without onlyoffice port, immediately I get 200 OK. At https://...:8080 tries to connect, unfortunately no answer. How can I make myself available?

from docker-documentserver.

LinneyS avatar LinneyS commented on August 15, 2024

You must configure the addresses as indicated in the description.
owncloud-public
In your case:
owncloud-publicaddress = https://nc.cloud.com
documentserver-publicaddress = https://nc.cloud.com:8080

If the services ownCloud and ONLYOFFICE are on the same machine, then specify the local addresses for the requests between them

from docker-documentserver.

mgltux avatar mgltux commented on August 15, 2024

thanks for the answer. that's my problem. What does the settings look like. My current setting looks like
nextcloud_
What would my local address look like then. does anyone have an example?Onlyoffice runs over docker containers on same machine. Certificates for the site are provided by let's encrypt. Chain of the let's encrypt certificate has already been added to the onlyoffice. crt.

from docker-documentserver.

mgltux avatar mgltux commented on August 15, 2024

if I try with self-generated certificat, goes without problems. The Setting look like that
2017-10-17 17_15_43-verwaltung - nextcloud
With the certificate of let's encrypt I am not able to enter and save the ServerURL at Onlyoffice APP.Still get error: file_get_contents(https://nc.cloud.com:8080/coauthoring/CommandService.ashx): failed to open stream: Connection timed out at /var/www/nextcloud/apps/onlyoffice/lib/documentservice.php#351
can someone please also explain what "documentserver-localaddress" and "nextcloud localaddress" means?

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Hi @mgltux,
I think you should add intermediate let's encrypt certificate into the documentserver SSL certificate.
Try using my older suggesion .

from docker-documentserver.

mgltux avatar mgltux commented on August 15, 2024

hi Alexey,
thank you for your info. I have already added chain of let's encrypt in my onlyoffice.crt. But no success.
Any other idea`?

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Hi @mgltux, I'm sorry I didn't see your previous messages.

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

@mgltux, cloud you clarify few moments?
First, Does NextCloud and DocumentServer run on the different servers?

from docker-documentserver.

mgltux avatar mgltux commented on August 15, 2024

no, at same server. Onlyoffice runs via docker image. That's my command for docker image:
docker run -i -t -d -p 8080:443 -v /app/onlyoffice/DocumentServer/logs/:/var/log/onlyoffice -v /app/onlyoffice/DocumentServer/data:/var/www/onlyoffice/Data onlyoffice/documentserver

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Ok, I think your server can't refer to itself. Advanced setting like "documentserver-localaddress" and "nextcloud localaddress" is used for this case. But you are using SSL certificate with Documentserver and you can't refer to it by local ip address because SSL certificate validation will fail.
Try adding the map your server domain address to localhost into /etc/hosts file. In this case your domain address will be riched inside your server.

from docker-documentserver.

mgltux avatar mgltux commented on August 15, 2024

hi alexey,
thanks for your help. i have mapped now my domain name in /etc/hosts file. with the following command i get now "Verify return code: 0 (ok)" . openssl s_client -CApath /etc/ssl/certs/ -connect nc.cloud.com:8080.
And at Setting Onlyoffice App no problem more. But if i want edit office file, i get error message "ONLYOFFICE cannot be reached. Please contact admin".
Any idea, how can i resolve the problem

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

Hi @mgltux.
It's very strange.
Cloud you verify that you use https://nc.cloud.com:8080 as Onlyoffice DocumentServer address?
Is the server nc.cloud.com:8080 reachable from browser where you try to edit file?

from docker-documentserver.

mgltux avatar mgltux commented on August 15, 2024

Hi Alexey,
thank you for your patience and help. It works now. It was our firewall. :)

from docker-documentserver.

agolybev avatar agolybev commented on August 15, 2024

@mgltux, good news! Thank you too.

from docker-documentserver.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.