-3143
From: Mark Thomas
Sent: Wednesday, October 9, 2024 10:48 AM
To: users@tomcat.apache.org
Subject: Re: SSL on Tomcat 9
[You don't often get email from ma...@apache.org. Learn why this is important
at https://aka.ms/LearnAboutSenderIdentification ]
On 09/10/2024
On 09/10/2024 07:47, Ron Boyer wrote:
hello, I am trying to renew the SSL certificate from a signing authority. I am
running Tomcat 9. I understand that I have to import PKCS #12 certificate. I
seem to be able to make one, but I don't think it is correct. My signing
authority, GoDaddy, wil
Subject: Re: SSL on Tomcat 9
[You don't often get email from asash...@yahoo.com.invalid. Learn why this is
important at https://aka.ms/LearnAboutSenderIdentification ]
Hi,
On windows, one can use OpenSSL to export the private key and certificate to
.p12, then import that to the key
Hi,
On windows, one can use OpenSSL to export the private key and certificate to
.p12, then import that to the key store.
openssl pkcs12 -export -in fullchain.pem -inkey privatekey.pem -out server.p12
-name tomcatkeytool -importkeystore -deststorepass changeit -destkeystore
localhost-rsa.jks -s
hello, I am trying to renew the SSL certificate from a signing authority. I am
running Tomcat 9. I understand that I have to import PKCS #12 certificate. I
seem to be able to make one, but I don't think it is correct. My signing
authority, GoDaddy, will let me download a crt and pem file. Fr
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Sam,
On 12/16/18 22:00, Sam G wrote:
> Hi, I've installed Apache Tomcat 9 on windows 2016 64bit server.
> Our SA has requested a PKI certificate for the windows server feom
> our CA and got one. I need help with steps involved in using that
> existi
Hi,
I've installed Apache Tomcat 9 on windows 2016 64bit server. Our SA
has requested a PKI certificate for the windows server feom our CA and got
one.
I need help with steps involved in using that existing certificate to
enable SSL on Tomcat.
Thank you
Sam