-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Installing SSL Certificates into TrustStore
Lukasz Kaniowski edited this page Nov 12, 2017
·
2 revisions
Here's how:
-
Download and compile https://raw.githubusercontent.com/escline/InstallCert/master/InstallCert.java
-
Run java InstallCert
<domain>
(e.g. btc-e.com) -
Follow instructions on screen, make sure you understand the implications and verify what certificate you permanently trust
-
A file
jssecacerts
has been created which is a Java KeyStore file. Start your application with-Djavax.net.ssl.trustStore=./jssecacerts
<title>gfg</title>
<style type=text/css>
p{
background-color:gray;
margin: 10px;
}
div
{
color: white;
background-color: 009900;
margin: 2px;
font-size: 25px;
}
span
{
color: black;
background-color: gray;
margin: 5px;
font-size: 25px;
}
</style>
<div> div tag </div>
<div> div tag </div>
<div> div tag </div>
<div> div tag </div>
<span>span-tag</span>
<span>span-tag</span>
<span>span-tag</span>
<span>span-tag</span>