Mark Thomas wrote:
On 09/02/2010 16:01, Fabien COMBERNOUS wrote:
Fabien COMBERNOUS wrote:
Mark Thomas wrote:
You imported the certificate but not the key. Your can't import the key
via the command line. You need to use something like this:
http://www.agentbob.info/agentbob/79-AB
On 09/02/2010 16:01, Fabien COMBERNOUS wrote:
> Fabien COMBERNOUS wrote:
>> Mark Thomas wrote:
>>>
>>> You imported the certificate but not the key. Your can't import the key
>>> via the command line. You need to use something like this:
>>> http://www.agentbob.info/agentbob/79-AB.html?branch=1&lan
Fabien COMBERNOUS wrote:
Mark Thomas wrote:
You imported the certificate but not the key. Your can't import the key
via the command line. You need to use something like this:
http://www.agentbob.info/agentbob/79-AB.html?branch=1&language=1
Hum ... i can export my cert and key to pkcs12. tom
On 09/02/2010 15:31, Fabien COMBERNOUS wrote:
> Mark Thomas wrote:
>>
>> You imported the certificate but not the key. Your can't import the key
>> via the command line. You need to use something like this:
>> http://www.agentbob.info/agentbob/79-AB.html?branch=1&language=1
>>
>>
> Hum ... i can
Mark Thomas wrote:
You imported the certificate but not the key. Your can't import the key
via the command line. You need to use something like this:
http://www.agentbob.info/agentbob/79-AB.html?branch=1&language=1
Hum ... i can export my cert and key to pkcs12. tomcat documents says it
is
On 09/02/2010 14:06, Fabien COMBERNOUS wrote:
> keytool -list -keystore /etc/tomcat6/keystore
> Enter keystore password:
> Keystore type: JKS
> Keystore provider: SUN
>
> Your keystore contains 1 entry
>
> tomcat, 09-Feb-2010, trustedCertEntry,
> Certificate fingerprint (MD5):
> 25:4D:A9:FB:10:99
Konstantin Kolinko wrote:
2010/2/9 Fabien COMBERNOUS :
My second connector (https) :
Try to specify
keystoreFile="${catalina.base}/conf/keystore" keyAlias="tomcat"
I already tried to specify an absolute path. But nothing is different.
I didn't use keyAlias. With this keyAlias add
2010/2/9 Fabien COMBERNOUS :
> My second connector (https) :
> maxThreads="150" scheme="https" secure="true"
> keystoreFile="conf/keystore" keystorePass="changeit"
> clientAuth="false"
> sslProtocol="TLS" />
Try to specify
keystoreFile="${catalina.base}/co