Bug#779974: josm: invalid certificate

Sebastiaan Couwenberg sebastic at xs4all.nl
Thu Apr 23 18:00:12 UTC 2015


OK, let's add all the certificates in the CA chain.

Start by saving the attached certificates in /tmp.

Import certificate for: GeoTrust Global CA

 sudo keytool -v -importcert -trustcacerts -alias geotrust_global_ca \
 -file /tmp/osm-tile-cert-2.crt \
 -keystore /etc/ssl/certs/java/cacerts -storepass changeit

Import certificate for: RapidSSL CA

 sudo keytool -v -importcert -trustcacerts -alias rapidssl_ca \
 -file /tmp/osm-tile-cert-1.crt \
 -keystore /etc/ssl/certs/java/cacerts -storepass changeit

Import certificate for: *.tile.openstreetmap.org

 sudo keytool -v -importcert -trustcacerts \
 -alias tile_openstreetmap_org \
 -file /tmp/osm-tile-cert-0.crt \
 -keystore /etc/ssl/certs/java/cacerts -storepass changeit

You should now have the whole CA chain in the truststore.

Kind Regards,

Bas

-- 
 GPG Key ID: 4096R/6750F10AE88D4AF1
Fingerprint: 8182 DE41 7056 408D 6146  50D1 6750 F10A E88D 4AF1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: osm-tile-cert-0.crt
Type: application/pkix-cert
Size: 1866 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20150423/6666ce2b/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: osm-tile-cert-1.crt
Type: application/pkix-cert
Size: 1354 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20150423/6666ce2b/attachment-0001.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: osm-tile-cert-2.crt
Type: application/pkix-cert
Size: 1269 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/pkg-grass-devel/attachments/20150423/6666ce2b/attachment-0002.bin>


More information about the Pkg-grass-devel mailing list